javasf

A utility to print the SourceFile attribute of one or more Java class files.

https://github.com/tonymorris/javasf

Latest on Hackage:0.1.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
Maintained by Tony Morris

Installs a javasf executable to print the SourceFile attribute of one or more Java class files.

For example:

> javasf ThisClass.class ThatClass.class
ThisClass.java
ThatClass.java

Java VM Specification 4.7.7 The SourceFile Attribute

http://java.sun.com/docs/books/jvms/second_edition/html/ClassFile.doc.html#79868