Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Code doesn't match method semantic annotation #82

Closed
juanjux opened this issue Jul 30, 2018 · 1 comment
Closed

Code doesn't match method semantic annotation #82

juanjux opened this issue Jul 30, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@juanjux
Copy link
Contributor

juanjux commented Jul 30, 2018

Code:

class EqualsNotNull {
    public boolean equals(@javax.annotation.Nonnull Object obj) { }
}

Error:

    --- FAIL: TestJavaDriver/semantic/equals_notnull (0.01s)
    	fixtures.go:269: blacklisted nodes of type "MethodDeclaration" (1) found in the tree
@juanjux juanjux added the bug label Jul 30, 2018
@dennwc dennwc self-assigned this Jul 30, 2018
@bzz bzz added this to the v2.7.x milestone May 6, 2019
@bzz
Copy link
Contributor

bzz commented May 6, 2019

Tested, this has been fixed in #104 as the cause is the same.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants