hoseindoost / decojer

Automatically exported from code.google.com/p/decojer
0 stars 0 forks source link

decompile package-info annotations #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
byte code:

// Compiled from package-info.java (version 1.7 : 51.0, no super bit, 
deprecated)
@java.lang.Deprecated
abstract synthetic interface org.decojer.cavaj.test.jdk5.package-info {

}

Original issue reported on code.google.com by andrePan...@gmail.com on 8 Oct 2011 at 11:07

GoogleCodeExporter commented 8 years ago
that was simple enough...but...

eclipse has a bug, files and described here:
bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=361071
org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener.visit(PackageDecla
ration)

because i'm imba I filed a bug and included a fix in CU.createSourceCode()

Original comment by andrePan...@gmail.com on 15 Oct 2011 at 11:40

GoogleCodeExporter commented 8 years ago
The change for this is done now.

Original comment by andrePan...@gmail.com on 15 Oct 2011 at 11:40

GoogleCodeExporter commented 8 years ago

Original comment by andrePan...@gmail.com on 12 Aug 2013 at 2:48