History
|
Log In
H
OME
B
ROWSE PROJECT
F
IND ISSUES
Q
UICK SEARCH:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
IDEA-16635
Type:
Bug
Status:
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(); }
Description
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(); }
Show »
All
Comments
Work Log
Change History
Sort Order:
There are no comments yet on this issue.