Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.7.4
-
None
-
None
Description
The Groovy Stub generator does not add a .class extension for Class usages in annotations. For example, generating stubs for the following doesn't work:
@Test(expected = IllegalArgumentException) void shouldFailOnDifferentCurrencies() { // impl }
For more information, see GMAVEN-79
Attachments
Issue Links
- is duplicated by
-
GROOVY-4517 Java stub generator does not set correct value for annotations that expect a Class as a value
- Closed