Sync null analysis error/warnings in IDE and MVN (#175)

Signed-off-by: Stefan Triller <stefan.triller@telekom.de>
This commit is contained in:
Stefan Triller 2017-08-03 11:18:26 +02:00 committed by Kai Kreuzer
parent e7257173dc
commit 3cbbf06c6e

View File

@ -103,8 +103,8 @@
</extraClasspathElement>
</extraClasspathElements>
<compilerArgs>
<arg>-err:+nullAnnot(javax.annotation.Nullable|javax.annotation.Nonnull|org.eclipse.jdt.annotation.NonNullByDefault),+inheritNullAnnot</arg>
<arg>-warn:+null</arg>
<arg>-err:+nullAnnot(javax.annotation.Nullable|javax.annotation.Nonnull|org.eclipse.jdt.annotation.NonNullByDefault),+inheritNullAnnot,-nullUncheckedConversion,-nullAnnotRedundant</arg>
<arg>-warn:+null,+nullUncheckedConversion,+nullAnnotRedundant</arg>
</compilerArgs>
</configuration>
</plugin>