Commit Graph

2096 Commits

Author SHA1 Message Date
Jeremy Long 4c49adf1ba reduced code duplication 2017-01-02 21:44:59 -05:00
Jeremy Long 5f4e4fab56 reduced code duplication 2017-01-02 21:43:51 -05:00
Jeremy Long 146d7e3fbf reduced code duplciation 2017-01-02 21:42:20 -05:00
Henning Schmiedehausen def78a3cfd rework the enabled / disabled logic
If an analyzer is disabled from the configuration, it should not be
initialized (because some of the may actually fail during that process
nor should the engine log in any way that those exist.

With these changes, it is possible for me to turn off unwanted
analyzers (e.g. Ruby analyzers for a java project) from the maven
plugin and not confuse my users with spurious misleading messages.
2016-12-28 16:39:25 -08:00
Jeremy Long 63ad13ff7a added enabled properties per issue #612 2016-12-27 08:46:04 -05:00
Jeremy Long dd92ec675f fixed error in tests 2016-12-27 08:45:42 -05:00
Jeremy Long 6e1512f7d9 added enabled setting (#612) and added additional checks to see if the update should occur (#631) 2016-12-27 08:45:01 -05:00
Jeremy Long 287b1df3fd added enabled settings for all analyzers per #612 2016-12-26 09:11:26 -05:00
Jeremy Long 38bf9b4ddb checkstyle recommendations 2016-12-22 07:32:04 -05:00
Jeremy Long f9d3a9d8d8 Merge pull request #614 from stefanneuhaus/issue-613-fix-version-comparison
Fix handling of numerical versions
2016-12-22 06:58:26 -05:00
Jeremy Long 60e661d3a4 updated per issue #630 2016-12-22 06:55:26 -05:00
Jeremy Long c33257d266 addded synchronization - as this analyzer should only run synchronized 2016-12-22 06:53:35 -05:00
Jeremy Long 91dbb39f18 updated test for #630 2016-12-18 11:59:59 -05:00
Jeremy Long 35ae8fd660 updated test for #630 2016-12-18 11:59:30 -05:00
Jeremy Long d854917090 changes for issue #630 2016-12-18 11:58:58 -05:00
Jeremy Long 32ebf6c8ed added phase to accomodate the fix for issue #630 2016-12-18 11:58:20 -05:00
Jeremy Long edd4191d47 fix for #517 2016-12-16 06:29:42 -05:00
Jeremy Long 0cce49506a added validation 2016-12-10 19:58:05 -05:00
Jeremy Long 1c053469e9 fixed date format for test case 2016-12-10 19:50:09 -05:00
Jeremy Long 610e97ef7f jacks suggested change 2016-12-10 16:55:58 -05:00
Jeremy Long 5a678d2ccb removed test code 2016-12-10 16:55:38 -05:00
Jeremy Long 8db61a4d1e coverity suggested change 2016-12-10 16:42:32 -05:00
Jeremy Long f47c6b07f4 jacks recommended change for thread safety 2016-12-05 22:41:15 -05:00
Jeremy Long bd3af45db9 fixed code duplication 2016-12-04 16:18:01 -05:00
Jeremy Long a271d422f6 moved similiar code to a utility function to remove code duplication 2016-12-04 11:28:53 -05:00
Jeremy Long 4dd6dedaa4 hardening the XML parser per jacks.codiscope.com 2016-12-03 17:44:49 -05:00
Jeremy Long 10ee569096 fix proposed by Jacks - synchronizing SimpleDateFormat 2016-12-03 17:43:24 -05:00
Jeremy Long 1474855305 fix proposed by Jacks - synchronizing SimpleDateFormat 2016-12-03 17:41:32 -05:00
Jeremy Long 0202bc11d4 null checking proposed by coverity 2016-12-03 17:39:57 -05:00
Stefan Neuhaus e7072ea04c Count "0" as a positive integer 2016-12-03 22:50:20 +01:00
Jeremy Long 8f2c755f21 checkstyle correction 2016-12-03 16:23:53 -05:00
Jeremy Long e513a79bd2 fixed issue #272 2016-12-03 15:07:33 -05:00
Jeremy Long dd17f7393f snapshot version 2016-12-03 14:28:36 -05:00
Jeremy Long 9786c9bf82 minor changes - planning on moving additional testing profile to an invoker test in the maven module per issue #618 2016-12-03 06:55:24 -05:00
Jeremy Long a6ca2e3895 Merge pull request #625 from axel3rd/MinorFixAndUTsWindowsSpaceDirectory
UTs on Windows when project path contains space & some exception review
2016-11-22 19:51:54 -05:00
Alix Lourme 6ecf55be91 UTs on Windows when project path contains space & some exception review 2016-11-22 23:33:40 +01:00
Jeremy Long 13bd63dac8 re-loading of properties/settings resolved by sharing the settings object amongst tasks 2016-11-22 16:40:57 -05:00
Jeremy Long db5ff1bfca java mail - disputed CVE is considered a false positive 2016-11-22 16:38:45 -05:00
Jeremy Long e9556bbbf0 added analyzer initialization so that temp files get put in the correct location 2016-11-22 06:40:33 -05:00
Jeremy Long 316b936326 ensured resources are closed 2016-11-22 06:39:50 -05:00
Jeremy Long 6838b9b950 fixed logic for single pom entry in a jar 2016-11-22 06:21:30 -05:00
Jeremy Long 1610f14c47 general code cleanup/fixes 2016-11-22 05:46:35 -05:00
Jeremy Long 2ad08d2367 minor code cleanup 2016-11-13 16:33:39 -05:00
Stefan Neuhaus 1337686013 Fix handling of numerical versions 2016-11-13 19:37:29 +01:00
Jeremy Long e693e53630 updated error message per issue #607 2016-11-12 11:19:48 -05:00
Jeremy Long 3bbc485968 fix index out of range exception per issue #611 2016-11-11 10:58:14 -05:00
Jeremy Long e0b549e427 v1.4.4 2016-11-05 09:34:53 -04:00
Jeremy Long 75207169e3 resolved fp per #604 2016-11-05 06:29:43 -04:00
Jeremy Long e07f568237 resolved false positive per #608 2016-11-05 06:23:06 -04:00
Jeremy Long e2cd99d40d modified code for #606 2016-11-03 06:41:37 -04:00