Skip to content

JCodeModel 3.4.0

Choose a tag to compare

@phax phax released this 21 Aug 09:57
· 267 commits to master since this release
  • Added special top-level construct JResourceDir to represent pure resource directories (issue #74 from @guiguilechat)
  • Added new class JCodeModelException as the base class for JClassAlreadyExistsException and the new class JResourceAlreadyExistsException
  • Existing APIs were changed to throw JCodeModelException instead of JClassAlreadyExistsException
  • JCNameUtilities.getFullName works with classes in the default package
  • Extended JCodeModel with (get|set)FileSystemConvention to 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

Full Changelog: jcodemodel-3.3.0...jcodemodel-3.4.0