Skip to content

JCodeModel 3.2.1

Compare
Choose a tag to compare
@phax phax released this 25 Jan 09:08
· 231 commits to master since this release
  • Added var as reserved word
  • Made JReturn constructor public
  • Added JInvocation._this static method
  • Added IJExpression.castTo method
  • Added support to create final variables in for each loops
  • JExpr.dotClass now takes AbstractJType and not just AbstractJClass
  • Made constructors of subclasses of IJStatement public
  • No line breaks for annotations to parameters
  • Put each method parameter on a separate line if more than 3 parameters are present