Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
This piece of code throws MissingPropertyException
class LazyTesting { @Lazy static final Set<String> STRING_SET = ['a', 'b', 'c'] as Set @Lazy static final Set<String> BIGGER_STRING_SET = (['d', 'e', 'f'] + STRING_SET) as Set } println LazyTesting.BIGGER_STRING_SET
java.lang.ExceptionInInitializerError at LazyTesting.getBIGGER_STRING_SET(test.groovy) at test.run(test.groovy:6) Caused by: groovy.lang.MissingPropertyException: No such property: STRING_SET for class: LazyTesting$SetHolder_BIGGER_STRING_SET
Attachments
Issue Links
- links to