Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.4.2, 1.4.3
-
Fix Version/s: 1.4.3
-
Labels:None
-
Number of attachments :
Description
If any package-info.java file is present in the source folder a NullPointerException is thrown.
The issue is in CodeTransform.getHeader()
FileManager.getInstance().getFile(this.getCurrentFilename()).getClassType().getName())
getClassType() returns null
package-info.java files are now ignored