]> source.dussan.org Git - sonar-scanner-cli.git/commit
SQSCANNER-23 Support the new 'MessageException' unchecked exception and log by defaul...
authorDuarte Meneses <duarte.meneses@sonarsource.com>
Fri, 16 Sep 2016 13:21:00 +0000 (15:21 +0200)
committerDuarte Meneses <duarte.meneses@sonarsource.com>
Fri, 16 Sep 2016 13:21:00 +0000 (15:21 +0200)
commit00e8ca4b08e25f0db409d90a56113a0d0907fdf0
tree6a540a50def5646bbe6b02b4a09848b08c954af3
parent85c24bd5fe1485a43342e69058263aa48a51378d
SQSCANNER-23 Support the new 'MessageException' unchecked exception and log by default the error stack trace only when a non-MessageException is thrown
src/main/java/org/sonarsource/scanner/cli/Main.java
src/test/java/org/sonar/api/utils/MessageException.java [new file with mode: 0644]
src/test/java/org/sonar/api/utils/MessageException/MessageException.java [deleted file]
src/test/java/org/sonarsource/scanner/cli/MainTest.java