hosted by
 
BUILD FAILED
Ant Error Message: /opt/groovy/cruisecontrol/checkout/cruise/build.xml:24: The following error occurred while executing this line: /opt/groovy/cruisecontrol/checkout/build.xml:164: Compile failed; see the compiler error output for details.
Date of build: 09/03/2010 15:02:45
Time to build: 54 seconds
Last changed: 09/03/2010 14:59:39
Last log entry: remove tabs
Build Artifacts

 Errors/Warnings: (178)
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/AllTestSuite.java:21: package junit.framework does not exist
import junit.framework.Test;
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/AllTestSuite.java:22: package junit.framework does not exist
import junit.framework.TestSuite;
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/AllTestSuite.java:48: cannot find symbol
symbol: class TestSuite
public class AllTestSuite extends TestSuite {
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/AllTestSuite.java:89: cannot find symbol
symbol : class Test
location: class groovy.util.AllTestSuite
public static Test suite() {
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/AllTestSuite.java:96: cannot find symbol
symbol : class Test
location: class groovy.util.AllTestSuite
public static Test suite(String basedir, String pattern) {
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/AllTestSuite.java:100: cannot find symbol
symbol : class Test
location: class groovy.util.AllTestSuite
public static Test suite(String basedir, String pattern, String excludesPattern) {
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestCase.java:21: package junit.framework does not exist
import junit.framework.TestCase;
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestCase.java:40: cannot find symbol
symbol: class TestCase
public class GroovyTestCase extends TestCase {
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestCase.java:351: cannot find symbol
symbol : class TestCase
location: class groovy.util.GroovyTestCase
public static boolean notYetImplemented(TestCase caller) {
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestSuite.java:20: package junit.framework does not exist
import junit.framework.Test;
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestSuite.java:21: package junit.framework does not exist
import junit.framework.TestSuite;
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestSuite.java:22: package junit.textui does not exist
import junit.textui.TestRunner;
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestSuite.java:50: cannot find symbol
symbol: class TestSuite
public class GroovyTestSuite extends TestSuite {
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestSuite.java:63: cannot find symbol
symbol : class Test
location: class groovy.util.GroovyTestSuite
public static Test suite() {
^
/opt/groovy/cruisecontrol/checkout/src/main/org/codehaus/groovy/runtime/ScriptTestAdapter.java:19: package junit.framework does not exist
import junit.framework.Test;
^
/opt/groovy/cruisecontrol/checkout/src/main/org/codehaus/groovy/runtime/ScriptTestAdapter.java:20: package junit.framework does not exist
import junit.framework.TestResult;
^
/opt/groovy/cruisecontrol/checkout/src/main/org/codehaus/groovy/runtime/ScriptTestAdapter.java:27: cannot find symbol
symbol: class Test
public class ScriptTestAdapter implements Test {
^
/opt/groovy/cruisecontrol/checkout/src/main/org/codehaus/groovy/runtime/ScriptTestAdapter.java:40: cannot find symbol
symbol : class TestResult
location: class org.codehaus.groovy.runtime.ScriptTestAdapter
public void run(TestResult result) {
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/AllTestSuite.java:123: cannot find symbol
symbol : class Test
location: class groovy.util.AllTestSuite
if (!Test.class.isAssignableFrom(type) && Script.class.isAssignableFrom(type)) {
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/AllTestSuite.java:124: cannot find symbol
symbol : method addTest(org.codehaus.groovy.runtime.ScriptTestAdapter)
location: class groovy.util.AllTestSuite
addTest(new ScriptTestAdapter(type, EMPTY_ARGS));
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/AllTestSuite.java:126: cannot find symbol
symbol : method addTestSuite(java.lang.Class)
location: class groovy.util.AllTestSuite
addTestSuite(type);
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestCase.java:58: cannot find symbol
symbol : variable super
location: class groovy.util.GroovyTestCase
return super.getName().substring(4).replaceAll("([A-Z])", " $1").toLowerCase();
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestCase.java:60: cannot find symbol
symbol : variable super
location: class groovy.util.GroovyTestCase
return super.getName();
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestCase.java:65: cannot find symbol
symbol : variable super
location: class groovy.util.GroovyTestCase
return super.getName();
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestCase.java:77: cannot find symbol
symbol : method assertNotNull(java.lang.String,java.lang.Object[])
location: class groovy.util.GroovyTestCase
assertNotNull(message + ": expected should not be null", expected);
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestCase.java:78: cannot find symbol
symbol : method assertNotNull(java.lang.String,java.lang.Object[])
location: class groovy.util.GroovyTestCase
assertNotNull(message + ": value should not be null", value);
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestCase.java:142: cannot find symbol
symbol : method fail(java.lang.String)
location: class groovy.util.GroovyTestCase
fail(message.toString());
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestCase.java:172: cannot find symbol
symbol : method fail(java.lang.String)
location: class groovy.util.GroovyTestCase
fail(message.toString());
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestCase.java:233: cannot find symbol
symbol : method assertTrue(java.lang.String,boolean)
location: class groovy.util.GroovyTestCase
assertTrue("Closure " + code + " should have failed", failed);
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestCase.java:256: cannot find symbol
symbol : method fail(java.lang.String)
location: class groovy.util.GroovyTestCase
fail("Closure " + code + " should have failed with an exception of type " + clazz.getName());
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestCase.java:258: cannot find symbol
symbol : method fail(java.lang.String)
location: class groovy.util.GroovyTestCase
fail("Closure " + code + " should have failed with an exception of type " + clazz.getName() + ", instead got Exception " + th);
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestCase.java:297: cannot find symbol
symbol : method fail(java.lang.String)
location: class groovy.util.GroovyTestCase
fail("Closure " + code + " should have failed with an exception caused by type " + clazz.getName());
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestCase.java:299: cannot find symbol
symbol : method fail(java.lang.String)
location: class groovy.util.GroovyTestCase
fail("Closure " + code + " should have failed with an exception caused by type " + clazz.getName() + ", instead found these Exceptions:\n" + buildExceptionList(orig));
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestCase.java:361: cannot find symbol
symbol : method fail(java.lang.String)
location: class groovy.util.GroovyTestCase
fail(testMethod.getName() + " is marked as not yet implemented but passes unexpectedly");
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestCase.java:433: cannot find symbol
symbol : method failNotEquals(java.lang.String,java.lang.Object,java.lang.Object)
location: class groovy.util.GroovyTestCase
failNotEquals(message, expected, actual);
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestSuite.java:60: cannot find symbol
symbol : variable TestRunner
location: class groovy.util.GroovyTestSuite
TestRunner.run(suite());
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestSuite.java:81: cannot find symbol
symbol : class Test
location: class groovy.util.GroovyTestSuite
if (!Test.class.isAssignableFrom(type) && Script.class.isAssignableFrom(type)) {
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestSuite.java:83: cannot find symbol
symbol : method addTest(org.codehaus.groovy.runtime.ScriptTestAdapter)
location: class groovy.util.GroovyTestSuite
addTest(new ScriptTestAdapter(type, args));
^
/opt/groovy/cruisecontrol/checkout/src/main/groovy/util/GroovyTestSuite.java:85: cannot find symbol
symbol : method addTestSuite(java.lang.Class)
location: class groovy.util.GroovyTestSuite
addTestSuite(type);
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
39 errors

 Unit Tests: (0)
No Tests Run
This project doesn't have any tests
 

 Modifications since last build:  (1638)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/groovy.gremove tabs
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/ReadOnlyPropertyException.javaGROOVY-4363: @Immutable class, failure when trying to define private static members
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/ImmutableTransformTest.groovyGROOVY-4363: @Immutable class, failure when trying to define private static members
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ImmutableASTTransformation.javaGROOVY-4363: @Immutable class, failure when trying to define private static members
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/AbstractASTTransformUtil.javaminor refactor
modifiedglaforge/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/AsmClassGenerator.javaGROOVY-4337: Generated createCallSiteArray is too big for JVM
modifiedglaforge/trunk/groovy/groovy-core/src/main/groovy/util/GroovyScriptEngine.javaGROOVY-4288: GroovyScriptEngine can't refresh class from url other than file (merge rev 20675)
addedglaforge/trunk/groovy/groovy-core/src/test/groovy/util/GroovyScriptEngineReloadingTest.groovyGROOVY-4288: GroovyScriptEngine can't refresh class from url other than file (merge rev 20675)
modifiedglaforge/trunk/groovy/groovy-core/src/main/groovy/servlet/GroovyServlet.javaGROOVY-4385: Response already committed on Google App Engine when serving blobs
addedglaforge/trunk/groovy/groovy-core/src/test/gls/syntax/Gep3Test.groovyGROOVY-4384: GEP-3, extended command expressions for nicer DSLs. Lidia, our GSoC student worked on this topic this summer.
modifiedglaforge/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/groovy.gGROOVY-4384: GEP-3, extended command expressions for nicer DSLs. Lidia, our GSoC student worked on this topic this summer.
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/util/XmlNodePrinterTest.groovyGROOVY-4380: Round-tripping XML which contains a newline character reference in an attribute's value removes the character reference
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/XmlNodePrinter.javaGROOVY-4380: Round-tripping XML which contains a newline character reference in an attribute's value removes the character reference
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/ImmutableTransformTest.groovyGROOVY-4363: @Immutable class, failure when trying to define private static members
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ImmutableASTTransformation.javaGROOVY-4363: @Immutable class, failure when trying to define private static members
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/ImmutableTransformTest.groovyGROOVY-4376: deprecated @groovy.lang.Immutable feature broken on current trunk (1.8-beta-2)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ImmutableASTTransformation.javaGROOVY-4376: deprecated @groovy.lang.Immutable feature broken on current trunk (1.8-beta-2)
modifiedaalmiray/trunk/groovy/groovy-core/src/test/groovy/swing/SwingBuilderBindingsTest.groovyGROOVY-4377 add synthetic bindings to JList
modifiedaalmiray/trunk/groovy/groovy-core/src/test/groovy/swing/SwingBuilderTest.groovyGROOVY-4377 add synthetic bindings to JList
addedaalmiray/trunk/groovy/groovy-core/src/main/groovy/swing/binding/JListMetaMethods.groovyGROOVY-4377 add synthetic bindings to JList
modifiedaalmiray/trunk/groovy/groovy-core/src/main/groovy/swing/factory/ListFactory.groovyGROOVY-4377 add synthetic bindings to JList
modifiedaalmiray/trunk/groovy/groovy-core/src/main/groovy/swing/factory/BindFactory.groovyGROOVY-4377 add synthetic bindings to JList
addedaalmiray/trunk/groovy/groovy-core/src/main/groovy/swing/binding/JListProperties.groovyGROOVY-4377 add synthetic bindings to JList
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/ImmutableTransformTest.groovyGROOVY-4376: @Immutable feature broken on current trunk (1.8-beta-2)
addedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgenerator/ImportAliasesShouldNotAppearInStubsTest.groovyGROOVY-4374: Java stubs should never need to explicitly include alias imports
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/javac/JavaStubGenerator.javaGROOVY-4374: Java stubs should never need to explicitly include alias imports
addedroshandawrani/trunk/groovy/groovy-core/src/main/groovy/inspect/TextNode.groovyGROOVY-4371 Separated core ASTBrowser classes from Swing UI classes to make other views of the tree possible.
addedroshandawrani/trunk/groovy/groovy-core/src/main/groovy/inspect/TextTreeNodeMaker.groovyGROOVY-4371 Separated core ASTBrowser classes from Swing UI classes to make other views of the tree possible.
modifiedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/inspect/swingui/ScriptToTreeNodeAdapterTest.groovyGROOVY-4371 Separated core ASTBrowser classes from Swing UI classes to make other views of the tree possible.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/groovy/inspect/swingui/AstBrowser.groovyGROOVY-4371 Separated core ASTBrowser classes from Swing UI classes to make other views of the tree possible.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/groovy/inspect/swingui/ScriptToTreeNodeAdapter.groovyGROOVY-4371 Separated core ASTBrowser classes from Swing UI classes to make other views of the tree possible.
modifiedait/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/Verifier.javareturn is OK in closures in object initializers
modifiedpniederw/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/EachLineTest.groovypolishing
modifiedpniederw/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/DefaultGroovyMethodsTest.javafixed GROOVY-4361: Further generification of type signatures in DGM
modifiedpniederw/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethodsSupport.javafixed GROOVY-4361: Further generification of type signatures in DGM
modifiedpniederw/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javafixed GROOVY-4361: Further generification of type signatures in DGM
modifiedpniederw/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/GroovyCategorySupport.javafixed GROOVY-4361: Further generification of type signatures in DGM
addedpniederw/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/EachLineTest.groovyfixed GROOVY-4361: Further generification of type signatures in DGM
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/AntlrParserPlugin.javaGROOVY-4325 APP allowed multiple default cases in switch. Fixed it.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4325Bug.groovyGROOVY-4325 APP allowed multiple default cases in switch. Fixed it.
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/MultilineChainExpressionTest.groovypartial gradle resync and upgrade to 0.9-rc-1 (stubgenerator and security tests still failing)
modifiedpaulk/trunk/groovy/groovy-core/gradle/wrapper/gradle-wrapper.propertiespartial gradle resync and upgrade to 0.9-rc-1 (stubgenerator and security tests still failing)
modifiedpaulk/trunk/groovy/groovy-core/pom.xmlpartial gradle resync and upgrade to 0.9-rc-1 (stubgenerator and security tests still failing)
modifiedpaulk/trunk/groovy/groovy-core/build.gradlepartial gradle resync and upgrade to 0.9-rc-1 (stubgenerator and security tests still failing)
modifiedpniederw/trunk/groovy/groovy-core/src/main/groovy/lang/Closure.javafixed GROOVY-4348: Cannot get a closure's resolve strategy with property syntax
modifiedpniederw/trunk/groovy/groovy-core/src/test/groovy/ClosureTest.groovyfixed GROOVY-4348: Cannot get a closure's resolve strategy with property syntax
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/Closure.javaGROOVY-4322: Support for Closure composition and GROOVY-4336: EMC DSL is broken for some methods on Closure
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/MetaClassImpl.javaGROOVY-4322: Support for Closure composition and GROOVY-4336: EMC DSL is broken for some methods on Closure
addedpaulk/trunk/groovy/groovy-core/src/test/groovy/ClosureComposeTest.groovyGROOVY-4322: Support for Closure composition and GROOVY-4336: EMC DSL is broken for some methods on Closure
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/xml/MarkupBuilderTest.groovyGROOVY-4322: Support for Closure composition and GROOVY-4336: EMC DSL is broken for some methods on Closure
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/metaclass/ClosureMetaClass.javaGROOVY-4322: Support for Closure composition and GROOVY-4336: EMC DSL is broken for some methods on Closure
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/ComposedClosure.javaGROOVY-4322: Support for Closure composition and GROOVY-4336: EMC DSL is broken for some methods on Closure
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/ExpandoMetaClass.javaGROOVY-4322: Support for Closure composition and GROOVY-4336: EMC DSL is broken for some methods on Closure
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/metaclass/ClosureMetaClass.javaminor refactor: typo, minor formating, generics
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/metaclass/ClosureMetaClass.javaformatting only
modifiedhamletdrc/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/LogASTTransformation.javaRefactored the @Log annotation transformation. It is now much easier to add a 5th or 6th supported logging framework.
modifiedpniederw/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/AsmClassGenerator.javafixed GROOVY-4344: Assert a closure call should look like added a few comments here and there
modifiedpniederw/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/VariableScopeVisitor.javafixed GROOVY-4344: Assert a closure call should look like added a few comments here and there
modifiedpniederw/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/powerassert/AssertionRenderer.javafixed GROOVY-4344: Assert a closure call should look like added a few comments here and there
addedpniederw/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/powerassert/ImplicitClosureCallRenderingTest.groovyfixed GROOVY-4344: Assert a closure call should look like added a few comments here and there
modifiedpniederw/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/powerassert/AssertionRenderingTest.groovyfixed GROOVY-4344: Assert a closure call should look like added a few comments here and there
modifiedpniederw/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/AnnotatedNode.javafixed GROOVY-4344: Assert a closure call should look like added a few comments here and there
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/beans/Bindable.javatypo
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/beans/Vetoable.javatypo
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/ProcessGroovyMethods.javaGROOVY-4347: DGM#consumeProcessOutput(Process, StringBuffer, StringBuffer) accepts only StringBuffers
modifiedpaulk/trunk/groovy/groovy-core/build.xmlGROOVY-4347: DGM#consumeProcessOutput(Process, StringBuffer, StringBuffer) accepts only StringBuffers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/SqlGroovyMethods.javaGROOVY-4347: DGM#consumeProcessOutput(Process, StringBuffer, StringBuffer) accepts only StringBuffers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/DgmConverter.javaGROOVY-4347: DGM#consumeProcessOutput(Process, StringBuffer, StringBuffer) accepts only StringBuffers
modifiedpaulk/trunk/groovy/groovy-core/gradle/docs.gradleGROOVY-4347: DGM#consumeProcessOutput(Process, StringBuffer, StringBuffer) accepts only StringBuffers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-4347: DGM#consumeProcessOutput(Process, StringBuffer, StringBuffer) accepts only StringBuffers
addedhamletdrc/trunk/groovy/groovy-core/src/test/groovy/util/logging/CommonsTest.groovyFinal changes to @Log. Renamed two of the annotations so that that naming scheme is consistent.
modifiedhamletdrc/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/LogASTTransformation.javaFinal changes to @Log. Renamed two of the annotations so that that naming scheme is consistent.
addedhamletdrc/trunk/groovy/groovy-core/src/main/groovy/util/logging/Commons.javaFinal changes to @Log. Renamed two of the annotations so that that naming scheme is consistent.
deletedhamletdrc/trunk/groovy/groovy-core/src/test/groovy/util/logging/CommonsLogTest.groovyFinal changes to @Log. Renamed two of the annotations so that that naming scheme is consistent.
deletedhamletdrc/trunk/groovy/groovy-core/src/main/groovy/util/logging/CommonsLog.javaFinal changes to @Log. Renamed two of the annotations so that that naming scheme is consistent.
deletedhamletdrc/trunk/groovy/groovy-core/src/test/groovy/util/logging/LogBackTest.groovyFinal changes to @Log. Renamed two of the annotations so that that naming scheme is consistent.
addedhamletdrc/trunk/groovy/groovy-core/src/test/groovy/util/logging/Slf4jTest.groovyFinal changes to @Log. Renamed two of the annotations so that that naming scheme is consistent.
deletedhamletdrc/trunk/groovy/groovy-core/src/main/groovy/util/logging/LogBack.javaFinal changes to @Log. Renamed two of the annotations so that that naming scheme is consistent.
addedhamletdrc/trunk/groovy/groovy-core/src/main/groovy/util/logging/Slf4j.javaFinal changes to @Log. Renamed two of the annotations so that that naming scheme is consistent.
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/binding/AggregateBinding.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/LogASTTransformation.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/reflection/stdclasses/CachedClosureClass.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/gse/StringSetMap.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/DgmConverter.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/callsite/CallSiteClassLoader.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/logging/Log4j.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/util/ReferenceManager.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/ConsoleTextEditor.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/util/ReleaseInfo.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/RootLoader.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/xml/dom/DOMCategory.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/MixinASTTransformation.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/MethodRankHelper.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/BatchingStatementWrapper.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/logging/LogBack.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/metaclass/ThreadManagedMetaBeanProperty.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/reflection/CachedClass.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/ObjectGraphBuilder.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/GroovyScriptEngine.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/util/ManagedLinkedList.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/logging/CommonsLog.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/logging/Log.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/AutoCloneStyle.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/GroovyCategorySupport.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/reflection/ReflectionUtils.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/FactoryBuilderSupport.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/jsr223/GroovyScriptEngineImpl.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/SqlWithParams.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/BytecodeExpression.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/jsr223/GroovyScriptEngineFactory.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/AbstractASTTransformation.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/InnerClassVisitor.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/metaclass/ClosureMetaMethod.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/PackageScopeTarget.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/metaclass/MetaClassRegistryImpl.javacheckstyle warnings only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/AntlrParserPlugin.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/CompilationUnit.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/VariableScopeVisitor.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/GroovySourceAST.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/GenericsVisitor.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/expr/UnaryMinusExpression.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/reflection/stdclasses/BooleanCachedClass.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/stmt/ExpressionStatement.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/expr/ArrayExpression.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/treewalker/CompositeVisitor.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ant/Groovyc.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/stmt/WhileStatement.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/groovydoc/GroovyClassDoc.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/reflection/stdclasses/CharacterCachedClass.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/CompileStack.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/reflection/stdclasses/IntegerCachedClass.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/reflection/stdclasses/ShortCachedClass.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/reflection/stdclasses/LongCachedClass.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/SourceUnit.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/treewalker/NodeCollector.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/reflection/stdclasses/ByteCachedClass.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/reflection/stdclasses/FloatCachedClass.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/groovydoc/GroovyDoc.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/groovydoc/GroovyAnnotationRef.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/AnnotationVisitor.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/groovydoc/GroovyRootDoc.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/reflection/stdclasses/ArrayCachedClass.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/expr/ListExpression.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/groovydoc/GroovyParameter.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/expr/SpreadMapExpression.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/treewalker/FlatNodeListTraversal.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/expr/SpreadExpression.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/treewalker/SourceCodeTraversal.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/expr/MethodPointerExpression.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/jsr223/GroovyScriptEngineImpl.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/examples/org/codehaus/groovy/grails/compiler/injection/DefaultGrailsDomainClassInjector.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/expr/BinaryExpression.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/Verifier.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/reflection/ClassInfo.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/jsr223/GroovyScriptEngineFactory.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/InnerClassVisitor.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/expr/BitwiseNegationExpression.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/OptimizerVisitor.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/CompilerConfiguration.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/expr/NotExpression.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/expr/UnaryPlusExpression.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/reflection/stdclasses/DoubleCachedClass.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/ant/GroovyTest.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/antlr/AnnotationSourceParsingTest.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/InteractiveShell.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/ConsoleTextEditor.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/MetaExpandoProperty.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/text/GroovyFilter.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/servlet/AbstractHttpServlet.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/GroovyShell.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/MetaClassRegistryChangeEvent.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/xml/XmlUtil.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy3560Helper.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy1567_Bug.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/text/FindReplaceUtility.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/PropertyValue.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/MetaBeanProperty.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/ClosureInvokingMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/Buildable.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/servlet/ServletCategory.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/text/StructuredSyntaxHandler.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/inspect/Inspector.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/MetaArrayLengthProperty.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/ExpandoMetaClassCreationHandle.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/antlr/treewalker/UnimplementedSyntaxTest.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/security/GroovyCodeSourcePermission.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/GroovyClassLoader.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/CallResultSet.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/IntRange.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/lang/GroovyShellTest.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4104A.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/GroovyObjectSupport.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/time/TimeCategory.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/GString.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/SystemOutputInterceptor.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/servlet/TemplateServlet.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/ObjectRange.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/examples/groovy/swing/Demo.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/text/TextUndoManager.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/text/XmlTemplateEngine.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/PropertyAccessInterceptor.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/antlr/treewalker/SourcePrinterTest.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/MissingMethodException.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/treewalker/TraversalHelper.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/treewalker/SourcePrinter.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy3799Helper.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/GroovyASTTransformation.javatypo
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/JdkDynamicProxyTest.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/CharacterArrayPutAtMetaMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/ast/LineColumnCheckTestSuite.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/typehandling/FloatingPointMath.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/LongArrayPutAtMetaMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/JdkDynamicProxyServiceBean.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyFieldDoc.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/ByteArrayPutAtMetaMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/CharacterArrayGetAtMetaMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/ConversionHandler.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/LongArrayGetAtMetaMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/OutputTool.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/FileOutputTool.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/xml/streamingmarkupsupport/Builder.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/ObservableList.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/ByteArrayGetAtMetaMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/GroovyTestCase.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/ObservableMap.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/metaclass/ThreadManagedMetaBeanProperty.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/GroovyScriptEngine.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/ClassHelper.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/callsite/ConstructorSite.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/powerassert/AssertionRenderer.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/IntegerArrayPutAtMetaMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/util/ComplexKeyHashMap.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyDoc.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/ShortArrayPutAtMetaMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyProgramElementDoc.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyRootDoc.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/IntegerArrayGetAtMetaMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/ImportNode.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/FloatArrayPutAtMetaMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/GroovyDocTemplateEngine.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/ObjectArrayPutAtMetaMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/ShortArrayGetAtMetaMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/typehandling/NumberMath.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/CodeVisitorSupport.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/FloatArrayGetAtMetaMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/CompileUnit.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/ObjectArrayGetAtMetaMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/PropertyNode.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/GStringImpl.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/ModuleNode.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/typehandling/LongMath.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/ProxyGenerator.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/StackTraceUtils.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/xml/streamingmarkupsupport/StreamingMarkupWriter.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/metaclass/ClosureStaticMetaMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/InvokerHelper.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/ClasspathResourceManager.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/FileSystemResourceManager.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/ArrayMetaMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/Main.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/callsite/AbstractCallSite.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyStaticMethods.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/DoubleArrayPutAtMetaMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/ScriptException.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/FieldNode.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/typehandling/IntegerMath.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/NumberNumberPlus.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/BooleanArrayPutAtMetaMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/MockOutputTool.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/DoubleArrayGetAtMetaMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/AntBuilder.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/ast/VariableExpressionTest.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/BooleanArrayGetAtMetaMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/ClassCodeExpressionTransformer.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyExecutableMemberDoc.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/ResourceManager.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/InnerClassNode.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/MetaClassHelper.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/GroovyCodeSource.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/ResourceException.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/typehandling/BigIntegerMath.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyAnnotationRef.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyConstructorDoc.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/ast/MethodNodeTest.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/ast/ASTTest.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/ConvertedMap.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/ast/LineColumnChecker.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/ast/MethodCallExpressionTest.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/NumberNumberDiv.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/metaclass/ClosureMetaMethod.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/JdkDynamicProxyInvocationHandler.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/metaclass/MetaClassRegistryImpl.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/Expando.javaformatting only
modifiedhamletdrc/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/LogASTTransformation.javaGROOVY-4345 The @Log family of annotations now supports naming of the logger. Each annotation accepts a parameter that defaults to "log"
modifiedhamletdrc/trunk/groovy/groovy-core/src/test/groovy/util/logging/CommonsLogTest.groovyGROOVY-4345 The @Log family of annotations now supports naming of the logger. Each annotation accepts a parameter that defaults to "log"
modifiedhamletdrc/trunk/groovy/groovy-core/src/main/groovy/util/logging/CommonsLog.javaGROOVY-4345 The @Log family of annotations now supports naming of the logger. Each annotation accepts a parameter that defaults to "log"
modifiedhamletdrc/trunk/groovy/groovy-core/src/test/groovy/util/logging/Log4jTest.groovyGROOVY-4345 The @Log family of annotations now supports naming of the logger. Each annotation accepts a parameter that defaults to "log"
modifiedhamletdrc/trunk/groovy/groovy-core/src/main/groovy/util/logging/Log4j.javaGROOVY-4345 The @Log family of annotations now supports naming of the logger. Each annotation accepts a parameter that defaults to "log"
modifiedhamletdrc/trunk/groovy/groovy-core/src/test/groovy/util/logging/LogTest.groovyGROOVY-4345 The @Log family of annotations now supports naming of the logger. Each annotation accepts a parameter that defaults to "log"
modifiedhamletdrc/trunk/groovy/groovy-core/src/main/groovy/util/logging/Log.javaGROOVY-4345 The @Log family of annotations now supports naming of the logger. Each annotation accepts a parameter that defaults to "log"
modifiedhamletdrc/trunk/groovy/groovy-core/src/test/groovy/util/logging/LogBackTest.groovyGROOVY-4345 The @Log family of annotations now supports naming of the logger. Each annotation accepts a parameter that defaults to "log"
deletedhamletdrc/trunk/groovy/groovy-core/src/main/groovy/util/logging/logbackGROOVY-4345 The @Log family of annotations now supports naming of the logger. Each annotation accepts a parameter that defaults to "log"
modifiedhamletdrc/trunk/groovy/groovy-core/src/main/groovy/util/logging/LogBack.javaGROOVY-4345 The @Log family of annotations now supports naming of the logger. Each annotation accepts a parameter that defaults to "log"
modifiedhamletdrc/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/LogASTTransformation.javaGROOVY-4343 The @Log annotation now supports the Apache Commons Logging framework. THe new annotation name is @CommonsLog
addedhamletdrc/trunk/groovy/groovy-core/src/test/groovy/util/logging/CommonsLogTest.groovyGROOVY-4343 The @Log annotation now supports the Apache Commons Logging framework. THe new annotation name is @CommonsLog
addedhamletdrc/trunk/groovy/groovy-core/src/main/groovy/util/logging/CommonsLog.javaGROOVY-4343 The @Log annotation now supports the Apache Commons Logging framework. THe new annotation name is @CommonsLog
modifiedhamletdrc/trunk/groovy/groovy-core/src/test/groovy/util/logging/LogBackTest.groovyGROOVY-4343 The @Log annotation now supports the Apache Commons Logging framework. THe new annotation name is @CommonsLog
modifiedhamletdrc/trunk/groovy/groovy-core/pom.xmlGROOVY-4343 The @Log annotation now supports the Apache Commons Logging framework. THe new annotation name is @CommonsLog
modifiedpaulk/trunk/groovy/groovy-core/src/examples/swing/BloglinesClient.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/examples/commandLineTools/ListFiles.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/TestDerived.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy593_Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/ConstructorParameterBug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/HomepageTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/xml/StreamingMarkupBuilder.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/benchmarks/alioth/spectralnorm.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy779_Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/servlet/AbstractHttpServletTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/util/ConfigSlurperTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/ant/GroovyTest2Class.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/examples/commandLineTools/AntMap.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy3590Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/xml/StreamingDOMBuilder.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy3339Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/gpath/GPathTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/xml/GpathSyntaxTestSupport.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/ThisAndSuperTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/TestBase.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/classgen/GenericsGenTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/DummyMethodsJava.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/ForLoopBug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/gls/scope/MultipleDefinitionOfSameVariableTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/sql/TestHelper.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/lang/GroovyCodeSourceTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/DummyMethodsGroovy.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/OverloadInvokeMethodBug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy596_Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/gls/ch08/s04/RepetitiveMethodTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/lang/CategoryAnnotationTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/ClosureUsingOuterVariablesTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/classgen/MyBean.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/sql/SqlTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/ThrowTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/UniqueOnCollectionWithComparatorTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy2951Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/xml/VerboseDOMTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/MultiDimArraysTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/ant/GroovyTest_errorMessage.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/script/ScriptTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/UniqueOnCollectionWithClosureTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/TestCaseBug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/examples/osgi/hello-groovy-test-harness/org/codehaus/groovy/osgi/harness/HarnessActivator.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/gls/syntax/MethodCallValidationTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/lang/InterceptorTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/UniqueOnCollectionTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/LogTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/examples/groovy/j2ee/CreateData.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/ListIteratingTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/gls/scope/NameResolvingTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/MultilineChainExpressionTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/GeneratorTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/MapConstructionTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/gls/ch08/s04/FormalParameterTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy3311Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/SuperMethodBug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/xml/vm6/StaxBuilderTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/txn/TransactionTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/LocalFieldTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/JdkDynamicProxyServiceBeanImpl2.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/mock/interceptor/StubSingleCallTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test-resources/stubgenerator/circularLanguageReference/Rectangle.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy2549Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/ChristofsPropertyBug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/ToStringBug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/operator/BigDecimalOperatorsTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/ant/groovytest3/GroovyTest3Class.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/gls/invocation/DefaultParamTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/operator/BigIntegerOperationsTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/operator/BooleanOperationsTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy3799Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/ForLoopWithLocalVariablesTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/TryCatchTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/classgen/InterfaceTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/StackTraceTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/operator/DoubleOperationTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/examples/groovy/model/MvcDemo.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/gls/invocation/ConstructorDelegationTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/classgen/ReflectorLoaderTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/FinallyTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/JdkDynamicProxyServiceBeanImpl1.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy2271Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/util/ObservableMapTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/view/MacOSXMenuBar.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/operator/StringOperatorsTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy3560Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy_2473Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy2339Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/ConfigSlurper.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/examples/commandLineTools/BigTests.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/ShellTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/GlobalPrintlnTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/BlockAsClosureBug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/examples/swing/RegexCoach.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/BadScriptNameBug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/benchmarks/alioth/ray.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/ClosureListenerTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/ExceptionInClosureTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/OptionalReturnTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/CompareToTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/CastTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/RangeTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/FilterLineTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/PrimitiveTypesTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/ClosureWithDefaultParamTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/LocalPropertyTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/ClosureInClosureTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/AssertTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/DefaultParamClosureTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/ExpandoPropertyTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/ClassTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/BindingTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/AssertNumberTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/SuperMethod2Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy675_Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/ForAndSqlBug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/GetterBug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/TedsClosureBug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4202Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/SynchronizedBytecodeBug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy1081_Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/NestedClosure2Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy3721Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4235Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4190Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy3731Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4191Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4119Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4029Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy3716Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy3383Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4193Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy3726Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy3465Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy3718Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4188Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy3658Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy3596Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy3768Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy513_Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy3679Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy308_Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/NestedClosureBug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy249_Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/AbstractClassAndInterfaceTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4006Bug.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/WithResourceStreamClosedTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/CategoryForIteratorTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/EachWithReaderAndInputStreamTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/StaticPrintlnTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/NestedCategoryTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/DateGDKTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/WriterAppendTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/InterfaceConversionTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/FileAppendTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/classgen/MetaClassTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/gls/generics/GenericsTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/gls/invocation/CovariantReturnTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/util/AntTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/ForLoopTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/mock/interceptor/LooseExpectation.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/script/MapFromList.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/IfPropertyTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/RegularExpressionsTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/gls/scope/BlockScopeVisibilityTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/StringTest.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/inspect/swingui/AstBrowserProperties.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/script/MarkupTestScript.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/grape/GrapeIvy.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/inspect/swingui/ObjectBrowser.groovyformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/inspect/swingui/ScriptToTreeNodeAdapter.groovyformatting only
modifiedglaforge/trunk/groovy/groovy-core/src/test/groovy/util/GroovyScriptEngineTest.groovyGROOVY-4330: Groovy 1.7.4 wont build from source The GroovyScriptEngineTest relied on File#delete() which is not always working reliably on all OSes. (merge rev 20559)
modifiedglaforge/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgenerator/QDoxCategory.groovyGROOVY-4329: Stub generator exhibits a synthetic method in the stubs it should not Also reorganized StubTestCase a bit, to accomodate future extension. This patch indeed provides a subclass of StubTestCase, for simpler tests which don't need a full blown source set: you can pass classes in the form of strings. (merge rev 20557)
modifiedglaforge/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgenerator/StubTestCase.groovyGROOVY-4329: Stub generator exhibits a synthetic method in the stubs it should not Also reorganized StubTestCase a bit, to accomodate future extension. This patch indeed provides a subclass of StubTestCase, for simpler tests which don't need a full blown source set: you can pass classes in the form of strings. (merge rev 20557)
addedglaforge/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgenerator/StringSourcesStubTestCase.groovyGROOVY-4329: Stub generator exhibits a synthetic method in the stubs it should not Also reorganized StubTestCase a bit, to accomodate future extension. This patch indeed provides a subclass of StubTestCase, for simpler tests which don't need a full blown source set: you can pass classes in the form of strings. (merge rev 20557)
addedglaforge/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgenerator/NoStaticGetMetaClassSyntheticMethodInStubsTest.groovyGROOVY-4329: Stub generator exhibits a synthetic method in the stubs it should not Also reorganized StubTestCase a bit, to accomodate future extension. This patch indeed provides a subclass of StubTestCase, for simpler tests which don't need a full blown source set: you can pass classes in the form of strings. (merge rev 20557)
modifiedglaforge/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/javac/JavaStubGenerator.javaGROOVY-4329: Stub generator exhibits a synthetic method in the stubs it should not Also reorganized StubTestCase a bit, to accomodate future extension. This patch indeed provides a subclass of StubTestCase, for simpler tests which don't need a full blown source set: you can pass classes in the form of strings. (merge rev 20557)
modifiedglaforge/trunk/groovy/groovy-core/src/test/groovy/util/GroovyScriptEngineTest.groovyGroovyScriptEngineTest used to let some garbage directory at the root of the project (merge rev 20547)
addedglaforge/trunk/groovy/groovy-core/src/test-resources/stubgenerator/propertyUsageFromJava/somepackage/GroovyPogo.groovyGROOVY-4324 followup Make StubTestCase more modular to allow more flexibility in subclasses The classes#getAt category method uses fully qualified class names instead of simple names Added another simple test case to check a POGO usage from a POJO (merge rev 20544)
modifiedglaforge/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgenerator/QDoxCategory.groovyGROOVY-4324 followup Make StubTestCase more modular to allow more flexibility in subclasses The classes#getAt category method uses fully qualified class names instead of simple names Added another simple test case to check a POGO usage from a POJO (merge rev 20544)
modifiedglaforge/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgenerator/StubTestCase.groovyGROOVY-4324 followup Make StubTestCase more modular to allow more flexibility in subclasses The classes#getAt category method uses fully qualified class names instead of simple names Added another simple test case to check a POGO usage from a POJO (merge rev 20544)
addedglaforge/trunk/groovy/groovy-core/src/test-resources/stubgenerator/propertyUsageFromJava/somepackageGROOVY-4324 followup Make StubTestCase more modular to allow more flexibility in subclasses The classes#getAt category method uses fully qualified class names instead of simple names Added another simple test case to check a POGO usage from a POJO (merge rev 20544)
addedglaforge/trunk/groovy/groovy-core/src/test-resources/stubgenerator/propertyUsageFromJavaGROOVY-4324 followup Make StubTestCase more modular to allow more flexibility in subclasses The classes#getAt category method uses fully qualified class names instead of simple names Added another simple test case to check a POGO usage from a POJO (merge rev 20544)
addedglaforge/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgenerator/PropertyUsageFromJavaTest.groovyGROOVY-4324 followup Make StubTestCase more modular to allow more flexibility in subclasses The classes#getAt category method uses fully qualified class names instead of simple names Added another simple test case to check a POGO usage from a POJO (merge rev 20544)
addedglaforge/trunk/groovy/groovy-core/src/test-resources/stubgenerator/propertyUsageFromJava/somepackage/JavaBean.javaGROOVY-4324 followup Make StubTestCase more modular to allow more flexibility in subclasses The classes#getAt category method uses fully qualified class names instead of simple names Added another simple test case to check a POGO usage from a POJO (merge rev 20544)
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgenerator/StubTestCase.groovyfix quality build
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javajavadoc tweak - additional example
deletedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgenerator/BaseStubTest.groovyGROOVY-4324: minor tweaks
addedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgenerator/StubTestCase.groovyGROOVY-4324: minor tweaks
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgenerator/QDoxCategory.groovyGROOVY-4324: minor tweaks
modifiedpaulk/trunk/groovy/groovy-core/src/test/UberTestCaseGroovySourceCodehausPackages.javaGROOVY-4324: minor tweaks
modifiedpaulk/trunk/groovy/groovy-core/config/maven/groovy-tools.pomGROOVY-4324: minor tweaks
modifiedpaulk/trunk/groovy/groovy-core/pom.xmlGROOVY-4324: minor tweaks
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgenerator/CircularLanguageReferenceTest.groovyGROOVY-4324: minor tweaks
modifiedglaforge/trunk/groovy/groovy-core/src/test/UberTestCaseGroovySourceCodehausPackages.javaMissing excluded test
modifiedglaforge/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgenerator/CircularLanguageReferenceTest.groovyuse every instead of each (merge rev 20531)
modifiedglaforge/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgenerator/CircularLanguageReferenceTest.groovyordering may be different depending on the jdk
modifiedglaforge/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgenerator/BaseStubTest.groovyGROOVY-4324: Provide a stub generator testing infrastructure (merge rev 20526) (problem with my previous commit)
modifiedglaforge/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgenerator/QDoxCategory.groovyGROOVY-4324: Provide a stub generator testing infrastructure (merge rev 20526) (problem with my previous commit)
modifiedglaforge/trunk/groovy/groovy-core/src/test-resources/stubgenerator/circularLanguageReference/Rectangle.groovyGROOVY-4324: Provide a stub generator testing infrastructure (merge rev 20526) (problem with my previous commit)
modifiedglaforge/trunk/groovy/groovy-core/src/test-resources/stubgenerator/circularLanguageReference/Shape.javaGROOVY-4324: Provide a stub generator testing infrastructure (merge rev 20526) (problem with my previous commit)
modifiedglaforge/trunk/groovy/groovy-core/src/test-resources/stubgenerator/circularLanguageReference/Square.javaGROOVY-4324: Provide a stub generator testing infrastructure (merge rev 20526) (problem with my previous commit)
modifiedglaforge/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgenerator/CircularLanguageReferenceTest.groovyGROOVY-4324: Provide a stub generator testing infrastructure (merge rev 20526) (problem with my previous commit)
addedglaforge/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgenerator/BaseStubTest.groovyGROOVY-4324: Provide a stub generator testing infrastructure (merge rev 20526)
addedglaforge/trunk/groovy/groovy-core/src/test-resourcesGROOVY-4324: Provide a stub generator testing infrastructure (merge rev 20526)
addedglaforge/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgenerator/QDoxCategory.groovyGROOVY-4324: Provide a stub generator testing infrastructure (merge rev 20526)
addedglaforge/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgeneratorGROOVY-4324: Provide a stub generator testing infrastructure (merge rev 20526)
addedglaforge/trunk/groovy/groovy-core/src/test-resources/stubgenerator/circularLanguageReference/Rectangle.groovyGROOVY-4324: Provide a stub generator testing infrastructure (merge rev 20526)
addedglaforge/trunk/groovy/groovy-core/src/test-resources/stubgeneratorGROOVY-4324: Provide a stub generator testing infrastructure (merge rev 20526)
addedglaforge/trunk/groovy/groovy-core/src/test-resources/stubgenerator/circularLanguageReferenceGROOVY-4324: Provide a stub generator testing infrastructure (merge rev 20526)
addedglaforge/trunk/groovy/groovy-core/src/test-resources/stubgenerator/circularLanguageReference/Shape.javaGROOVY-4324: Provide a stub generator testing infrastructure (merge rev 20526)
addedglaforge/trunk/groovy/groovy-core/src/test-resources/stubgenerator/circularLanguageReference/Square.javaGROOVY-4324: Provide a stub generator testing infrastructure (merge rev 20526)
modifiedglaforge/trunk/groovy/groovy-core/pom.xmlGROOVY-4324: Provide a stub generator testing infrastructure (merge rev 20526)
addedglaforge/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/stubgenerator/CircularLanguageReferenceTest.groovyGROOVY-4324: Provide a stub generator testing infrastructure (merge rev 20526)
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/StaticThisTest.groovyGROOVY-4321: Keywords "super" and "this" should be allowed as map key for literal maps/named params and property access
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/ResolveVisitor.javaGROOVY-4321: Keywords "super" and "this" should be allowed as map key for literal maps/named params and property access
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/KeywordsInPropertyNamesTest.groovyGROOVY-4321: Keywords "super" and "this" should be allowed as map key for literal maps/named params and property access
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/groovy.gGROOVY-4321: Keywords "super" and "this" should be allowed as map key for literal maps/named params and property access
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/util/GroovyScriptEngineTest.groovyformatting and robustness
modifiedblackdrag/trunk/groovy/groovy-core/build.propertiesset version to 1.8 beta 2
modifiedblackdrag/trunk/groovy/groovy-core/pom.xmlset version to 1.8 beta 2
modifiedglaforge/trunk/groovy/groovy-core/src/main/groovy/lang/GroovyClassLoader.javaGROOVY-4318
modifiedglaforge/trunk/groovy/groovy-core/src/main/META-INF/services/org.codehaus.groovy.transform.ASTTransformationGROOVY-4318
modifiedglaforge/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ant/Groovyc.javaGROOVY-4318
modifiedglaforge/trunk/groovy/groovy-core/src/test/groovy/KeywordsInPropertyNamesTest.groovyTemporarily removing super as allowed keyword in property name as it causes some issues when used after a dot. For instance, currently Groovy doesn't like the following: def m = [super: "cool"] // fine assert m.super == "cool" // not fine :-( 2 (misleading) compilation errors: Inner classes referencing outer classes using super is not supported yet. at line: 2, column: 8 The usage of '.this' or '.super' requires an explicit class in front. at line: 2, column: 8 Would be good to find a way to just allow super as map key in that situation.
modifiedglaforge/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/groovy.gTemporarily removing super as allowed keyword in property name as it causes some issues when used after a dot. For instance, currently Groovy doesn't like the following: def m = [super: "cool"] // fine assert m.super == "cool" // not fine :-( 2 (misleading) compilation errors: Inner classes referencing outer classes using super is not supported yet. at line: 2, column: 8 The usage of '.this' or '.super' requires an explicit class in front. at line: 2, column: 8 Would be good to find a way to just allow super as map key in that situation.
modifiedglaforge/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/vmplugin/v5/PluginDefaultGroovyMethods.javaGROOVY-2987: Slow leftShift GDK methods (merge rev 20509)
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/KeywordsInPropertyNamesTest.groovyGROOVY-4314: Keyword "const" should be allowed as map key for literal maps/named params and property access
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/groovy.gGROOVY-4314: Keyword "const" should be allowed as map key for literal maps/named params and property access
modifiedglaforge/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-4309: printf not bound to "out" in groovlet context as in print/println (also scripts could not print to a custom output bound in the binding when using printf as System.out was always used instead) (merge rev 20506)
modifiedglaforge/trunk/groovy/groovy-core/src/main/groovy/lang/Script.javaGROOVY-4309: printf not bound to "out" in groovlet context as in print/println (also scripts could not print to a custom output bound in the binding when using printf as System.out was always used instead) (merge rev 20506)
modifiedglaforge/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-4271: InputStream.eachByte in DGM to read IS using a byte buffer (merge rev 20504)
modifiedglaforge/trunk/groovy/groovy-core/src/main/groovy/util/GroovyScriptEngine.javaGROOVY-2811 and GROOVY-4286: GSE reloading issues (merge rev 20502)
modifiedglaforge/trunk/groovy/groovy-core/src/test/groovy/util/GroovyScriptEngineTest.groovyGROOVY-2811 and GROOVY-4286: GSE reloading issues (merge rev 20502)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/Verifier.javaremove NPE (only occurs for buggy code but stops proper error message)
modifiedait/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/groovy.gsuper as map key allowed
modifiedglaforge/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/MinusTest.groovyAdditional minus and intersect test for maps (GROOVY-4303) (merge rev 20496)
modifiedglaforge/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaAdditional minus and intersect test for maps (GROOVY-4303) (merge rev 20496)
modifiedglaforge/trunk/groovy/groovy-core/src/main/groovy/util/GroovyScriptEngine.javaGROOVY-4288: GroovyScriptEngine can't refresh class from url other than file (merge rev 20494)
modifiedglaforge/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/MinusTest.groovyGROOVY-4303: Provide minus and intersect methods for maps (merge rev 20492)
modifiedglaforge/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-4303: Provide minus and intersect methods for maps (merge rev 20492)
modifiedglaforge/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/typehandling/DefaultTypeTransformation.javaGROOVY-4303: Provide minus and intersect methods for maps (merge rev 20492)
modifiedglaforge/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-4312: Empty primitive arrays evaluate to true (merge rev 20490)
modifiedglaforge/trunk/groovy/groovy-core/src/test/groovy/GroovyTruthTest.groovyGROOVY-4312: Empty primitive arrays evaluate to true (merge rev 20490)
modifiedpaulk/trunk/groovy/groovy-core/build.xmlpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-bsf/src/test/java/org/codehaus/groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-bsfpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-bsf/src/test/java/org/codehaus/groovy/bsf/BSFTest.javapreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-bsf/src/main/java/org/codehaus/groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-bsf/src/testpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-bsf/src/test/java/org/codehaus/groovy/bsfpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-bsf/src/main/java/org/codehaus/groovy/bsf/GroovyEngine.javapreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-bsf/src/test/java/org/codehauspreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-bsf/src/mainpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-bsf/src/main/java/org/codehaus/groovy/bsf/package.htmlpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-bsf/src/main/java/org/codehaus/groovy/bsfpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-bsf/src/main/java/org/codehauspreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-bsf/src/test/java/orgpreliminary module refactoring
modifiedpaulk/trunk/groovy/groovy-core/config/ant/build-setup.xmlpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-bsf/src/main/java/orgpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-bsf/src/main/java/org/codehaus/groovy/bsf/CachingGroovyEngine.javapreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-bsf/src/test/java/org/codehaus/groovy/bsf/CacheBSFTest.javapreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-bsf/src/test/javapreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-bsf/srcpreliminary module refactoring
deletedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/bsfpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-bsf/src/main/javapreliminary module refactoring
deletedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/bsfpreliminary module refactoring
modifiedpaulk/trunk/groovy/groovy-core/config/maven/groovy-tools.pomupgrade qdox
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaremove javadoc warning
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/Closure.javaGROOVY-4311: Make Closure a java.util.concurrent.Callable (re-addressed)
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/ClosureAsParamTest.groovyGROOVY-4311: Make Closure a java.util.concurrent.Callable (re-addressed)
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/GroovyCallable.javaGROOVY-4311: Make Closure a java.util.concurrent.Callable (re-addressed)
modifiedpniederw/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/powerassert/AssertionRenderer.javafixed GROOVY-4310: Power asserts should use DefaultGroovyMethods.toString() instead of 'plain' toString()
modifiedpniederw/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/powerassert/AssertionRenderingTest.groovyfixed GROOVY-4310: Power asserts should use DefaultGroovyMethods.toString() instead of 'plain' toString()
modifiedpniederw/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/powerassert/ValueRenderingTest.groovyrefactored some test methods
modifiedpniederw/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/powerassert/ValueRenderingTest.groovyuse correct fail() method in power assert tests
modifiedglaforge/trunk/groovy/groovy-core/src/main/groovy/lang/Reference.javaGROOVY-4305: Make groovy.lang.Reference implement Serializable (merge rev 20473)
addedglaforge/trunk/groovy/groovy-core/src/test/groovy/lang/ReferenceSerializationTest.groovyGROOVY-4305: Make groovy.lang.Reference implement Serializable (merge rev 20473)
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/operator/BitwiseOperatorsTest.groovyupdate test
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/groovy.gupdate comments
modifiedait/trunk/groovy/groovy-core/src/main/groovy/lang/GroovyClassLoader.javasupport for multiple file extensions
modifiedait/trunk/groovy/groovy-core/src/main/META-INF/services/org.codehaus.groovy.transform.ASTTransformationsupport for multiple file extensions
modifiedait/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ant/Groovyc.javasupport for multiple file extensions
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/AutoExternalize.javajavadoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/Canonical.javajavadoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/AutoClone.javajavadoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/ToString.javajavadoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/AutoCloneStyle.javajavadoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/EqualsAndHashCode.javajavadoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/TupleConstructor.javajavadoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/AutoClone.javajavadoc
modifiedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/java/groovy/jmx/builder/JmxEventEmitterMBean.javajavadoc
modifiedpaulk/trunk/groovy/groovy-core/src/test/UberTestCaseGroovySourceSubPackages.javapreliminary module refactoring
modifiedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovy/jmx/builder/JmxBeanExportFactoryTest.groovypreliminary module refactoring
modifiedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovy/jmx/builder/JmxEmitterFactoryTest.groovypreliminary module refactoring
modifiedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/groovy/groovy/jmx/builder/JmxBeanFactory.groovypreliminary module refactoring
modifiedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/groovy/groovy/jmx/builder/JmxBeansFactory.groovypreliminary module refactoring
modifiedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovy/jmx/builder/JmxBeanExportFactoryTest.groovypreliminary module refactoring
modifiedpaulk/trunk/groovy/groovy-core/pom.xmlupgrade ivy
modifiedpaulk/trunk/groovy/groovy-core/build.xmlpreliminary module refactoring
modifiedpaulk/trunk/groovy/groovy-core/config/maven/groovy-tools.pompreliminary module refactoring
modifiedpaulk/trunk/groovy/groovy-core/config/ant/build-cobertura.xmlpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/java/groovy/jmx/builder/JmxBuilderException.javapreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/mainpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/java/groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/java/groovy/jmx/builder/MockManagedObject.javapreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovy/jmxpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/java/groovy/jmx/builder/JmxEventEmitter.javapreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovy/jmx/builder/JmxTimerFactoryTest.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/java/groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/java/groovy/jmx/builder/JmxEventEmitterMBean.javapreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/groovy/groovy/jmx/builder/JmxServerConnectorFactory.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/groovy/groovypreliminary module refactoring
deletedpaulk/trunk/groovy/groovy-core/src/test/groovy/util/MBeanTest.javapreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/groovy/groovy/jmx/builder/JmxAttributeInfoManager.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovy/jmx/builder/JmxBeansFactoryTest.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/groovy/groovy/jmx/builder/JmxListenerFactory.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/java/groovy/jmx/builder/JmxConnectorHelper.javapreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovy/jmx/builder/MockManagedGroovyObject.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/java/groovy/jmx/builder/JmxEventListener.javapreliminary module refactoring
modifiedpaulk/trunk/groovy/groovy-core/config/ant/build-setup.xmlpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmxpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/java/groovy/util/GroovyMBean.javapreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/groovy/groovy/jmx/builder/JmxMetaMapBuilder.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovy/jmx/builder/JmxEmitterFactoryTest.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/java/groovy/jmx/builder/MockSimpleObjectMBean.javapreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovy/jmx/builder/JmxAttributeInfoManagerTest.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovy/jmx/builder/JmxBeanInfoManagerTest.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/groovy/groovy/jmx/builder/JmxOperationInfoManager.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/javapreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/srcpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/java/groovy/jmx/builder/MockJmxListener.javapreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/java/groovy/jmx/builderpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/java/groovy/jmx/builderpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/groovy/groovy/jmx/builderpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/groovy/groovy/jmx/builder/JmxBeanFactory.groovypreliminary module refactoring
modifiedpaulk/trunk/groovy/groovy-core/build.xmlpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/java/groovy/jmx/builder/MockSimpleObject.javapreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/java/groovy/jmxpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovy/jmx/builder/JmxEmbeddedMetaMapBuilderTest.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/groovy/groovy/jmx/builder/JmxEmitterFactory.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/java/groovy/jmx/builder/JmxBuilderModelMBean.javapreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovy/jmx/builder/JmxOperationInfoManagerTest.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/java/groovy/jmxpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojectspreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovy/jmx/builder/MockEmbeddedClass.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/groovy/groovy/jmx/builder/JmxBuilderTools.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/groovy/groovy/jmxpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovy/jmx/builder/JmxListenerFactoryTest.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovy/jmx/builder/JmxClientConnectorFactoryTest.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/java/groovy/utilpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/java/groovy/util/MBeanTest.javapreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/javapreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/groovy/groovy/jmx/builder/JmxBuilder.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovy/jmx/builder/JmxBeanExportFactoryTest.groovypreliminary module refactoring
deletedpaulk/trunk/groovy/groovy-core/src/main/groovy/jmxpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/groovy/groovy/jmx/builder/JmxBeanExportFactory.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovy/jmx/builder/JmxBuilderToolsTest.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovy/jmx/builder/JmxServerConnectorFactoryTest.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/groovy/groovy/jmx/builder/package-info.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/groovy/groovy/jmx/builder/JmxTimerFactory.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/groovy/groovy/jmx/builder/JmxBeanInfoManager.groovypreliminary module refactoring
modifiedpaulk/trunk/groovy/groovy-core/src/test/UberTestCaseGroovySourceSubPackages.javapreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/groovy/groovy/jmx/builder/JmxBeansFactory.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/groovy/groovy/jmx/builder/JmxClientConnectorFactory.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/main/java/groovy/utilpreliminary module refactoring
deletedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/GroovyMBean.javapreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovy/jmx/builder/JmxMetaMapBuilderTest.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovy/jmx/builder/JmxBeanFactoryTest.groovypreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/test/groovy/groovy/jmx/builderpreliminary module refactoring
deletedpaulk/trunk/groovy/groovy-core/src/test/groovy/jmxpreliminary module refactoring
addedpaulk/trunk/groovy/groovy-core/subprojects/groovy-jmx/src/testpreliminary module refactoring
modifiedglaforge/trunk/groovy/groovy-core/src/main/groovy/jmx/builder/JmxBeanFactory.groovyJmxBeanFactory JavaDoc typos
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/StaticImportVisitor.javarefactor: change some uses of FieldExpression to Variable/PropertyExpression
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/ast/LineColumnCheck.txtrefactor: change some uses of FieldExpression to Variable/PropertyExpression
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/AbstractASTTransformUtil.javarefactor: change some uses of FieldExpression to VariableExpression
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/AutoCloneASTTransformation.javarefactor: change some uses of FieldExpression to VariableExpression
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/TupleConstructorASTTransformation.javarefactor: change some uses of FieldExpression to VariableExpression
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/SingletonASTTransformation.javarefactor: change some uses of FieldExpression to VariableExpression
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/AutoExternalizeASTTransformation.javarefactor: change some uses of FieldExpression to VariableExpression
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/AbstractASTTransformUtil.javarefactor: change some uses of FieldExpression to VariableExpression
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ToStringASTTransformation.javarefactor: change some uses of FieldExpression to VariableExpression
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/DelegateASTTransformation.javarefactor: change some uses of FieldExpression to VariableExpression
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/EqualsAndHashCodeASTTransformation.javarefactor: change some uses of FieldExpression to VariableExpression
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ImmutableASTTransformation.javarefactor: change some uses of FieldExpression to VariableExpression
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/LazyASTTransformation.javarefactor: change some uses of FieldExpression to VariableExpression
addedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/CanonicalTransformTest.groovyGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/AutoExternalizeASTTransformation.javaGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/CanonicalASTTransformation.javaGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/ToString.javaGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
addedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/CanonicalComponentsTransformTest.groovyGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/AutoCloneStyle.javaGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/AutoCloneASTTransformation.javaGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/EqualsAndHashCode.javaGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4121Bug.groovyGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
modifiedpaulk/trunk/groovy/groovy-core/gradle/pomconfigurer.gradleGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/Immutable.javaGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/TupleConstructorASTTransformation.javaGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/AutoExternalize.javaGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/AbstractASTTransformation.javaGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/Immutable.javaGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/AbstractASTTransformUtil.javaGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/Canonical.javaGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/AutoClone.javaGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ToStringASTTransformation.javaGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/ImmutableTransformTest.groovyGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/EqualsAndHashCodeASTTransformation.javaGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/TransformsAndCustomClassLoadersTest.groovyGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/TupleConstructor.javaGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
modifiedpaulk/trunk/groovy/groovy-core/pom.xmlGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ImmutableASTTransformation.javaGROOVY-2879: Create @Identity annotation to autogenerate equals() / hashCode() / toString()
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/CompilationUnit.javaGROOVY-4304: OptimizerVisitor may run twice, corrupting constants (test pending)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/treewalker/MindMapPrinter.javaGROOVY-2701: improve regex in Groovy
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/StringTest.groovyGROOVY-2701: improve regex in Groovy
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/treewalker/NodeAsHTMLPrinter.javaGROOVY-2701: improve regex in Groovy
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/treewalker/TraversalHelper.javaGROOVY-2701: improve regex in Groovy
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/groovy.gGROOVY-2701: improve regex in Groovy
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/VariableScopeVisitor.javaminor refactor (remove NPE)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-4294: Collection and Map functions (countBy extended to Object[] and Iterator)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaminor refactor
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-2898: The count() in DefaultGroovyMethod should support counting by a Closure
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/Property2Test.groovyminor refactor
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-4294: Collection and Map functions
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/javac/JavaStubGenerator.javaGROOVY-4295: Joint compilation fails for interfaces with primitive fields
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/groovy/lang/GroovyClassLoader.javaGROOVY-4293 Fixed the compiler so it throws a IllegalArgumentException with a informative message instead of BUG! in case of a null scrip passed to it for compilation.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4293Bug.groovyGROOVY-4293 Fixed the compiler so it throws a IllegalArgumentException with a informative message instead of BUG! in case of a null scrip passed to it for compilation.
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/javac/JavaStubCompilationUnit.javaGROOVY-4266: fixes for joint compiler imports (align compile phase with previous change)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/MethodRankHelper.javacheckstyle warnings
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/BatchingStatementWrapper.javacheckstyle warnings
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ImmutableASTTransformation.javacheckstyle warnings
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4264Bug.groovyGROOVY-4264 Fixed the class ordering issue when a file contains multiple classes related by inheritence.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/groovy/lang/GroovyClassLoader.javaGROOVY-4264 Fixed the class ordering issue when a file contains multiple classes related by inheritence.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/ModuleNode.javaGROOVY-4264 Fixed the class ordering issue when a file contains multiple classes related by inheritence.
modifiedpaulk/trunk/groovy/groovy-core/src/test/gls/enums/EnumTest.groovyGROOVY-4268: Breaking change in enum syntax (fix unintended regression)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/groovy.gGROOVY-4268: Breaking change in enum syntax (fix unintended regression)
modifiedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/JavaAnnotationWithClassElement.javaannotation closures: improved tests, fixed another issue with stub generation
addedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/JavaCompatibilityParameterized.groovyannotation closures: improved tests, fixed another issue with stub generation
addedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureJavaCompatibilityParameterizedTest.javaannotation closures: improved tests, fixed another issue with stub generation
addedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureJavaCompatibilityTest.javaannotation closures: improved tests, fixed another issue with stub generation
deletedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/otherpkgannotation closures: improved tests, fixed another issue with stub generation
addedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/JavaAnnotationWithClassElementParameterized.javaannotation closures: improved tests, fixed another issue with stub generation
modifiedpniederw/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/javac/JavaStubGenerator.javaannotation closures: improved tests, fixed another issue with stub generation
addedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/otherpkg/AnnotationClosureJavaCompatibilityTest.javamore tests for annotation closures fixed stub generation problem for annotation closures
modifiedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureThisObjectCallTest.groovymore tests for annotation closures fixed stub generation problem for annotation closures
modifiedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureTest.groovymore tests for annotation closures fixed stub generation problem for annotation closures
modifiedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureWithParametersTest.groovymore tests for annotation closures fixed stub generation problem for annotation closures
modifiedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureExhaustiveTestSupport.groovymore tests for annotation closures fixed stub generation problem for annotation closures
modifiedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureUnqualifiedCallTest.groovymore tests for annotation closures fixed stub generation problem for annotation closures
addedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/JavaCompatibility.groovymore tests for annotation closures fixed stub generation problem for annotation closures
modifiedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureOwnerCallTest.groovymore tests for annotation closures fixed stub generation problem for annotation closures
addedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/otherpkgmore tests for annotation closures fixed stub generation problem for annotation closures
modifiedpniederw/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/javac/JavaStubGenerator.javamore tests for annotation closures fixed stub generation problem for annotation closures
modifiedpniederw/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/AsmClassGenerator.javaannotation closure classes are now public to simplify their reflective use
modifiedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureTest.groovyannotation closure classes are now public to simplify their reflective use
modifiedpniederw/trunk/groovy/groovy-core/src/test/groovy/util/logging/LogBackTest.groovyminor fix of test class to get rid of joint compilation problem (on that occasion also removed obsolete imports)
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4273Bug.groovyGROOVY-4273 Introduced a validation that ensures that only valid enum constants are used in annotation attributes.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/AnnotationVisitor.javaGROOVY-4273 Introduced a validation that ensures that only valid enum constants are used in annotation attributes.
modifiedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureThisObjectCallTest.groovyreformatted code (converted tabs to spaces)
modifiedpniederw/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/AsmClassGenerator.javareformatted code (converted tabs to spaces)
modifiedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/JavaAnnotationWithClassElement.javareformatted code (converted tabs to spaces)
modifiedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureTest.groovyreformatted code (converted tabs to spaces)
modifiedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureWithParametersTest.groovyreformatted code (converted tabs to spaces)
modifiedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureExhaustiveTestSupport.groovyreformatted code (converted tabs to spaces)
modifiedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureUnqualifiedCallTest.groovyreformatted code (converted tabs to spaces)
modifiedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureOwnerCallTest.groovyreformatted code (converted tabs to spaces)
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/MyConstantsASTTransformation4272.groovyGROOVY-4272 Resolved a conflict between AstBuilder and OptimizerVisitor by moving OptimizerVisitor to classgen phase.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/CompilationUnit.javaGROOVY-4272 Resolved a conflict between AstBuilder and OptimizerVisitor by moving OptimizerVisitor to classgen phase.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4272Bug.groovyGROOVY-4272 Resolved a conflict between AstBuilder and OptimizerVisitor by moving OptimizerVisitor to classgen phase.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/MyConstants4272.javaGROOVY-4272 Resolved a conflict between AstBuilder and OptimizerVisitor by moving OptimizerVisitor to classgen phase.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/groovy/xml/XmlUtil.javaGROOVY-4285 Fixed the xml serialization of GPathResult in XMLUtil.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4285Bug.groovyGROOVY-4285 Fixed the xml serialization of GPathResult in XMLUtil.
modifiedait/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/ResolveVisitor.javafix for incorrect cast (T)[a:b...]
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/StaticImportTest.groovyGROOVY-4267: Unable to import static for static inner classes (test to cover off external java class case)
addedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureThisObjectCallTest.groovyadded support for closures as annotation values ("annotation closures")
modifiedpniederw/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/AsmClassGenerator.javaadded support for closures as annotation values ("annotation closures")
addedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/JavaAnnotationWithClassElement.javaadded support for closures as annotation values ("annotation closures")
addedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureTest.groovyadded support for closures as annotation values ("annotation closures")
addedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureWithParametersTest.groovyadded support for closures as annotation values ("annotation closures")
addedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureExhaustiveTestSupport.groovyadded support for closures as annotation values ("annotation closures")
addedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureUnqualifiedCallTest.groovyadded support for closures as annotation values ("annotation closures")
addedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closuresadded support for closures as annotation values ("annotation closures")
addedpniederw/trunk/groovy/groovy-core/src/test/gls/annotations/closures/AnnotationClosureOwnerCallTest.groovyadded support for closures as annotation values ("annotation closures")
modifiedpniederw/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/AnnotationVisitor.javaadded support for closures as annotation values ("annotation closures")
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/Sql.javaGROOVY-4269: groovydoc updated
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/ResolveVisitor.javaGROOVY-4267: Unable to import static for static inner classes (comment out an edge case for now)
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/StaticImportTest.groovyGROOVY-4267: Unable to import static for static inner classes (comment out an edge case for now)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/ResolveVisitor.javaGROOVY-4267: Unable to import static for static inner classes (further changes)
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/StaticImportTest.groovyGROOVY-4267: Unable to import static for static inner classes (further changes)
addedpaulk/trunk/groovy/groovy-core/src/test/Outer4.groovyGROOVY-4267: Unable to import static for static inner classes (further changes)
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/StaticImportTest.groovyGROOVY-4267: Unable to import static for static inner classes (additional test case with external class)
addedpaulk/trunk/groovy/groovy-core/src/test/Outer3.groovyGROOVY-4267: Unable to import static for static inner classes (additional test case with external class)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/ResolveVisitor.javaGROOVY-4267: Unable to import static for static inner classes
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/StaticImportTest.groovyGROOVY-4267: Unable to import static for static inner classes
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/javac/JavaStubGenerator.javaGROOVY-4266: fixes for joint compiler imports
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/DelegateTransformTest.groovytrivial rename
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/DelegateTransformTest.groovyGROOVY-4265: @Delegate's dealing with static methods seems incorrect
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/DelegateASTTransformation.javaGROOVY-4265: @Delegate's dealing with static methods seems incorrect
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/Delegate.javaGROOVY-4265: @Delegate's dealing with static methods seems incorrect
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/ScriptFieldTransformTest.groovytemp fix for build (reinstate test)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/StaticVerifier.javatemp fix for build (reinstate test)
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/DelegateTransformTest.groovyGROOVY-4163: Groovyc is unable to compile a class which implements interface and uses @Delegate annotation
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/DelegateASTTransformation.javaGROOVY-4163: Groovyc is unable to compile a class which implements interface and uses @Delegate annotation
modifiedpaulk/trunk/groovy/groovy-core/src/test/gls/CompilableTestSupport.groovycheckstyle warnings
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/ScriptFieldTransformTest.groovytemp fix for build
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/StaticImportTest.groovymissed functionality when splitting out StaticVerifier (split was related to GROOVY-4228 - surfaced in GROOVY-4163)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/StaticVerifier.javamissed functionality when splitting out StaticVerifier (split was related to GROOVY-4228 - surfaced in GROOVY-4163)
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/DelegateTransformTest.groovyGROOVY-4163: Groovyc is unable to compile a class which implements interface and uses @Delegate annotation
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/DelegateASTTransformation.javaGROOVY-4163: Groovyc is unable to compile a class which implements interface and uses @Delegate annotation
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/Delegate.javaGROOVY-4163: Groovyc is unable to compile a class which implements interface and uses @Delegate annotation
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/CompilerConfiguration.javaGROOVY-4262 Added an option called targetBytecode for <groovyc> that allows the user to override the compiler determined bytecode compliance version.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ant/Groovyc.javaGROOVY-4262 Added an option called targetBytecode for <groovyc> that allows the user to override the compiler determined bytecode compliance version.
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/StringAsClassTest.groovyGROOVY-4260: Improve error message for GroovyCastException by including some cause info
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/typehandling/DefaultTypeTransformation.javaGROOVY-4260: Improve error message for GroovyCastException by including some cause info
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/typehandling/GroovyCastException.javaGROOVY-4260: Improve error message for GroovyCastException by including some cause info
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ant/Groovyc.javaGROOVY-4259 Applied the patch provided to make configurable the extension used by Groovyc to search scripts.
modifiedait/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ImmutableASTTransformation.javatweaks for extensibility of compiler
modifiedait/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/Verifier.javatweaks for extensibility of compiler
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/typehandling/DefaultTypeTransformation.javaGROOVY-4260: Improve error message for GroovyCastException by including some cause info
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/GroovyMethodsTest.groovyGROOVY-4260: Improve error message for GroovyCastException by including some cause info
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/typehandling/GroovyCastException.javaGROOVY-4260: Improve error message for GroovyCastException by including some cause info
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/AsmClassGenerator.javaGROOVY-4246 Optimized the evaluation of arr[exp]++ so that exp got evaluated once instead of thrice.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4246Bug.groovyGROOVY-4246 Optimized the evaluation of arr[exp]++ so that exp got evaluated once instead of thrice.
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/OrderBy.javaGROOVY-4257: Collection.unique() method might remove not duplicate items
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-4257: Collection.unique() method might remove not duplicate items
addedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4257Bug.groovyGROOVY-4257: Collection.unique() method might remove not duplicate items
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-4124: Groovy equality for Sets and Maps
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaminor refactor
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaminor refactor (mostly javadoc clarifications)
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/groovy/ui/view/MacOSXMenuBar.groovyGROOVY-4256 Added a new option to groovyConsole to compile a script.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/groovy/ui/Console.groovyGROOVY-4256 Added a new option to groovyConsole to compile a script.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/groovy/ui/ConsoleActions.groovyGROOVY-4256 Added a new option to groovyConsole to compile a script.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/groovy/ui/view/BasicMenuBar.groovyGROOVY-4256 Added a new option to groovyConsole to compile a script.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/AntlrParserPlugin.javaGROOVY-4252 Compiler crashed with a BUG! when the traditional java-like for loop had a leading '.'. Fixed it. Also removed the testcase for GROOVY-4252 as that usage of ClosureListExpression is disallowed now.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4252Bug.groovyGROOVY-4252 Compiler crashed with a BUG! when the traditional java-like for loop had a leading '.'. Fixed it. Also removed the testcase for GROOVY-4252 as that usage of ClosureListExpression is disallowed now.
deletedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4254Bug.groovyGROOVY-4252 Compiler crashed with a BUG! when the traditional java-like for loop had a leading '.'. Fixed it. Also removed the testcase for GROOVY-4252 as that usage of ClosureListExpression is disallowed now.
modifiedpaulk/trunk/groovy/groovy-core/pom.xmlremove redundant dependency entry
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-4247 Added a DGM method for File.renameTo(String).
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4247Bug.groovyGROOVY-4247 Added a DGM method for File.renameTo(String).
modifiedroshandawrani/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/powerassert/ScriptEvaluationTest.groovyCorrected package name for power assert test scripts.
modifiedroshandawrani/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/powerassert/NotTransformedAssertionsTest.groovyCorrected package name for power assert test scripts.
modifiedroshandawrani/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/powerassert/AssertionsInDifferentLocationsTest.groovyCorrected package name for power assert test scripts.
modifiedroshandawrani/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/powerassert/AssertionRenderingTest.groovyCorrected package name for power assert test scripts.
modifiedroshandawrani/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/powerassert/AssertionTestUtil.groovyCorrected package name for power assert test scripts.
modifiedroshandawrani/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/powerassert/EvaluationTest.groovyCorrected package name for power assert test scripts.
modifiedroshandawrani/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/powerassert/ValueRenderingTest.groovyCorrected package name for power assert test scripts.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/AsmClassGenerator.javaGROOVY-4254 ACG generated invalid bytecode for ClosureListExpression by invoking a non-existent CurriedClosure constructor, which resulted in NoSuchMethodError at runtime.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4254Bug.groovyGROOVY-4254 ACG generated invalid bytecode for ClosureListExpression by invoking a non-existent CurriedClosure constructor, which resulted in NoSuchMethodError at runtime.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/powerassert/AssertionRenderer.javaGROOVY-4250 Improved the assertion rendering of null/empty string values.
modifiedroshandawrani/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/runtime/powerassert/ValueRenderingTest.groovyGROOVY-4250 Improved the assertion rendering of null/empty string values.
modifiedhamletdrc/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/LogASTTransformation.javaAdded support for log4j to the @Log annotation. Unit tests were also expanded.
addedhamletdrc/trunk/groovy/groovy-core/src/test/groovy/util/logging/Log4jTest.groovyAdded support for log4j to the @Log annotation. Unit tests were also expanded.
addedhamletdrc/trunk/groovy/groovy-core/src/main/groovy/util/logging/Log4j.javaAdded support for log4j to the @Log annotation. Unit tests were also expanded.
modifiedhamletdrc/trunk/groovy/groovy-core/src/test/groovy/util/logging/LogTest.groovyAdded support for log4j to the @Log annotation. Unit tests were also expanded.
modifiedhamletdrc/trunk/groovy/groovy-core/src/test/groovy/util/logging/LogBackTest.groovyAdded support for log4j to the @Log annotation. Unit tests were also expanded.
modifiedhamletdrc/trunk/groovy/groovy-core/pom.xmlAdded support for log4j to the @Log annotation. Unit tests were also expanded.
addedpaulk/trunk/groovy/groovy-core/src/test/groovy/grape/GrabErrorIsolationTest.groovymove a grab test into groovy.grape package with other grape tests to enable 'junit.network' feature in build on that test
deletedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy3853Bug.groovymove a grab test into groovy.grape package with other grape tests to enable 'junit.network' feature in build on that test
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/security/SecurityTestSupport.javaminor refactor
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/javac/JavaStubCompilationUnit.javaGROOVY-4118: JavaStubGenerator doesn't generate annotations available in Groovy code (pending tests)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/javac/JavaStubGenerator.javaGROOVY-4118: JavaStubGenerator doesn't generate annotations available in Groovy code (pending tests)
modifiedblackdrag/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/MethodRankHelper.javaimplementation of GROOVY-4039: this enables the MethodMissingException to show some class duplication errors as well.
addedblackdrag/trunk/groovy/groovy-core/src/test/gls/invocation/ClassDuplicationTest.groovyimplementation of GROOVY-4039: this enables the MethodMissingException to show some class duplication errors as well.
modifiedait/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/GroovyCategorySupport.javafix for GROOVY-4130
modifiedblackdrag/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/AsmClassGenerator.javafix for GROOVY-4159: ensures synchronized block doesn't end up in an endless loop
modifiedblackdrag/trunk/groovy/groovy-core/src/test/groovy/bugs/SynchronizedBytecodeBug.groovyfix for GROOVY-4159: ensures synchronized block doesn't end up in an endless loop
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/AntlrParserPlugin.javaError msg improvement - as 1.7 onwards inner classes are supported by groovy.
modifiedroshandawrani/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/DelegateTransformTest.groovyGROOVY-4244 Setting of non final properties didn't work through @Delegate. Fixed it.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/DelegateASTTransformation.javaGROOVY-4244 Setting of non final properties didn't work through @Delegate. Fixed it.
modifiedhamletdrc/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/LogASTTransformation.javaAdded LogBack support to the @Log annotation
addedhamletdrc/trunk/groovy/groovy-core/src/test/groovy/util/logging/LogTest.groovyAdded LogBack support to the @Log annotation
addedhamletdrc/trunk/groovy/groovy-core/src/test/groovy/util/logging/LogBackTest.groovyAdded LogBack support to the @Log annotation
addedhamletdrc/trunk/groovy/groovy-core/src/main/groovy/util/logging/logbackAdded LogBack support to the @Log annotation
addedhamletdrc/trunk/groovy/groovy-core/src/main/groovy/util/logging/LogBack.javaAdded LogBack support to the @Log annotation
deletedhamletdrc/trunk/groovy/groovy-core/src/test/groovy/util/logging/LogASTTransformTest.groovyAdded LogBack support to the @Log annotation
modifiedhamletdrc/trunk/groovy/groovy-core/pom.xmlAdded LogBack support to the @Log annotation
modifiedhamletdrc/trunk/groovy/groovy-core/build.gradleAdded LogBack support to the @Log annotation
modifiedglaforge/trunk/groovy/groovy-core/src/main/groovy/lang/MetaClassImpl.javaGROOVY-3871: propertyMissing inheritance and shadowing issue (merge rev 20258)
addedglaforge/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy3871Bug.groovyGROOVY-3871: propertyMissing inheritance and shadowing issue (merge rev 20258)
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4243Bug.groovyGROOVY-4243 With AIC used, the script was not taking the base class set on compiler config. Fixed it.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/ModuleNode.javaGROOVY-4243 With AIC used, the script was not taking the base class set on compiler config. Fixed it.
modifiedglaforge/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-4233: Provide last() and first() implementations on arrays (merge rev 20254)
modifiedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4241Bug.groovyAdded copyright note to some recently added test scripts.
modifiedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4235Bug.groovyAdded copyright note to some recently added test scripts.
modifiedglaforge/trunk/groovy/groovy-core/pom.xmlUpdated the pom to fix the incredible ommision of Roshan in the list of developers! (merge rev 20248)
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/groovy/util/GroovyScriptEngine.javaGROOVY-4234 GSE failed to execute a script that had multiple classes. Fixed it.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/gse/StringSetMap.javaGROOVY-4234 GSE failed to execute a script that had multiple classes. Fixed it.
modifiedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/util/GroovyScriptEngineTest.groovyGROOVY-4234 GSE failed to execute a script that had multiple classes. Fixed it.
modifiedpaulk/trunk/groovy/groovy-core/build.xmlfix -Djunit.network switch for ant build
modifiedpaulk/trunk/groovy/groovy-core/src/test/UberTestCaseGroovySourceSubPackages.javafix -Djunit.network switch for ant build
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/wrappers/Wrapper.javaremove deprecated field
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/wrappers/Wrapper.javamark unused field deprecated
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4241Bug.groovyGROOVY-4241 Fixed the NPE when 'as' operator was used on an arguement.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/wrappers/Wrapper.javaGROOVY-4241 Fixed the NPE when 'as' operator was used on an arguement.
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/FactoryBuilderSupport.javadelete method in FBS, deprecated for over 2 yrs, removes build warning
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/wrappers/FloatWrapper.javaminor refactor (formatting and remove unneeded boxing)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/wrappers/PojoWrapper.javaminor refactor (formatting and remove unneeded boxing)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/wrappers/DoubleWrapper.javaminor refactor (formatting and remove unneeded boxing)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/wrappers/IntWrapper.javaminor refactor (formatting and remove unneeded boxing)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/wrappers/GroovyObjectWrapper.javaminor refactor (formatting and remove unneeded boxing)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/wrappers/CharWrapper.javaminor refactor (formatting and remove unneeded boxing)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/wrappers/BooleanWrapper.javaminor refactor (formatting and remove unneeded boxing)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/wrappers/LongWrapper.javaminor refactor (formatting and remove unneeded boxing)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/wrappers/ShortWrapper.javaminor refactor (formatting and remove unneeded boxing)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/wrappers/Wrapper.javaminor refactor (formatting and remove unneeded boxing)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/wrappers/ByteWrapper.javaminor refactor (formatting and remove unneeded boxing)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/ExpandoMetaClass.javatrivial refactor
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/StaticImportTest.groovyGROOVY-4153: Statically imported properties (also handle isBool properties)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/StaticImportVisitor.javaGROOVY-4153: Statically imported properties (also handle isBool properties)
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/ScriptFieldTransformTest.groovyGROOVY-4228: Groovy should have a mechanism to create class-level fields in Scripts (error cases)
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/ScriptFieldTransformTest.groovyGROOVY-4228: Groovy should have a mechanism to create class-level fields in Scripts (cleanup and test cases)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/ResolveVisitor.javaGROOVY-4228: Groovy should have a mechanism to create class-level fields in Scripts (cleanup and test cases)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ScriptFieldASTTransformation.javaGROOVY-4228: Groovy should have a mechanism to create class-level fields in Scripts (cleanup and test cases)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/CompilationUnit.javasplit StaticImportVisitor into two: transformation part and verifier part (relates to GROOVY-4228 static support)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/StaticImportVisitor.javasplit StaticImportVisitor into two: transformation part and verifier part (relates to GROOVY-4228 static support)
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/StaticVerifier.javasplit StaticImportVisitor into two: transformation part and verifier part (relates to GROOVY-4228 static support)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/CompilationUnit.javaminor refactor (generify some collections)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/AsmClassGenerator.javaGROOVY-4228: Groovy should have a mechanism to create class-level fields in Scripts (disallow in script methods)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/MethodNode.javaGROOVY-4228: Groovy should have a mechanism to create class-level fields in Scripts (disallow in script methods)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ScriptFieldASTTransformation.javaGROOVY-4228: Groovy should have a mechanism to create class-level fields in Scripts (disallow in script methods)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/MethodNode.javaminor refactor
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/AsmClassGenerator.javaminor refactor
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/shell/Groovysh.groovyGROOVY-4227 Auto-detection of terminal by Jansi was not working with grails shell.
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/VerifierCodeVisitor.javaminor refactor
modifiedglaforge/trunk/groovy/groovy-core/src/main/groovy/util/GroovyScriptEngine.javaGROOVY-3570: Causes application to crash due to too many files being open Forward-ported the URL connection closing method and installed it in the 1.7-rewrite of GroovyScriptEngine. (merge rev 20207)
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/HandleMetaClass.javaGROOVY-4202 Successfive metaclass modification of a class and then its instance failed with ClassCastException. Fixed it.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4202Bug.groovyGROOVY-4202 Successfive metaclass modification of a class and then its instance failed with ClassCastException. Fixed it.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4235Bug.groovyGROOVY-4235 Accessing static property from a closure returned from a static context was erroring out with ClassCastException. Fixed it.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/callsite/AbstractCallSite.javaGROOVY-4235 Accessing static property from a closure returned from a static context was erroring out with ClassCastException. Fixed it.
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/GroovyClassLoader.javaminor refactor
addedglaforge/trunk/groovy/groovy-core/src/test/groovy/lang/gcldeadlock/DeadlockBugUtil.groovyTest for GROOVY-4002 And using an AtomicInteger counter for one of the GCL test (merge rev 20189)
addedglaforge/trunk/groovy/groovy-core/src/test/groovy/lang/gcldeadlock/script0.groovyTest for GROOVY-4002 And using an AtomicInteger counter for one of the GCL test (merge rev 20189)
addedglaforge/trunk/groovy/groovy-core/src/test/groovy/lang/gcldeadlock/GroovyClassLoaderDeadlockTest.javaTest for GROOVY-4002 And using an AtomicInteger counter for one of the GCL test (merge rev 20189)
addedglaforge/trunk/groovy/groovy-core/src/test/groovy/lang/gcldeadlock/script1.groovyTest for GROOVY-4002 And using an AtomicInteger counter for one of the GCL test (merge rev 20189)
modifiedglaforge/trunk/groovy/groovy-core/src/test/groovy/lang/GroovyClassLoaderTest.groovyTest for GROOVY-4002 And using an AtomicInteger counter for one of the GCL test (merge rev 20189)
addedglaforge/trunk/groovy/groovy-core/src/test/groovy/lang/gcldeadlockTest for GROOVY-4002 And using an AtomicInteger counter for one of the GCL test (merge rev 20189)
addedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/ScriptFieldTransformTest.groovyGROOVY-4228: Groovy should have a mechanism to create class-level fields in Scripts
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/ScriptField.javaGROOVY-4228: Groovy should have a mechanism to create class-level fields in Scripts
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ScriptFieldASTTransformation.javaGROOVY-4228: Groovy should have a mechanism to create class-level fields in Scripts
deletedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/ClassScopeTransformTest.groovyGROOVY-4228: Groovy should have a mechanism to create class-level fields in Scripts
deletedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/ClassScope.javaGROOVY-4228: Groovy should have a mechanism to create class-level fields in Scripts
deletedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ClassScopeASTTransformation.javaGROOVY-4228: Groovy should have a mechanism to create class-level fields in Scripts
modifiedglaforge/trunk/groovy/groovy-core/src/main/groovy/lang/GroovyClassLoader.javaFollow-up on GROOVY-4002 (merge rev 20186)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/AntlrParserPlugin.javaGROOVY-4228: Groovy should have a mechanism to create class-level fields in Scripts
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/Variable.javaGROOVY-4228: Groovy should have a mechanism to create class-level fields in Scripts
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/DynamicVariable.javaGROOVY-4228: Groovy should have a mechanism to create class-level fields in Scripts
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/Parameter.javaGROOVY-4228: Groovy should have a mechanism to create class-level fields in Scripts
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ClassScopeASTTransformation.javaGROOVY-4228: Groovy should have a mechanism to create class-level fields in Scripts
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/expr/VariableExpression.javaGROOVY-4228: Groovy should have a mechanism to create class-level fields in Scripts
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/ClassCompletionVerifier.javaGROOVY-4228: Groovy should have a mechanism to create class-level fields in Scripts
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/ClassCompletionVerifier.javaformatting/minor refactoring
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/ast/builder/AstBuilderFromSpecificationTest.groovyGROOVY-4208: @PackageScope should also work for methods and classes
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/builder/AstSpecificationCompiler.groovyGROOVY-4208: @PackageScope should also work for methods and classes
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/PackageScopeTransformTest.groovyGROOVY-4208: @PackageScope should also work for methods and classes
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/AntlrParserPlugin.javaGROOVY-4208: @PackageScope should also work for methods and classes
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/MethodNode.javaGROOVY-4208: @PackageScope should also work for methods and classes
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/PackageScope.javaGROOVY-4208: @PackageScope should also work for methods and classes
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/PackageScopeASTTransformation.javaGROOVY-4208: @PackageScope should also work for methods and classes
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/ClassNode.javaGROOVY-4208: @PackageScope should also work for methods and classes
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/PackageScope.javaGROOVY-4208: @PackageScope should also work for methods and classes
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/builder/AstSpecificationCompiler.groovyGROOVY-4208: @PackageScope should also work for methods and classes
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/PackageScopeTarget.javaGROOVY-4208: @PackageScope should also work for methods and classes
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/builder/AstStringCompiler.groovyGROOVY-4208: @PackageScope should also work for methods and classes
modifiedglaforge/trunk/groovy/groovy-core/src/main/groovy/lang/GroovyClassLoader.javaWorking around GCL deadlock as encountered in GROOVY-4002, GROOVY-4050, GROOVY-4127 and GRAILS-6333 (merge rev 20176)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/AntlrParserPlugin.javaGROOVY-4228: New AST transformation @InheritConstructors
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/ResolveVisitor.javaGROOVY-4228: New AST transformation @InheritConstructors
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/ClassCodeVisitorSupport.javaGROOVY-4228: New AST transformation @InheritConstructors
addedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/ClassScopeTransformTest.groovyGROOVY-4228: New AST transformation @InheritConstructors
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/ClassScope.javaGROOVY-4228: New AST transformation @InheritConstructors
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ClassScopeASTTransformation.javaGROOVY-4228: New AST transformation @InheritConstructors
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/expr/DeclarationExpression.javaGROOVY-4228: New AST transformation @InheritConstructors
modifiedaalmiray/trunk/groovy/groovy-core/src/main/groovy/swing/LookAndFeelHelper.groovyGRIFFON-4230: workaround outdated L&F settings in Swing
modifiedaalmiray/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/SwingGroovyMethods.javaGRIFFON-4230: add clear() to DefaultComboBoxModel
modifiedaalmiray/trunk/groovy/groovy-core/src/test/groovy/swing/SwingMetaMethodsTest.groovyGRIFFON-4230: add clear() to DefaultComboBoxModel
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/IndexedPropertyTransformTest.groovyadjust package
deletedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/Synchronized.javaadjust package
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/IndexedProperty.javaadjust package
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/IndexedPropertyASTTransformation.javaadjust package
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/InheritConstructorsTransformTest.groovyadjust package
deletedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/IndexedProperty.javaadjust package
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/InheritConstructors.javaadjust package
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/InheritConstructorsASTTransformation.javaadjust package
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/SynchronizedTransformTest.groovyadjust package
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/transform/Synchronized.javaadjust package
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/transformadjust package
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/SynchronizedASTTransformation.javaadjust package
deletedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/InheritConstructors.javaadjust package
deletedhamletdrc/trunk/groovy/groovy-core/src/test/groovy/util/LogASTTransformTest.groovyfixing broken build. Missed removing a file.
modifiedhamletdrc/trunk/groovy/groovy-core/src/test/groovy/util/logging/LogASTTransformTest.groovyfixing broken build. Missed removing a file.
modifiedhamletdrc/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/LogASTTransformation.javaMoved the @Log transformation to a subpackage and removed the compile time dependency on java logging, as discussed on the mailing list.
deletedhamletdrc/trunk/groovy/groovy-core/src/main/groovy/util/Log.javaMoved the @Log transformation to a subpackage and removed the compile time dependency on java logging, as discussed on the mailing list.
addedhamletdrc/trunk/groovy/groovy-core/src/test/groovy/util/loggingMoved the @Log transformation to a subpackage and removed the compile time dependency on java logging, as discussed on the mailing list.
addedhamletdrc/trunk/groovy/groovy-core/src/main/groovy/util/loggingMoved the @Log transformation to a subpackage and removed the compile time dependency on java logging, as discussed on the mailing list.
addedhamletdrc/trunk/groovy/groovy-core/src/main/groovy/util/logging/Log.javaMoved the @Log transformation to a subpackage and removed the compile time dependency on java logging, as discussed on the mailing list.
addedhamletdrc/trunk/groovy/groovy-core/src/test/groovy/util/logging/LogASTTransformTest.groovyMoved the @Log transformation to a subpackage and removed the compile time dependency on java logging, as discussed on the mailing list.
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ASTTransformationVisitor.javaminor refactor
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/ClassNode.javaformatting only
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/ClassNode.javaformatting only
addedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/IndexedPropertyTransformTest.groovyGROOVY-1113: support indexed properties for GroovyBeans
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/IndexedPropertyASTTransformation.javaGROOVY-1113: support indexed properties for GroovyBeans
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/IndexedProperty.javaGROOVY-1113: support indexed properties for GroovyBeans
addedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/InheritConstructorsTransformTest.groovyGROOVY-3391: New AST transformation @InheritConstructors
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/InheritConstructorsASTTransformation.javaGROOVY-3391: New AST transformation @InheritConstructors
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/InheritConstructors.javaGROOVY-3391: New AST transformation @InheritConstructors
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/Parameter.javaminor refactor
modifiedpaulk/trunk/groovy/groovy-core/build.xmlmerge changesets 20148/20152 from GROOVY_1_7_X: build refactoring
modifiedpaulk/trunk/groovy/groovy-core/config/ant/build-maven.xmlmerge changesets 20148/20152 from GROOVY_1_7_X: build refactoring
addedpaulk/trunk/groovy/groovy-core/config/maven/settings.xmlmerge changesets 20148/20152 from GROOVY_1_7_X: build refactoring
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/javac/JavaStubGenerator.javaGROOVY-4225: Wrong generation of import statements in stubs
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/javac/JavaStubGenerator.javaremove tabs
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/vmplugin/v6/PluginStaticGroovyMethods.javaadd @since
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/FileSystemCompilerTest.javafix header
modifiedpaulk/trunk/groovy/groovy-core/src/test/UberTestCaseGroovySourceCodehausPackages.javatweak inclusion/exclusion patterns
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/vmplugin/v6minor refactoring: Data/Calendar DGM methods into their own file (in prep for more modularisation)
modifiedpaulk/trunk/groovy/groovy-core/build.xmlminor refactoring: Data/Calendar DGM methods into their own file (in prep for more modularisation)
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/vmplugin/v6/PluginStaticGroovyMethods.javaminor refactoring: Data/Calendar DGM methods into their own file (in prep for more modularisation)
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/vmplugin/v7minor refactoring: Data/Calendar DGM methods into their own file (in prep for more modularisation)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/vmplugin/v4/Java4.javaminor refactoring: Data/Calendar DGM methods into their own file (in prep for more modularisation)
modifiedpaulk/trunk/groovy/groovy-core/gradle/docs.gradleminor refactoring: Data/Calendar DGM methods into their own file (in prep for more modularisation)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaminor refactoring: Data/Calendar DGM methods into their own file (in prep for more modularisation)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/vmplugin/v5/Java5.javaminor refactoring: Data/Calendar DGM methods into their own file (in prep for more modularisation)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/vmplugin/VMPlugin.javaminor refactoring: Data/Calendar DGM methods into their own file (in prep for more modularisation)
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/vmplugin/v6/Java6.javaminor refactoring: Data/Calendar DGM methods into their own file (in prep for more modularisation)
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/vmplugin/v7/Java7.javaminor refactoring: Data/Calendar DGM methods into their own file (in prep for more modularisation)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/metaclass/MetaClassRegistryImpl.javaminor refactoring: Data/Calendar DGM methods into their own file (in prep for more modularisation)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyStaticMethods.javaminor refactoring: Data/Calendar DGM methods into their own file (in prep for more modularisation)
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/vmplugin/v6/PluginDefaultGroovyMethods.javaminor refactoring: Data/Calendar DGM methods into their own file (in prep for more modularisation)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/vmplugin/VMPluginFactory.javaminor refactoring: Data/Calendar DGM methods into their own file (in prep for more modularisation)
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/util/LogASTTransformTest.groovyrename class to match file
modifiedpaulk/trunk/groovy/groovy-core/build.xmlalign javadoc/groovydoc links
modifiedpaulk/trunk/groovy/groovy-core/gradle/docs.gradlealign javadoc/groovydoc links
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaminor refactoring: Data/Calendar DGM methods into their own file (remove deprecated methods in trunk only)
modifiedpaulk/trunk/groovy/groovy-core/build.xmlminor refactoring: Data/Calendar DGM methods into their own file (in prep for more modularisation)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/DgmConverter.javaminor refactoring: Data/Calendar DGM methods into their own file (in prep for more modularisation)
modifiedpaulk/trunk/groovy/groovy-core/gradle/docs.gradleminor refactoring: Data/Calendar DGM methods into their own file (in prep for more modularisation)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaminor refactoring: Data/Calendar DGM methods into their own file (in prep for more modularisation)
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DateGroovyMethods.javaminor refactoring: Data/Calendar DGM methods into their own file (in prep for more modularisation)
modifiedaalmiray/trunk/groovy/groovy-core/src/main/groovy/util/ObservableList.javaGROOVY-4224: open up ObservableList and ObservableMap for extension
modifiedaalmiray/trunk/groovy/groovy-core/src/test/groovy/util/ObservableMapTest.groovyGROOVY-4224: open up ObservableList and ObservableMap for extension
modifiedaalmiray/trunk/groovy/groovy-core/src/main/groovy/util/ObservableMap.javaGROOVY-4224: open up ObservableList and ObservableMap for extension
modifiedaalmiray/trunk/groovy/groovy-core/src/test/groovy/util/ObservableListTest.groovyGROOVY-4224: open up ObservableList and ObservableMap for extension
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javajavadoc warnings
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/Lazy.javaGROOVY-4222: @Lazy has incorrect behavior for static fields (improved approach for static case)
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/LazyTransformTest.groovyGROOVY-4222: @Lazy has incorrect behavior for static fields (improved approach for static case)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/LazyASTTransformation.javaGROOVY-4222: @Lazy has incorrect behavior for static fields (improved approach for static case)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-644: additional DGM methods: putAt/updated for Date/Calendar
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/LazyASTTransformation.javaGROOVY-4222: @Lazy has incorrect behavior for static fields
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-644: additional DGM method: putAt for Date/Calendar
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/Lazy.javaminor refactoring
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/LazyASTTransformation.javaminor refactoring
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/Lazy.javaclarify javadoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/Synchronized.javaGROOVY-4221: @Synchronized AST transform (javadoc tweak)
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/Synchronized.javaGROOVY-4221: @Synchronized AST transform
addedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/SynchronizedTransformTest.groovyGROOVY-4221: @Synchronized AST transform
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/SynchronizedASTTransformation.javaGROOVY-4221: @Synchronized AST transform
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/util/LogASTTransformTest.groovyfix compile
modifiedpaulk/trunk/groovy/groovy-core/gradle/pomconfigurer.gradleupdate contributors
modifiedpaulk/trunk/groovy/groovy-core/pom.xmlupdate contributors
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/Log.javatypo
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/Log.javaremove tab
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/LogASTTransformation.javaremove tabs
modifiedglaforge/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/LogASTTransformation.java@Override not needed here
addedblackdrag/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/LogASTTransformation.javaGROOVY-4213 GROOVY-4213: add a logger transform
addedblackdrag/trunk/groovy/groovy-core/src/main/groovy/util/Log.javaGROOVY-4213 GROOVY-4213: add a logger transform
addedblackdrag/trunk/groovy/groovy-core/src/test/groovy/util/LogASTTransformTest.groovyGROOVY-4213 GROOVY-4213: add a logger transform
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/xml/StreamingMarkupBuilder.groovyfix javadoc typo
modifiedhamletdrc/trunk/groovy/groovy-core/src/examples/astbuilder/MainIntegrationTest.groovyfixing broken package in examples
addedhamletdrc/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/ast/TransformTestHelperTest.groovyGROOVY-4212 - renamed TranformTestHelper to TransformTestHelper. Added test case. Added String API
addedhamletdrc/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/astGROOVY-4212 - renamed TranformTestHelper to TransformTestHelper. Added test case. Added String API
deletedhamletdrc/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/ast/TranformTestHelper.groovyGROOVY-4212 - renamed TranformTestHelper to TransformTestHelper. Added test case. Added String API
addedhamletdrc/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/ast/TransformTestHelper.groovyGROOVY-4212 - renamed TranformTestHelper to TransformTestHelper. Added test case. Added String API
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/AntlrParserPlugin.javaformatting only (mostly remove tabs)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/OrderBy.javaGROOVY-1956: null's in lists are not handled correctly for unique, sort (fixed one edge case)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-1956: null's in lists are not handled correctly for unique, sort (fixed one edge case)
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/NumberAwareComparator.javaGROOVY-1956: null's in lists are not handled correctly for unique, sort (fixed one edge case)
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/SortTest.groovyGROOVY-1956: null's in lists are not handled correctly for unique, sort (fixed one edge case)
modifiedpaulk/trunk/groovy/groovy-core/build.xmlclasspath added to bndwrap - align with gradle - awaiting bug fix for bnd before works properly
deletedpaulk/trunk/groovy/groovy-core/config/bnd/groovy-all-jdk14.bndremove some stray legacy jdk14 definitions
modifiedpaulk/trunk/groovy/groovy-core/config/ant/build-maven.xmlremove some stray legacy jdk14 definitions
deletedpaulk/trunk/groovy/groovy-core/config/bnd/groovy-jdk14.bndremove some stray legacy jdk14 definitions
modifiedpaulk/trunk/groovy/groovy-core/src/examples/transforms/global/META-INF/services/org.codehaus.groovy.transform.ASTTransformationfix package
modifiedpaulk/trunk/groovy/groovy-core/src/examples/transforms/global/LoggingExample.groovyfix package
modifiedpaulk/trunk/groovy/groovy-core/src/examples/transforms/global/LoggingASTTransformation.groovyfix package
modifiedpaulk/trunk/groovy/groovy-core/src/examples/transforms/local/LoggingExample.groovyfix package
modifiedpaulk/trunk/groovy/groovy-core/src/examples/transforms/local/WithLogging.groovyfix package
modifiedpaulk/trunk/groovy/groovy-core/src/examples/transforms/local/LoggingASTTransformation.groovyfix package
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/FileSystemCompiler.javaerror/information message only
modifiedpaulk/trunk/groovy/groovy-core/src/bin/startGroovy.batGROOVY-3492: Commandline proccessor seems to modifiy script path
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-4207: Groovy should have DGM#expand and DGM#unexpand methods for tab manipulation
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/StringTest.groovyGROOVY-4207: Groovy should have DGM#expand and DGM#unexpand methods for tab manipulation
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javajavadoc only
addedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4206Bug.groovyGROOVY-4206: Inconsistent handling of boolean properties (plus minor reformatting if MetaClassImpl to remove evil tabs)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/MetaClassImpl.javaGROOVY-4206: Inconsistent handling of boolean properties (plus minor reformatting if MetaClassImpl to remove evil tabs)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaremove some @Deprecated (moved) placeholder redirector methods - methods remain in 1_7_X but not 1_8
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-4205: Groovy should have a DGM#capitalize(String) method
modifiedpaulk/trunk/groovy/groovy-core/build.xmlrefactor only (split some en/decoding methods from DGM into separate source file)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/DgmConverter.javarefactor only (split some en/decoding methods from DGM into separate source file)
modifiedpaulk/trunk/groovy/groovy-core/gradle/docs.gradlerefactor only (split some en/decoding methods from DGM into separate source file)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javarefactor only (split some en/decoding methods from DGM into separate source file)
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/EncodingGroovyMethods.javarefactor only (split some en/decoding methods from DGM into separate source file)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/typehandling/BigDecimalMath.javaGROOVY-3349: (minor refactor)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-3349: (minor refactor)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/typehandling/BigDecimalMath.javaGROOVY-4204: BigDecimal division is currently implemented using pre Java 1.5 code
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-3349: Continuation work ...
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-3349: Continuation work ...
modifiedglaforge/trunk/groovy/groovy-core/src/test/groovy/lang/StripMarginTest.groovyContinuation work on GROOVY-3349 (merge rev 20027)
modifiedglaforge/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaContinuation work on GROOVY-3349 (merge rev 20027)
modifiedaalmiray/trunk/groovy/groovy-core/build.xmlGROOVY-4183 groovy.icns gets corrupted by fixcrlf task
modifiedglaforge/trunk/groovy/groovy-core/src/test/groovy/lang/StripMarginTest.groovyproper source layout (merge rev 20021)
addedpaulk/trunk/groovy/groovy-core/src/test/groovy/lang/StripMarginTest.groovyGROOVY-3349: Add stripMargin() to multi-line strings
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-3349: Add stripMargin() to multi-line strings
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ant/Groovyc.javaGROOVY-4203: Groovyc Ant task can get a NPE when trying to set stubDir plus doesn't expose keepStubs flag
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/Console.groovyGROOVY-3684: Caret is not visible in code panel after opening a file
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/text/TextEditor.javaGROOVY-3398: Shift-Backspace does not delete character before caret
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/util/HashCodeHelper.javaGROOVY-4201: @Immutable cannot handle List
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/ImmutableTransformTest.groovyGROOVY-4201: @Immutable cannot handle List
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ImmutableASTTransformation.javaGROOVY-4201: @Immutable cannot handle List
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/Console.groovyGROOVY-4200: GroovyConsole scrolls input area to top of the source file when the output area gains focus
modifiedglaforge/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/ReturnAdder.javaGROOVY-4196: Source locations not correct for some return and block statements created in ReturnAdder class (merge rev 19995)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-4195: DGM getAt method for Calendar
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/DateTest.groovyGROOVY-4195: DGM getAt method for Calendar
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4119Bug.groovyGROOVY-4119 The compiler generated an invalid class (an invalid constructor) when an inner class extended another. Fixed it.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/InnerClassVisitor.javaGROOVY-4119 The compiler generated an invalid class (an invalid constructor) when an inner class extended another. Fixed it.
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/shell/Main.groovyGROOVY-1525: "groovy -help" doesn't mention -cp option (also groovysh, groovyconsole etc.)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/Console.groovyGROOVY-1525: "groovy -help" doesn't mention -cp option (also groovysh, groovyconsole etc.)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/shell/Main.propertiesGROOVY-1525: "groovy -help" doesn't mention -cp option (also groovysh, groovyconsole etc.)
modifiedpaulk/trunk/groovy/groovy-core/src/bin/startGroovyGROOVY-1525: "groovy -help" doesn't mention -cp option (also groovysh, groovyconsole etc.)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/FileSystemCompiler.javaGROOVY-1525: "groovy -help" doesn't mention -cp option (also groovysh, groovyconsole etc.)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/Main.groovyGROOVY-1525: "groovy -help" doesn't mention -cp option (also groovysh, groovyconsole etc.)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/GroovyMain.javaGROOVY-1525: "groovy -help" doesn't mention -cp option (also groovysh, groovyconsole etc.)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/Main.propertiesGROOVY-1525: "groovy -help" doesn't mention -cp option (also groovysh, groovyconsole etc.)
modifiedpaulk/trunk/groovy/groovy-core/pom.xmlupgrade ant to 1.8.1
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/AntlrParserPlugin.javaGROOVY-4190 Compiler now lets generics info be provided in method calls like Test.<Integer>create() so that the Java code using such statements can be compiled with groovy without modifications.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4190Bug.groovyGROOVY-4190 Compiler now lets generics info be provided in method calls like Test.<Integer>create() so that the Java code using such statements can be compiled with groovy without modifications.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/ResolveVisitor.javaGROOVY-4190 Compiler now lets generics info be provided in method calls like Test.<Integer>create() so that the Java code using such statements can be compiled with groovy without modifications.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/expr/MethodCallExpression.javaGROOVY-4190 Compiler now lets generics info be provided in method calls like Test.<Integer>create() so that the Java code using such statements can be compiled with groovy without modifications.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/util/ReleaseInfo.javaGROOVY-4192 Class ReleaseInfo's thread-safety improved.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4193Bug.groovyGROOVY-4193 Minor changes in ImportNode to avoid NPEs.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/ImportNode.javaGROOVY-4193 Minor changes in ImportNode to avoid NPEs.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4191Bug.groovyGROOVY-4191 Removed an inconsistency in ObjectArrayPutAtMetaMethod that was causing ArrayStoreException because it didn't cast the element the array to array component's type.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/ObjectArrayPutAtMetaMethod.javaGROOVY-4191 Removed an inconsistency in ObjectArrayPutAtMetaMethod that was causing ArrayStoreException because it didn't cast the element the array to array component's type.
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-4187: GDK setText(File f, String text, String charset) method
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4188Bug.groovyGROOVY-4188 If the class defines field "metaClass" of the wrong type, it results in a compilation error now, instead of NoSuchFieldError later at runtime.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/Verifier.javaGROOVY-4188 If the class defines field "metaClass" of the wrong type, it results in a compilation error now, instead of NoSuchFieldError later at runtime.
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/gstringTemplates/classLevel/classDocName.htmlGROOVY-4136: gapi document generation ignores access modifiers set on groovydoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/gstringTemplates/classLevel/classDocName.htmlGROOVY-3736: GroovyDoc processes first paragraph correctly but not the rest of overview.html (more tweaks)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyClassDocAssembler.javaGROOVY-3736: GroovyDoc processes first paragraph correctly but not the rest of overview.html (more tweaks)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/gstringTemplates/topLevel/overview-summary.htmlGROOVY-3736: GroovyDoc processes first paragraph correctly but not the rest of overview.html (more tweaks)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyClassDoc.javaGROOVY-3736: GroovyDoc processes first paragraph correctly but not the rest of overview.html (more tweaks)
modifiedpaulk/trunk/groovy/groovy-core/gradle/test.gradlebuild tweaks (gradle parts)
modifiedpaulk/trunk/groovy/groovy-core/build.gradlebuild tweaks (gradle parts)
modifiedpaulk/trunk/groovy/groovy-core/build.xmlbuild tweaks
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/jsr223/vm6/JavascriptTest.groovybuild tweaks
addedpaulk/trunk/groovy/groovy-core/src/test/UberTestCaseGroovySourceCodehausPackages_VM6.javabuild tweaks
modifiedpaulk/trunk/groovy/groovy-core/config/maven/groovy-tools.pomupdate bnd version
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/jsr223/vm6/JavascriptTest.groovyGROOVY-4186: Possible syntactic sugar for JSR-223
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-4186: Possible syntactic sugar for JSR-223
addedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/jsr223/vm6/JavascriptTest.groovyGROOVY-4186: Possible syntactic sugar for JSR-223
addedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/jsr223/SugarTest.groovyGROOVY-4186: Possible syntactic sugar for JSR-223
addedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/jsr223/vm6GROOVY-4186: Possible syntactic sugar for JSR-223
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyStaticMethods.javaGROOVY-4186: Possible syntactic sugar for JSR-223
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/GroovyRootDocBuilder.javaGROOVY-3736: GroovyDoc processes first paragraph correctly but not the rest of overview.html
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyRootDoc.javaGROOVY-3736: GroovyDoc processes first paragraph correctly but not the rest of overview.html
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/gstringTemplates/topLevel/overview-summary.htmlGROOVY-3736: GroovyDoc processes first paragraph correctly but not the rest of overview.html
modifiedpaulk/trunk/groovy/groovy-core/build.xmlgroovydoc tweaks
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/CliBuilder.groovygroovydoc tweaks
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/CliBuilder.groovyGROOVY-3811: Groovydoc should recognise Javadoc tags and treat them specially in HTML output as Javadoc does
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/GroovyDocTool.javaGROOVY-3811: Groovydoc should recognise Javadoc tags and treat them specially in HTML output as Javadoc does
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyClassDoc.javaGROOVY-3811: Groovydoc should recognise Javadoc tags and treat them specially in HTML output as Javadoc does
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ant/Groovydoc.javaGROOVY-4180: groovydoc appears to be broken with java.util.NoSuchElementException (include implicit main method)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/Main.groovyGROOVY-4180: groovydoc appears to be broken with java.util.NoSuchElementException (include implicit main method)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyClassDocAssembler.javaGROOVY-4180: groovydoc appears to be broken with java.util.NoSuchElementException (include implicit main method)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/Main.propertiesGROOVY-4180: groovydoc appears to be broken with java.util.NoSuchElementException (include implicit main method)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyDoc.javaGROOVY-4180: groovydoc appears to be broken with java.util.NoSuchElementException (minimal support added for scripts)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/gstringTemplates/packageLevel/package-frame.htmlGROOVY-4180: groovydoc appears to be broken with java.util.NoSuchElementException (minimal support added for scripts)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/gstringTemplates/packageLevel/package-summary.htmlGROOVY-4180: groovydoc appears to be broken with java.util.NoSuchElementException (minimal support added for scripts)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyClassDocAssembler.javaGROOVY-4180: groovydoc appears to be broken with java.util.NoSuchElementException (minimal support added for scripts)
addedaalmiray/trunk/groovy/groovy-core/src/bin/groovy.icnsGROOVY-4183: added OSX dock icon to groovyConsole
modifiedaalmiray/trunk/groovy/groovy-core/src/bin/startGroovyGROOVY-4183: added OSX dock icon to groovyConsole
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/expr/ConstructorCallExpression.javatypo cont'd (remove deprecated method in trunk)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/VariableScopeVisitor.javatypo cont'd
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/InnerClassVisitor.javatypo cont'd
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/expr/ConstructorCallExpression.javatypo
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/GroovyRootDocBuilder.javaGROOVY-4180: groovydoc appears to be broken with java.util.NoSuchElementException
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-4174: Support for String translation similar to unix 'tr' command
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/util/StringUtil.groovyGROOVY-4174: Support for String translation similar to unix 'tr' command
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/GroovyMethodsTest.groovyGROOVY-4174: Support for String translation similar to unix 'tr' command
modifiedpaulk/trunk/groovy/groovy-core/gradle/pomconfigurer.gradleGROOVY-4174: Support for String translation similar to unix 'tr' command
modifiedpaulk/trunk/groovy/groovy-core/pom.xmlGROOVY-4174: Support for String translation similar to unix 'tr' command
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4170Bug.groovyGROOVY-4170 Fixed the issue related currying of private methods.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/MethodClosure.javaGROOVY-4170 Fixed the issue related currying of private methods.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/AnnotatedNode.javaGROOVY-4161 Provided hasNoRealSourcePosition() for GRECLIPSE so it can differentiate between a user provided default constructor and a groovy added one.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/Verifier.javaGROOVY-4161 Provided hasNoRealSourcePosition() for GRECLIPSE so it can differentiate between a user provided default constructor and a groovy added one.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/ResolveVisitor.javaGROOVY-4169 Annotation types were not getting resolved for closure parameters. Fixed it.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4169Bug.groovyGROOVY-4169 Annotation types were not getting resolved for closure parameters. Fixed it.
modifiedglaforge/trunk/groovy/groovy-core/gradlewMade the file executable via svn propset svn:executable ON gradlew
modifiedhamletdrc/trunk/groovy/groovy-core/gradlewSetting execute permission
addedglaforge/trunk/groovy/groovy-core/gradle/wrapper/gradle-wrapper.jarAdded the missing Gradle wrapper from the patch, and also tweaked the memory setting used for Gradle, as GroovyDoc wasn't forked, it needed quite some more memory
modifiedglaforge/trunk/groovy/groovy-core/gradlewAdded the missing Gradle wrapper from the patch, and also tweaked the memory setting used for Gradle, as GroovyDoc wasn't forked, it needed quite some more memory
addedglaforge/trunk/groovy/groovy-core/gradleFirst pass at the new Gradle build for Groovy, courtesy of Hans Dokter
addedglaforge/trunk/groovy/groovy-core/gradle/wrapperFirst pass at the new Gradle build for Groovy, courtesy of Hans Dokter
addedglaforge/trunk/groovy/groovy-core/gradle/upload.gradleFirst pass at the new Gradle build for Groovy, courtesy of Hans Dokter
addedglaforge/trunk/groovy/groovy-core/gradle/docs.gradleFirst pass at the new Gradle build for Groovy, courtesy of Hans Dokter
addedglaforge/trunk/groovy/groovy-core/gradle/wrapper/gradle-wrapper.propertiesFirst pass at the new Gradle build for Groovy, courtesy of Hans Dokter
addedglaforge/trunk/groovy/groovy-core/gradlewFirst pass at the new Gradle build for Groovy, courtesy of Hans Dokter
addedglaforge/trunk/groovy/groovy-core/gradle/assemble.gradleFirst pass at the new Gradle build for Groovy, courtesy of Hans Dokter
addedglaforge/trunk/groovy/groovy-core/gradle.propertiesFirst pass at the new Gradle build for Groovy, courtesy of Hans Dokter
addedglaforge/trunk/groovy/groovy-core/gradle/pomconfigurer.gradleFirst pass at the new Gradle build for Groovy, courtesy of Hans Dokter
addedglaforge/trunk/groovy/groovy-core/gradle/test.gradleFirst pass at the new Gradle build for Groovy, courtesy of Hans Dokter
addedglaforge/trunk/groovy/groovy-core/gradlew.batFirst pass at the new Gradle build for Groovy, courtesy of Hans Dokter
modifiedglaforge/trunk/groovy/groovy-core/security/groovy.policyFirst pass at the new Gradle build for Groovy, courtesy of Hans Dokter
modifiedglaforge/trunk/groovy/groovy-core/build.gradleFirst pass at the new Gradle build for Groovy, courtesy of Hans Dokter
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/MapWithDefault.javaGROOVY-4168: MapWithDefault doesn't have correct equals functionality
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/MapTest.groovyGROOVY-4168: MapWithDefault doesn't have correct equals functionality
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/CliBuilder.groovytweak javadoc comments
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/gstringTemplates/classLevel/classDocName.htmlgroovydoc refactor - some properties weren't showing
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyClassDocAssembler.javagroovydoc refactor - some properties weren't showing
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/StaticImportTest.groovyGROOVY-4153: Statically imported properties (adjust for also public fields)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/StaticImportVisitor.javaGROOVY-4153: Statically imported properties (adjust for also public fields)
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/StaticImportTest.groovyGROOVY-4153: Statically imported properties
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/StaticImportVisitor.javaGROOVY-4153: Statically imported properties
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/InvokerHelper.javaGROOVY-3250: StackOverflowError in List and Map formatting (partial fix)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-3250: StackOverflowError in List and Map formatting (partial fix)
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/GroovyMethodsTest.groovyGROOVY-3250: StackOverflowError in List and Map formatting (partial fix)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/ClassHelper.javaGROOVY-4156: Can we make ClassNode a less leaky abstraction?
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ImmutableASTTransformation.javaGROOVY-4156: Can we make ClassNode a less leaky abstraction?
modifiedpaulk/trunk/groovy/groovy-core/build.xmlminor build refactor - remove some retro legacy pieces
modifiedpaulk/trunk/groovy/groovy-core/security/groovy.policyminor build refactor - remove some retro legacy pieces
modifiedpaulk/trunk/groovy/groovy-core/src/test/gls/enums/EnumTest.groovyGROOVY-3986 and GROOVY-3047: enum grammar changes - nls after COMMA and remove rejection of valid blockStatement
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/groovy.gGROOVY-3986 and GROOVY-3047: enum grammar changes - nls after COMMA and remove rejection of valid blockStatement
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/CurriedClosure.javaGROOVY-4158: cannot mix rcurry and ncurry together
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/ClosureCurryTest.groovyGROOVY-4158: cannot mix rcurry and ncurry together
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/groovy.gtypos
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4151Bug.groovyGROOVY-4151 Little grammar change to allow compilation of "$this"
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/groovy.gGROOVY-4151 Little grammar change to allow compilation of "$this"
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-1746: add missing @since
deletedblackdrag/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/typehandling/ClassDistance.javaremoving unused class
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/ResolveVisitor.javaGROOVY-3953: revert for now
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/StaticImportTest.groovyGROOVY-3953: revert for now
deletedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy3953.groovyGROOVY-3953: revert for now
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/ImportTest.groovyGROOVY-3953: revert for now
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/ExpandoMetaClass.javajavadoc tweak
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-3810: remove deprecation exception from java.io.File.each and apply semantics from java.lang.Object.each and other iterator semantics
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/ClosureMethodsOnFileTest.groovyGROOVY-3810: remove deprecation exception from java.io.File.each and apply semantics from java.lang.Object.each and other iterator semantics
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/MetaClass.javaGROOVY-4033: javadoc only for EMC mixin
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/ExpandoMetaClass.javaGROOVY-4033: javadoc only for EMC mixin
modifiedpaulk/trunk/groovy/groovy-core/src/bin/java2groovy.batGROOVY-1034: running groovy.bat does not return exit status on windows
modifiedpaulk/trunk/groovy/groovy-core/src/bin/groovydoc.batGROOVY-1034: running groovy.bat does not return exit status on windows
modifiedpaulk/trunk/groovy/groovy-core/src/bin/grape.batGROOVY-1034: running groovy.bat does not return exit status on windows
modifiedpaulk/trunk/groovy/groovy-core/src/bin/groovysh.batGROOVY-1034: running groovy.bat does not return exit status on windows
modifiedpaulk/trunk/groovy/groovy-core/src/bin/startGroovy.batGROOVY-1034: running groovy.bat does not return exit status on windows
modifiedpaulk/trunk/groovy/groovy-core/src/bin/groovy.batGROOVY-1034: running groovy.bat does not return exit status on windows
modifiedpaulk/trunk/groovy/groovy-core/src/bin/groovyConsole.batGROOVY-1034: running groovy.bat does not return exit status on windows
modifiedpaulk/trunk/groovy/groovy-core/src/bin/groovyc.batGROOVY-1034: running groovy.bat does not return exit status on windows
modifiedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/StaticImportTest.groovyGROOVY-4145 If the statically imported property was implemented as a getter, it didn't work. Fixed it.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4145.groovyGROOVY-4145 If the statically imported property was implemented as a getter, it didn't work. Fixed it.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/StaticImportVisitor.javaGROOVY-4145 If the statically imported property was implemented as a getter, it didn't work. Fixed it.
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/XmlNodePrinter.javajavadoc only
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/CliBuilder.groovyGROOVY-4148: CliBuilder should support @argumentFile processing similar to what javadoc has
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/util/CliBuilderTest.groovyGROOVY-4148: CliBuilder should support @argumentFile processing similar to what javadoc has
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/Sql.javaGROOVY-4146: Groovy's Sql classes could support batch operations by leveraging the java.sql.Statement.executeBatch() command.
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/BatchingStatementWrapper.javaGROOVY-4146: Groovy's Sql classes could support batch operations by leveraging the java.sql.Statement.executeBatch() command.
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/time/BaseDuration.javaGROOVY-4147: Timecategory strange format (too many '-' signs) when printing 'negative' date
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/time/TimeCategoryTest.groovyGROOVY-4147: Timecategory strange format (too many '-' signs) when printing 'negative' date
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/time/BaseDuration.javaGROOVY-4147: Timecategory strange format (too many '-' signs) when printing 'negative' date
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/time/TimeCategoryTest.groovyGROOVY-4147: Timecategory strange format (too many '-' signs) when printing 'negative' date
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/Sql.javaGROOVY-4146: Groovy's Sql classes could support batch operations by leveraging the java.sql.Statement.executeBatch() command.
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/sql/SqlBatchTest.groovyGROOVY-4146: Groovy's Sql classes could support batch operations by leveraging the java.sql.Statement.executeBatch() command.
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/BatchingStatementWrapper.javaGROOVY-4146: Groovy's Sql classes could support batch operations by leveraging the java.sql.Statement.executeBatch() command.
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/Closure.javaGROOVY-4144: Closures should have rcurry and ncurry as well as curry
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/CurriedClosure.javaGROOVY-4144: Closures should have rcurry and ncurry as well as curry
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/ClosureCurryTest.groovyGROOVY-4144: Closures should have rcurry and ncurry as well as curry
modifiedpaulk/trunk/groovy/groovy-core/src/tools/org/codehaus/groovy/tools/DocGenerator.groovyregression: GROOVY-4140: Groovy JDK documentation has mismatch between signatures and explanation
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-4138: Groovy JDK File.eachFileMatch insufficient documentation to use the method.
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/slurpersupport/NodeChild.javaminor refactoring (mainly javadoc improvements)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/slurpersupport/FilteredNodeChildren.javaminor refactoring (mainly javadoc improvements)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/slurpersupport/NodeChildren.javaminor refactoring (mainly javadoc improvements)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/slurpersupport/NodeIterator.javaminor refactoring (mainly javadoc improvements)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/slurpersupport/GPathResult.javaminor refactoring (mainly javadoc improvements)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/slurpersupport/Attribute.javaminor refactoring (mainly javadoc improvements)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/XmlSlurper.javaminor refactoring (mainly javadoc improvements)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/slurpersupport/FilteredAttributes.javaminor refactoring (mainly javadoc improvements)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/slurpersupport/NoChildren.javaminor refactoring (mainly javadoc improvements)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/slurpersupport/Node.javaminor refactoring (mainly javadoc improvements)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/slurpersupport/ReplacementNode.javaminor refactoring (mainly javadoc improvements)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/slurpersupport/Attributes.javaminor refactoring (mainly javadoc improvements)
modifiedpaulk/trunk/groovy/groovy-core/build.xmlGROOVY-4136: gapi document generation ignores access modifiers set on groovydoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/gstringTemplates/topLevel/deprecated-list.htmlGROOVY-4136: gapi document generation ignores access modifiers set on groovydoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ant/Groovydoc.javaGROOVY-4136: gapi document generation ignores access modifiers set on groovydoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/gstringTemplates/packageLevel/package-frame.htmlGROOVY-4136: gapi document generation ignores access modifiers set on groovydoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/gstringTemplates/topLevel/index-all.htmlGROOVY-4136: gapi document generation ignores access modifiers set on groovydoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/GroovyRootDocBuilder.javaGROOVY-4136: gapi document generation ignores access modifiers set on groovydoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/gstringTemplates/topLevel/allclasses-frame.htmlGROOVY-4136: gapi document generation ignores access modifiers set on groovydoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyProgramElementDoc.javaGROOVY-4136: gapi document generation ignores access modifiers set on groovydoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/Main.groovyGROOVY-4136: gapi document generation ignores access modifiers set on groovydoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/gstringTemplates/packageLevel/package-summary.htmlGROOVY-4136: gapi document generation ignores access modifiers set on groovydoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/java/Groovifier.javaGROOVY-4136: gapi document generation ignores access modifiers set on groovydoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyPackageDoc.javaGROOVY-4136: gapi document generation ignores access modifiers set on groovydoc
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/tools/groovydoc/GroovyDocToolTest.javaGROOVY-4136: gapi document generation ignores access modifiers set on groovydoc
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyAbstractableElementDoc.javaGROOVY-4136: gapi document generation ignores access modifiers set on groovydoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/GroovyDocWriter.javaGROOVY-4136: gapi document generation ignores access modifiers set on groovydoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/gstringTemplates/classLevel/classDocName.htmlGROOVY-4136: gapi document generation ignores access modifiers set on groovydoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyClassDocAssembler.javaGROOVY-4136: gapi document generation ignores access modifiers set on groovydoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/GroovyDocTool.javaGROOVY-4136: gapi document generation ignores access modifiers set on groovydoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyClassDoc.javaGROOVY-4136: gapi document generation ignores access modifiers set on groovydoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyMemberDoc.javaGROOVY-4136: gapi document generation ignores access modifiers set on groovydoc
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/groovy/lang/MetaClassImpl.javaGROOVY-4139 MetaClass.setProperty() failed with StringIndexOutOfBoundsException if property name was an empty string. Fixed it.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4139Bug.groovyGROOVY-4139 MetaClass.setProperty() failed with StringIndexOutOfBoundsException if property name was an empty string. Fixed it.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/Verifier.javaGROOVY-4137 Minor adjustments to the fix made earlier. Also default ConstructorNode is not marked synthetic anymore as it is not supposed to be and also setSynthetic(true|false) doesn't really make anything synthetic.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/Verifier.javaGROOVY-4137 Set the source information on the default constructor added by groovy compiler, if not provided.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4134Bug.groovyGROOVY-4134 Default value expressions of closure parameters were not getting transformed correctly. Fixed it.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/ResolveVisitor.javaGROOVY-4134 Default value expressions of closure parameters were not getting transformed correctly. Fixed it.
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/groovy.gremove trailing whitespace only
modifiedpaulk/trunk/groovy/groovy-core/build.xmlminor tweak to exclude spurious source file
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/groovy.gremove some tabs only
modifiedpaulk/trunk/groovy/groovy-core/src/test/gls/syntax/ParsingTest.groovyTest for GROOVY-4058: Unexpected compilation error with MapEntryExpression usage - groovy grammar issue?
modifiedait/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/ResolveVisitor.javaGROOVY-4058 fix
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/GroovyMethodsTest.groovyTest for GROOVY-4132: Groovy should support 'as Interface' shorthand syntax on normal Objects not just Maps and Closures
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4133Bug.groovyGROOVY-4133 @Delegate should make the wrapper to native methods non-native, otherwise the class loading fails with ClassFormatError.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/DelegateASTTransformation.javaGROOVY-4133 @Delegate should make the wrapper to native methods non-native, otherwise the class loading fails with ClassFormatError.
modifiedpniederw/trunk/groovy/groovy-core/pom.xmlset uniqueVersion to false s.t. only last deployed snapshot is kept
modifiedait/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/InnerClassVisitor.javareordering params for AIC. needed to support varargs
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-4132: Groovy should support 'as Interface' shorthand syntax on normal Objects not just Maps and Closures
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/ModuleNode.javaGROOVY-4131 If a script has repetitive main methods, compiler now rejects it.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4131Bug.groovyGROOVY-4131 If a script has repetitive main methods, compiler now rejects it.
modifiedblackdrag/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/AsmClassGenerator.javaexception patch
addedblackdrag/trunk/groovy/groovy-core/src/test/groovy/lang/ExceptionTest.groovyexception patch
modifiedblackdrag/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/CompileStack.javaexception patch
modifiedblackdrag/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/MethodRankHelper.javaexception patch
modifiedblackdrag/trunk/groovy/groovy-core/src/test/groovy/lang/SyntheticReturnTest.groovyexception patch
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/Verifier.javaGROOVY-4116 The newly added validation can be skipped for synthetic methods.
modifiedait/trunk/groovy/groovy-core/src/test/groovy/execute/ExecuteTest.groovylonger timeout for wait
modifiedait/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/Parameter.javamore flexibility for reuse of Verifier and less modifications (more consistency) for AST in cases of joint/non-joint compilation
modifiedait/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/Verifier.javamore flexibility for reuse of Verifier and less modifications (more consistency) for AST in cases of joint/non-joint compilation
modifiedait/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/javac/JavaStubGenerator.javamore flexibility for reuse of Verifier and less modifications (more consistency) for AST in cases of joint/non-joint compilation
modifiedait/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ImmutableASTTransformation.javacheckImmutable & checkPropNames should be public (to be accessable from non-dynamicly compiled code)
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/InnerClassVisitor.javaGROOVY-4129 Implicit 'this' didn't get passed in inner class constructor calls within instance initializer block. Fixed it.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4129Bug.groovyGROOVY-4129 Implicit 'this' didn't get passed in inner class constructor calls within instance initializer block. Fixed it.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/ClassCodeVisitorSupport.javaGROOVY-4129 Implicit 'this' didn't get passed in inner class constructor calls within instance initializer block. Fixed it.
modifiedait/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/AntlrParserPlugin.javaadditional test for 4006
modifiedait/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/InnerClassVisitor.javaadditional test for 4006
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/Immutable.javaGROOVY-4126: @Immutable should support URI as one of the known immutable types
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ImmutableASTTransformation.javaGROOVY-4126: @Immutable should support URI as one of the known immutable types
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/Sql.javajavadoc fix
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/VariableScopeVisitor.javaGROOVY-4121 Pushed the checkFinalFieldAccess a bit - from VariableScopeVisitor (resolve) to ClassCompletionVerifier (classgen) - so that it now covers the fields made final by @Immutable.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4121Bug.groovyGROOVY-4121 Pushed the checkFinalFieldAccess a bit - from VariableScopeVisitor (resolve) to ClassCompletionVerifier (classgen) - so that it now covers the fields made final by @Immutable.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/ClassCompletionVerifier.javaGROOVY-4121 Pushed the checkFinalFieldAccess a bit - from VariableScopeVisitor (resolve) to ClassCompletionVerifier (classgen) - so that it now covers the fields made final by @Immutable.
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ant/Groovyc.javaGROOVY-4059: Groovyc: taking file.encoding property over from parent process when forked
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ant/Groovy.javaGROOVY-3064: ant task setContextClassloader
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ant/Groovyc.javaGROOVY-2717: Groovyc ignores includeAntRuntime when not forked.
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/GroovyClassLoader.javatypos
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/InnerClassVisitor.javaGROOVY-4120 Fixed an issue with creating a non-static inner class instance in static context.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4120Bug.groovyGROOVY-4120 Fixed an issue with creating a non-static inner class instance in static context.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/reflection/GeneratedMetaMethod.javaGROOVY-4117 Replaced System.exit() call by exceptions at a couple of places to avoid termination of VM for the application integrating with groovy.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/metaclass/MetaClassRegistryImpl.javaGROOVY-4117 Replaced System.exit() call by exceptions at a couple of places to avoid termination of VM for the application integrating with groovy.
modifiedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4116Bug.groovyGROOVY-4116 If an interface method is not implemented as public, compilation now fails. (more changes)
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/Verifier.javaGROOVY-4116 If an interface method is not implemented as public, compilation now fails. (more changes)
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4116Bug.groovyGROOVY-4116 If an interface method is not implemented as public, compilation now fails.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/Verifier.javaGROOVY-4116 If an interface method is not implemented as public, compilation now fails.
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/xml/StreamingMarkupBuilderTest.groovyGROOVY-4115: StreamingMarkupBuilder should provide an option for using double quotes around attributes
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy_2473Bug.groovyGROOVY-4115: StreamingMarkupBuilder should provide an option for using double quotes around attributes
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/xml/BuilderTestSupport.groovyGROOVY-4115: StreamingMarkupBuilder should provide an option for using double quotes around attributes
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/xml/StreamingMarkupBuilder.groovyGROOVY-4115: StreamingMarkupBuilder should provide an option for using double quotes around attributes
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/xml/MarkupBuilderTest.groovyGROOVY-4115: StreamingMarkupBuilder should provide an option for using double quotes around attributes
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/XmlParser.javajavadoc
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/XmlSlurper.javajavadoc
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/ResolveVisitor.javaGROOVY-4111 Constructor calls on abstract types are now rejected earlier (ResolveVisitor) than before (ClassCompletionVerifier).
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4111Bug.groovyGROOVY-4111 Constructor calls on abstract types are now rejected earlier (ResolveVisitor) than before (ClassCompletionVerifier).
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/ClassCompletionVerifier.javaGROOVY-4111 Constructor calls on abstract types are now rejected earlier (ResolveVisitor) than before (ClassCompletionVerifier).
modifiedpaulk/trunk/groovy/groovy-core/build.xmlGROOVY-3783: Need groovydoc command (initial version)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyType.javaGROOVY-3783: Need groovydoc command (initial version)
addedpaulk/trunk/groovy/groovy-core/src/bin/groovydoc.batGROOVY-3783: Need groovydoc command (initial version)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/GroovyRootDocBuilder.javaGROOVY-3783: Need groovydoc command (initial version)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/GroovyDocWriter.javaGROOVY-3783: Need groovydoc command (initial version)
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/Main.groovyGROOVY-3783: Need groovydoc command (initial version)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/gstringTemplates/classLevel/classDocName.htmlGROOVY-3783: Need groovydoc command (initial version)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyClassDocAssembler.javaGROOVY-3783: Need groovydoc command (initial version)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/SimpleGroovyClassDoc.javaGROOVY-3783: Need groovydoc command (initial version)
addedpaulk/trunk/groovy/groovy-core/src/bin/groovydocGROOVY-3783: Need groovydoc command (initial version)
addedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/Main.propertiesGROOVY-3783: Need groovydoc command (initial version)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/GroovyRootDocBuilder.javaNPE fix
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ant/Groovy.javaGROOVY-4108: Possible NPE in Groovy Ant task
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4107Bug.groovyGROOVY-4107 ResolveVisitor was resolving an unqualified import against itself by mistake. Fixed it.
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/control/ResolveVisitor.javaGROOVY-4107 ResolveVisitor was resolving an unqualified import against itself by mistake. Fixed it.
addedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4098Child.groovyGROOVY-4098: setter and getter destroy meta properties (cater for more than public)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/MetaBeanProperty.javaGROOVY-4098: setter and getter destroy meta properties (cater for more than public)
addedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4098Parent.groovyGROOVY-4098: setter and getter destroy meta properties (cater for more than public)
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4098Bug.groovyGROOVY-4098: setter and getter destroy meta properties (cater for more than public)
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/groovy/lang/ExpandoMetaClassCreationHandle.javaGROOVY-4106 Fixed the infinite loop issue with ExpandoMetaClassCreationHandle#create().
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4106Bug.groovyGROOVY-4106 Fixed the infinite loop issue with ExpandoMetaClassCreationHandle#create().
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/Sql.javaGROOVY-3649: SQL named parameters in Sql.executeUpdate (enable/disable flag for named queries/caching)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/Sql.javaGROOVY-3649: SQL named parameters in Sql.executeUpdate (minor refactoring)
modifiedroshandawrani/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/MethodClosure.javaGROOVY-4104 MethodClosure didn't handle non-private, non-public methods of super classes correctly. Fixed it.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4104A.javaGROOVY-4104 MethodClosure didn't handle non-private, non-public methods of super classes correctly. Fixed it.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4104B.javaGROOVY-4104 MethodClosure didn't handle non-private, non-public methods of super classes correctly. Fixed it.
addedroshandawrani/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4104Bug.groovyGROOVY-4104 MethodClosure didn't handle non-private, non-public methods of super classes correctly. Fixed it.
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/Sql.javaGROOVY-3649: SQL named parameters in Sql.executeUpdate (some caching)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/Sql.javaGROOVY-3649: SQL named parameters in Sql.executeUpdate
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/Sql.javaGROOVY-3649: SQL named parameters in Sql.executeUpdate (minor refactor of logging)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/Sql.javaGROOVY-3649: SQL named parameters in Sql.executeUpdate
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/sql/SqlCompleteTest.groovyGROOVY-3649: SQL named parameters in Sql.executeUpdate
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/Sql.javaGROOVY-4103: It would be useful for groovy.sql.Sql to support a map-based newInstance method
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/Sql.javaGROOVY-3649: SQL named parameters in Sql.executeUpdate
addedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/SqlWithParams.javaGROOVY-3649: SQL named parameters in Sql.executeUpdate
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/sql/SqlCompleteTest.groovyGROOVY-3649: SQL named parameters in Sql.executeUpdate
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/Sql.javaGROOVY-4103: It would be useful for groovy.sql.Sql to support a map-based newInstance method
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/Sql.javajaavdoc improvement
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/Sql.javaGROOVY-3832: groovy.sql.Sql.close should empty statement cache (plus minor refactoring and javadoc improvements)
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/sql/SqlCacheTest.groovyGROOVY-3832: groovy.sql.Sql.close should empty statement cache (plus minor refactoring and javadoc improvements)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/sql/DataSet.javaGROOVY-3832: groovy.sql.Sql.close should empty statement cache (plus minor refactoring and javadoc improvements)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-644: New Groovy JDK methods - to improve consistency
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-2597: Map or Property Sort
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-3992: Add a reverse method to Map (partial solution)
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/MapTest.groovyGROOVY-3992: Add a reverse method to Map (partial solution)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.javaGROOVY-4100: clearTime() fails for times in the afternoon
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/VariableScopeVisitor.javaimproved error message
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/ImmutableTransformTest.groovyGROOVY-4019: Enhance the named argument constructors related to @Immutable to throw MissingPropertyException
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ImmutableASTTransformation.javaGROOVY-4019: Enhance the named argument constructors related to @Immutable to throw MissingPropertyException
modifiedait/trunk/groovy/groovy-core/src/main/groovy/lang/MetaClassRegistry.javaallow disabling of custom meta class lookup
modifiedait/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/metaclass/MetaClassRegistryImpl.javaallow disabling of custom meta class lookup
modifiedpaulk/trunk/groovy/groovy-core/src/examples/astbuilder/MainIntegrationTest.groovyfix package for examples
modifiedpaulk/trunk/groovy/groovy-core/src/examples/astbuilder/MainTransformation.groovyfix package for examples
modifiedpaulk/trunk/groovy/groovy-core/src/examples/astbuilder/MainExample.groovyfix package for examples
modifiedpaulk/trunk/groovy/groovy-core/src/examples/astbuilder/Main.groovyfix package for examples
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/TransformsAndCustomClassLoadersTest.groovyGROOVY-4099: @Immutable annotation does not allow untyped static fields
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ImmutableASTTransformation.javaGROOVY-4099: @Immutable annotation does not allow untyped static fields
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/lang/Immutable.javaGROOVY-4099: @Immutable annotation does not allow untyped static fields
modifiedpaulk/trunk/groovy/groovy-core/src/test/org/codehaus/groovy/transform/ImmutableTransformTest.groovyGROOVY-4099: @Immutable annotation does not allow untyped static fields
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/transform/ImmutableASTTransformation.javaGROOVY-4099: @Immutable annotation does not allow untyped static fields
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/GroovyTestCase.javaGROOVY-4075 Fixed the shouldFailWithCause regression. (handle badly designed self-recursive cause)
modifiedpaulk/trunk/groovy/groovy-core/src/test/groovy/bugs/Groovy4075Bug.groovyGROOVY-4075 Fixed the shouldFailWithCause regression. (handle badly designed self-recursive cause)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/GroovyRootDocBuilder.javagroovydoc tweak - skip over non-javadoc comments for package-info.groovy
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/jmx/builder/package-info.groovygroovydoc tweak - skip over non-javadoc comments for package-info.groovy
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/view/MacOSXDefaults.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/view/WindowsDefaults.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/genArrayAccess.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/genArrays.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/swing/factory/BindGroupFactory.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/config/checkstyle/codeHeader.txtGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/builder/AstSpecificationCompiler.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/view/BasicMenuBar.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/jmx/builder/JmxBeansFactory.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/builder/AstBuilderTransformation.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/swing/SwingBuilder.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/ConsoleApplet.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/genMathModification.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/view/BasicToolBar.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/view/MacOSXMenuBar.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/swing/factory/RendererFactory.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/genDgmMath.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/builder/AstBuilder.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/view/Defaults.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/view/BasicStatusBar.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/reflection/handlegen.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/ast/TranformTestHelper.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/view/GTKDefaults.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/view/BasicContentPane.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/jmx/builder/package-info.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/ast/builder/AstStringCompiler.groovyGROOVY-3923: update license text in file headers (groovy files)
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/binding/AggregateBinding.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/reflection/stdclasses/CachedClosureClass.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/SourceInfo.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/callsite/StaticMetaClassSite.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/gse/StringSetMap.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/callsite/GetEffectivePogoPropertySite.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/CharacterArrayGetAtMetaMethod.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/StringHelper.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/util/ReferenceManager.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/gse/DependencyTracker.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/swing/impl/ClosureRenderer.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/ui/ConsoleTextEditor.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/groovy/util/PermutationGenerator.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/util/Reference.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/util/AbstractConcurrentMapBase.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/typehandling/NumberMathModificationInfo.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/MethodRankHelper.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/metaclass/MixinInstanceMetaMethod.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/util/AbstractConcurrentMap.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/dgmimpl/arrays/DoubleArrayGetAtMetaMethod.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/EnumVisitor.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/metaclass/MixinInstanceMetaProperty.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/runtime/metaclass/MemoryAwareConcurrentReadMap.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/EnumHelper.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/reflection/ClassLoaderForClassArtifacts.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/antlr/GroovySourceToken.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/shell/util/MessageSource.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/gstringTemplates/GroovyDocTemplateInfo.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/classgen/ClassCompletionVerifier.javaGROOVY-3923: update license text in file headers
modifiedpaulk/trunk/groovy/groovy-core/src/main/org/codehaus/groovy/util/ManagedLinkedList.javaGROOVY-3923: update license text in file headers
modified