-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b86
-
generic
-
generic
Currently the AbstractProcessor class does not check the initialized bit when running the getFoo methods and assumes that the class has been initialized and the requiste annotation processing facilites are available. This can result in NullPointerExceptions; an IllegalStateException would be better.