We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a88823 commit 0e014edCopy full SHA for 0e014ed
1 file changed
src/test/java/io/github/soulcodingmatt/equilibrium/processor/EquilibriumProcessorTest.java
@@ -1255,7 +1255,7 @@ public Set<? extends Element> getElementsAnnotatedWithAny(
1255
}
1256
1257
1258
- @SuppressWarnings("NullableProblems")
+ @SuppressWarnings({"NullableProblems", "DataFlowIssue"})
1259
private static class TestClassElement implements javax.lang.model.element.TypeElement {
1260
private final String qualifiedName;
1261
private final List<Element> enclosedElements = new ArrayList<>();
0 commit comments