[root]/groovy/groovy-core/src/main/groovy/swing/impl
CHECKSTYLE: remove some warnings plus swapped to simian as built-in strictdupcheck matched all license header comments
13 lines of code changed in:
removed the dependency on commons-logging. we may as well use JDK 1.4 logging instead since we're 1.4 dependent. This means 1 less jar for folks to use when embedding
4 lines of code changed in:
Minor fixes to avoid some PMD code warnings, mostly removing unused code & adding some equals() implementations.
Also refactored GroovyClassLoader into groovy.lang
11 lines of code changed in:
Minor refactor - moved the AntBuillder and GroovyMBean classes into the groovy.util package to make the groovy APIs simpler to use.
Also cleaned up the javadoc somewhat ensuring there's a package descriptor for each package
10 lines of code changed in:
Added getProperty() and setProperty() methods on GroovyObject making it easy to overload the property access mechanism in Groovy.
Also added an initial GroovyMBean which acts just like a regular POGO but is actually a JMX proxy to an underlying local or remote MBean
0 lines of code changed in:
Numerous changes.
* tidied up the closure methods - added many new helper methods such as for iterating over files by line
* added a Swing builder together with some MVC models to make creating Swing UIs in Groovy really simple
* various things tidied up and more unit test cases
* return statement is now optional
761 lines of code changed in: