summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2014-07-16 11:01:31 -0700
committerSom Snytt <som.snytt@gmail.com>2014-07-16 23:52:27 -0700
commitf81ec8d1f6481ddacfb27e743c6c58961e765f0e (patch)
tree95becbb83f676c4044aca1239916464279c16820 /build.xml
parent04cb634ec4564c6ee3bd34c3cef899537c3787ba (diff)
downloadscala-f81ec8d1f6481ddacfb27e743c6c58961e765f0e.tar.gz
scala-f81ec8d1f6481ddacfb27e743c6c58961e765f0e.tar.bz2
scala-f81ec8d1f6481ddacfb27e743c6c58961e765f0e.zip
SI-8525 Clarify usage of -Xlint:_,flag
Also clarify usage of -Xlint flag. Align more with javac -Xlint:all,-flag,flag where once a flag is explicitly enabled it cannot be disabled, but where the wildcard is a backstop only. (There is no all option yet here.) -Xlint and -Xlint:_ just set a flag which is consulted by any unset lint warning. Xlint warnings consult the state of Xlint when they are unset. Individual -Ywarn-ings do not. Other warnings are explicitly set to false. They can only be enabled programmatically. Some tests are corrected. Also, option order is no longer significant, see the unit test.
Diffstat (limited to 'build.xml')
0 files changed, 0 insertions, 0 deletions