javaee / jaxb-codemodel

CodeModel is a Java library for code generators. This content is migrated into JAXB RI. This is for legacy viewing only
https://javaee.github.io/jaxb-codemodel/
Other
40 stars 20 forks source link

JCodeModel._class(fullyqualifiedName, ClassType.INTERFACE) create a concrete class if fullyqualifiedName is in root package. #24

Open glassfishrobot opened 10 years ago

glassfishrobot commented 10 years ago

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]

glassfishrobot commented 10 years ago

Reported by romain.bioteau

glassfishrobot commented 8 years ago

phax said: If it helps, this behaviour was corrected a long time ago in https://github.com/phax/jcodemodel

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA CODEMODEL-24