Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7-beta-1
-
Fix Version/s: 1.6.1, 1.5.8, 1.7-beta-1
-
Component/s: Compiler
-
Labels:None
-
Number of attachments :
Description
GROOVY-3435 made it necessary to prevent an annotation member from being set twice (which is a good idea anyway):
@Foo(bar=1, bar=2) // no longer allowed
class Moo {}
However this shouldn't result in a GroovyBugError but in a user-friendly error message.