-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 6
-
Component/s: core-libs
-
b57
-
b92
-
generic
-
generic
-
Verified
If I have two source files Foo.java and Bar.java:
class Foo extends Bar {}
class Bar {}
and compile Foo.java, Bar.java is automatically read
and compiled by javac. However, if annotation processing
is enabled, only class Foo is considered.
It is easy to come up with a scenario where some source
files will be compiled without having been eligible for
annotation processing.
class Foo extends Bar {}
class Bar {}
and compile Foo.java, Bar.java is automatically read
and compiled by javac. However, if annotation processing
is enabled, only class Foo is considered.
It is easy to come up with a scenario where some source
files will be compiled without having been eligible for
annotation processing.