JCodeModel 3.4.0
- Added special top-level construct
JResourceDirto represent pure resource directories (issue #74 from @guiguilechat) - Added new class
JCodeModelExceptionas the base class forJClassAlreadyExistsExceptionand the new classJResourceAlreadyExistsException - Existing APIs were changed to throw
JCodeModelExceptioninstead ofJClassAlreadyExistsException JCNameUtilities.getFullNameworks with classes in the default package- Extended
JCodeModelwith(get|set)FileSystemConventionto make the creation more flexible (also issue #74 from @guiguilechat) - Added mutable overloads to methods that only return an unmodifiable collection (issue #86)
- Fixed an issue with generating generics from anonymous classes (issue #84)
What's Changed
- added jdoc for IFileSystemConvention by @guiguilechat in #76
- added 2 tests for file name by @guiguilechat in #77
Full Changelog: jcodemodel-3.3.0...jcodemodel-3.4.0