Eric Milles created GROOVY-11195:
------------------------------------
Summary: STC: false positive for Class method called from static
context
Key: GROOVY-11195
URL: https://issues.apache.org/jira/browse/GROOVY-11195
Project: Groovy
Issue Type: Bug
Affects Versions: 3.0.19
Reporter: Eric Milles
Assignee: Eric Milles
Consider the following:
{code:groovy}
@TypeChecked
class C {
static String p = this.getName() // instance method from Class
}
{code}
This emits error "Non-static method Class#getName cannot be called from a
static context".
--
This message was sent by Atlassian Jira
(v8.20.10#820010)