mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-11 05:41:52 +01:00
Sync null analysis error/warnings in IDE and MVN (#175)
Signed-off-by: Stefan Triller <stefan.triller@telekom.de>
This commit is contained in:
parent
e7257173dc
commit
3cbbf06c6e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user