| |
|
GROOVY-2901 |
FIXED
|
Deadlock in GroovyClassLoader, ver. 1.5.6
|
|
|
| |
|
GROOVY-2865 |
FIXED
|
Groovy/Grails Joint Build: Single char property name not resolving like they used to. Resulting in MPE
|
|
|
| |
|
GROOVY-2860 |
FIXED
|
Groovy/Grails Joint build fails with error: The field 'metaClass' is declared multiple times.
|
|
|
| |
|
GROOVY-2966 |
FIXED
|
IllegalArgumentException from @Bindable AST Transformation with Integer properties
|
|
|
| |
|
GROOVY-3021 |
FIXED
|
Inheritance of getProperty method broken
|
|
|
| |
|
GROOVY-2875 |
FIXED
|
MetaClassRegistryImpl constantMetaClasses map is leaking resources
|
|
|
| |
|
GROOVY-2891 |
FIXED
|
bug in GroovyCategorySupport - infinite loop
|
|
|
| |
|
GROOVY-2828 |
FIXED
|
Command line option -cp does not work: "Error: no argument for:c"
|
|
|
| |
|
GROOVY-2873 |
FIXED
|
Grails fails to build with JDK 1.6 (Error starting modern compiler)
|
|
|
| |
|
GROOVY-3019 |
FIXED
|
Groovy calls wrong method if they are the same name and an Array attribut
|
|
|
| |
|
GROOVY-2208 |
FIXED
|
debug info not generated
|
|
|
| |
|
GROOVY-2535 |
FIXED
|
lost LineNumberTable in groovyc-produced bytecode
|
|
|
| |
|
GROOVY-2795 |
WON'T FIX
|
recursion does not work with clousures
|
|
|
| |
|
GROOVY-2928 |
FIXED
|
"as" does not convert strings to integer types
|
|
|
| |
|
GROOVY-3082 |
FIXED
|
ASTNode column data
|
|
|
| |
|
GROOVY-3013 |
FIXED
|
Allow joint compiler to keep generated stubs
|
|
|
| |
|
GROOVY-3001 |
FIXED
|
BUG! exception in phase 'semantic analysis' in source unit 'sample/SimpleBean.groovy' null using Groovy-1.5.{5,6} with GlassFish V3's JSF+Groovy Support
|
|
|
| |
|
GROOVY-2837 |
FIXED
|
CLONE -Groovy objects trying to override final methods
|
|
|
| |
|
GROOVY-1131 |
FIXED
|
Character ++ and -- should be closed under their type
|
|
|
| |
|
GROOVY-2976 |
FIXED
|
ClassCastException when printing a mixed type int/long range
|
|
|
| |
|
GROOVY-3011 |
FIXED
|
Compile error when using generic types with upper bounds
|
|
|
| |
|
GROOVY-2743 |
FIXED
|
Fail to compile when there is a method return List<int[]>
|
|
|
| |
|
GROOVY-2905 |
FIXED
|
File.eachLine reports line numbers starting with 1, 2,...
|
|
|
| |
|
GROOVY-2906 |
FIXED
|
Fix and improvement for Base64 encoding in GDK
|
|
|
| |
|
GROOVY-3051 |
FIXED
|
ForStatement wrong line, column data
|
|
|
| |
|
GROOVY-2847 |
FIXED
|
GenericTypes in AST for ConstructorCallExpression
|
|
|
| |
|
GROOVY-2845 |
FIXED
|
GenericTypes in AST for local variable
|
|
|
| |
|
GROOVY-2794 |
FIXED
|
Groovy 1.5.6 Windows startGroovy.bat fails to pass CLASSPATH to groovy starter
|
|
|
| |
|
GROOVY-2863 |
FIXED
|
Groovy Bundle Manifest should use Import-Package instead of hardcode Require-Bundle (bundle names)
|
|
|
| |
|
GROOVY-2829 |
FIXED
|
Groovy's class verification doesn't allow for covariant return types
|
|
|
| |
|
GROOVY-3034 |
FIXED
|
Import static ignores superclass public methods
|
|
|
| |
|
GROOVY-2867 |
FIXED
|
Impossible to use Map.get() or put() inside use(DOMCategory)
|
|
|
| |
|
GROOVY-2876 |
FIXED
|
Incorrect manifests for OSGi usage
|
|
|
| |
|
GROOVY-2861 |
FIXED
|
Instantiating a class inside a script invoked by the GroovyScriptEngine causes a NullPointerException
|
|
|
| |
|
GROOVY-2774 |
FIXED
|
Java final fields may be changed by Groovy
|
|
|
| |
|
GROOVY-2846 |
FIXED
|
Line/Column Information for ClassNodes in CastExpression and ArrayExpression
|
|
|
| |
|
GROOVY-2843 |
FIXED
|
Line/Column Information for ClassNodes in imports
|
|
|
| |
|
GROOVY-2842 |
FIXED
|
Line/Column Information for ClassNodes in throws expression
|
|
|
| |
|
GROOVY-2844 |
FIXED
|
Line/Column Information for fully qualified class names
|
|
|
| |
|
GROOVY-3070 |
FIXED
|
ListExpression, MapExpression inside PropertyExpression wrong line, column data
|
|
|
| |
|
GROOVY-2810 |
FIXED
|
Namespaces lost by XmlNodePrinter in some cases
|
|
|
| |
|
GROOVY-2924 |
FIXED
|
Problem with reserved keyword and annotations
|
|
|
| |
|
GROOVY-3049 |
FIXED
|
PropertyExpression contains wrong line,column data
|
|
|
| |
|
GROOVY-3050 |
FIXED
|
RangeExpression providing wrong ClassNode
|
|
|
| |
|
GROOVY-2725 |
FIXED
|
Semicolon required for certain generics declarations
|
|
|
| |
|
GROOVY-2915 |
FIXED
|
StreamingSAXBuilder is missing startDocument() and endDocument()
|
|
|
| |
|
GROOVY-2937 |
FIXED
|
Unable to modify value of element using XmlParser
|
|
|
| |
|
GROOVY-3002 |
FIXED
|
XmlNodePrinter does not propertly handle special characters within tag values
|
|
|
| |
|
GROOVY-2903 |
FIXED
|
[ [a:1, b:2, c:3] ].flatten() -> [ 1, 2, 3 ]
|
|
|
| |
|
GROOVY-2904 |
FIXED
|
[ [a:1, b:2, c:3] ].flatten() -> [ 1, 2, 3 ], but should be [ [a:1, b:2, c:3] ]
|
|
|
| |
Viewing 50 of Issues. |