jaxb-codemodel
jaxb-codemodel copied to clipboard
JCodeModel._class(fullyqualifiedName, ClassType.INTERFACE) create a concrete class if fullyqualifiedName is in root package.
When calling jCodeModel._class(fullyqualifiedName, ClassType.INTERFACE),if fullyqualifiedName does not have a ".", the classtype is set to CLASS.
Environment
Windows 8.1
Affected Versions
[2.2]
Reported by romain.bioteau
phax said: If it helps, this behaviour was corrected a long time ago in https://github.com/phax/jcodemodel
This issue was imported from java.net JIRA CODEMODEL-24