Test.java
11
void setB(B b)
setB(B)
<default>
B
B
@NotNull/@Nullable problems
Setter parameter for @NotNull field might be annotated @NotNull itself
Test.java
7
B getB()
getB()
<default>
B
B
@NotNull/@Nullable problems
Getter for @NotNull field might be annotated @NotNull itself
Test.java
25
@NotNull/@Nullable problems
Constructor parameter for @NotNull field might be annotated @NotNull itself
Test.java
38
@NotNull/@Nullable problems
Setter parameter for @NotNull field might be annotated @NotNull itself
Test.java
34
@NotNull/@Nullable problems
Getter for @NotNull field might be annotated @NotNull itself
Test.java
29
@NotNull/@Nullable problems
Constructor parameter for @NotNull field might be annotated @NotNull itself
Test.java
63
@NotNull/@Nullable problems
Constructor parameter for @NotNull field might be annotated @NotNull itself