ec58929e39
do not report duplicate jsr305 entries if options are the same
8 lines
433 B
Plaintext
Vendored
8 lines
433 B
Plaintext
Vendored
warning: option 'enable' for -Xjsr305 flag is deprecated. Please use 'strict' instead
|
|
error: unrecognized -Xjsr305 value: under-migration:stct
|
|
error: unrecognized -Xjsr305 value: @hello:warning
|
|
error: conflict duplicating -Xjsr305 value: @hello:warn, @hello:ignore
|
|
error: conflict duplicating -Xjsr305 value: strict, ignore
|
|
error: conflict duplicating -Xjsr305 value: under-migration:ignore, under-migration:strict
|
|
COMPILATION_ERROR
|