Status update: inner type positions fixed, other cleanup
Werner Dietl
wdietl at gmail.com
Mon Dec 17 00:40:13 PST 2012
All,
I finished implementing the changed numbering for nested types and
pushed an update.
I rewrote large parts of how type annotation positions are determined,
also solving the previous problems with performing some of this in
Enter.
In particular, see these two changesets:
http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/a43c94235366
http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/8fdf095581b0
I also merged with jdk8/tl.
Please have a look at the test case in referenceinfos.
The last one that fails for me is:
tools/javac/annotations/typeAnnotations/referenceinfos/NestedTypes.java
I adapted the first few tests in NestedTypes to make sure everything
works. The remainder should just be replacing the arrays with the new
bytecode.
cu, WMD.
--
http://www.google.com/profiles/wdietl
More information about the type-annotations-dev
mailing list