phax / jcodemodel

A heavily extended fork of the com.sun.codemodel (from 2013/09)
Other
93 stars 34 forks source link

Unable to switch to 2.7.2 version of jcodemode #4

Closed sviperll closed 10 years ago

sviperll commented 10 years ago

Attempted a switch, but found a problem wich seems like accidentally introduced bug. Here is a fix.

phax commented 10 years ago

2b0c88f was missing the trailing dot - added f146c0c uses JDK 1.6 method "isEmpty" - changed to "length ()"

phax commented 10 years ago

Version 2.7.3 release - available on Maven Central soon