various findbug, checkstyle, documentation fixes

Former-commit-id: 436d6de72216aa90360c96b5f2d23adbbd733e7b
This commit is contained in:
Jeremy Long
2014-03-23 23:07:27 -04:00
parent 534b2e59a0
commit db30517516
8 changed files with 42 additions and 37 deletions

View File

@@ -54,7 +54,7 @@ public class AssemblyAnalyzerTest {
public void setUp() {
try {
analyzer = new AssemblyAnalyzer();
analyzer.setEnabled(true);
analyzer.supportsExtension("dll");
analyzer.initialize();
} catch (Exception e) {
LOGGER.log(Level.WARNING, "Exception setting up AssemblyAnalyzer. Tests will be incomplete", e);