History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-16635
Type: Bug Bug
Status: Open Open
Assignee: Alexey Kudravtsev
Reporter: Etienne Studer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

@NotNull inspection falsely reported

Created: 09 Dec 07 18:31   Updated: 13 Dec 07 13:13
Component/s: Code Analysis. Inspection

Build: 7,364
Severity: Medium


 Description  « Hide
I get the false inspection warning 'Getter for @NotNull field might be annotated @NotNull itself' for the code below.
int getReadLockCount() {
        return _readLockCount.get().intValue();
}


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.