[
https://issues.apache.org/jira/browse/GROOVY-10584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17523276#comment-17523276
]
Krzysztof Sierszeń commented on GROOVY-10584:
---------------------------------------------
I am not very familiar with groovyc internals, wouldn't that mean AST
transformation annotations are also broken (i.e. Java code cannot reference any
symbols added by the transformation)? As I believe they are also processed in
the SEMANTIC_ANALYSIS phase at the soonest...
> Stub generator does not respect BaseScript
> ------------------------------------------
>
> Key: GROOVY-10584
> URL: https://issues.apache.org/jira/browse/GROOVY-10584
> Project: Groovy
> Issue Type: Bug
> Components: Stub generator / Joint compiler
> Reporter: Krzysztof Sierszeń
> Assignee: Eric Milles
> Priority: Minor
>
> The {{BaseScript(CustomScriptClass)}} annotation is ignored by the stub
> generator and consequently, stubs generated for a {{BaseScript}} - annotated
> script still inherit from {{groovy.lang.Script}} rather than
> {{CustomScriptClass}}
> (issue originally raised
> [here|https://github.com/groovy/GMavenPlus/issues/209], in case you need more
> context)
--
This message was sent by Atlassian Jira
(v8.20.1#820001)