Jeremy Long
|
14ea21d53d
|
checkstyle/pmd/findbugs corrections
|
2015-09-20 06:38:47 -04:00 |
|
Jeremy Long
|
e04809f96b
|
checkstyle/findbugs/pmd/copyright corrections
|
2015-09-19 08:20:14 -04:00 |
|
Jeremy Long
|
9203acff9c
|
checkstyle/pmd/findbugs patches
|
2015-09-19 07:52:24 -04:00 |
|
Jeremy Long
|
b389260dec
|
updated copyright
|
2015-09-18 05:47:06 -04:00 |
|
Dale Visser
|
877a584a26
|
Ruby Bundler: Disable Gemspec analysis if successful init. Moved to new analysis phase after init, before info collection.
|
2015-09-15 12:27:26 -04:00 |
|
Will Stranathan
|
6a7a868b71
|
Initial checkin of ComposerLockAnalyzer
|
2015-09-14 22:14:00 -04:00 |
|
Dale Visser
|
39f13c6e5b
|
Merge branch 'upmaster' into ruby-bundler
|
2015-09-14 17:14:20 -04:00 |
|
Jeremy Long
|
8c98da09f0
|
Merge pull request #355 from hansjoachim/warnings
Warnings
|
2015-09-13 19:31:16 -04:00 |
|
Anthony Whitford
|
9d9b1cbcd5
|
Replaced hashCode to leverage builder instead of deprecated ObjectUtils methods.
|
2015-09-13 10:55:02 -07:00 |
|
Anthony Whitford
|
f17d8f38fb
|
Replaced equals and hashCode to leverage builders instead of deprecated ObjectUtils methods.
|
2015-09-13 10:48:03 -07:00 |
|
Hans Joachim Desserud
|
665f204c1f
|
Code review: remove outcommented @Override annotation
|
2015-09-13 19:05:53 +02:00 |
|
Hans Joachim Desserud
|
362b651823
|
Unused imports
|
2015-09-13 17:06:44 +02:00 |
|
Hans Joachim Desserud
|
49b56588b8
|
Replace with foreach
|
2015-09-13 17:04:46 +02:00 |
|
Hans Joachim Desserud
|
5435ddad9f
|
Place array designator on the type
|
2015-09-13 16:46:14 +02:00 |
|
Hans Joachim Desserud
|
0ecd466c4c
|
Add missing @Override annotations
|
2015-09-13 14:52:08 +02:00 |
|
Jeremy Long
|
58512e302f
|
resolved conflicts
|
2015-09-13 07:46:46 -04:00 |
|
Jeremy Long
|
290fdc4c0f
|
Merge pull request #350 from awhitford/AnalyzeIO
Replaced code with IOUtils.copy.
Thanks for the PR!
|
2015-09-13 07:40:41 -04:00 |
|
Jeremy Long
|
1fa5ae695d
|
Merge pull request #349 from hansjoachim/warnings
Fixes various warnings
|
2015-09-13 07:37:25 -04:00 |
|
Jeremy Long
|
620f1b94bc
|
added more false positive suppressions
|
2015-09-13 07:29:17 -04:00 |
|
Anthony Whitford
|
6e1c6b4bed
|
Replaced StringBuffer with more efficient StringBuilder.
|
2015-09-12 19:50:43 -07:00 |
|
Anthony Whitford
|
424cfcfa0c
|
Added optional merge property support via a database dialect. Note that saveProperties was broken and unused, so removed.
|
2015-09-12 14:13:46 -07:00 |
|
Anthony Whitford
|
ce871dfa3e
|
Replaced code with IOUtils.copy.
|
2015-09-12 10:55:33 -07:00 |
|
Hans Joachim Desserud
|
48a6eb1f86
|
Prefer interfaces over concerete classes. Did not change return type for public methods as this might potentially cause problems/need for changes for external users
|
2015-09-12 15:35:56 +02:00 |
|
Jeremy Long
|
44c5ba208d
|
added documentation about unused code
|
2015-09-11 05:31:09 -04:00 |
|
Anthony Whitford
|
11a3db5d64
|
Revert "Replaced update or insert property logic with merge property logic."
This reverts commit ece4a51b94.
|
2015-09-10 23:21:44 -07:00 |
|
Anthony Whitford
|
3746df49ee
|
Added type declarations.
|
2015-09-10 00:21:54 -07:00 |
|
Anthony Whitford
|
d98f67eab9
|
Added missing serialVersionUID.
|
2015-09-10 00:20:03 -07:00 |
|
Anthony Whitford
|
fde415e251
|
Added missing serialVersionUID.
|
2015-09-10 00:05:04 -07:00 |
|
Anthony Whitford
|
5702f39181
|
Addressed possible resource leak.
|
2015-09-09 23:54:20 -07:00 |
|
Anthony Whitford
|
45658afd89
|
Replaced empty string equals check with an isEmpty check.
|
2015-09-09 23:20:51 -07:00 |
|
Anthony Whitford
|
ece4a51b94
|
Replaced update or insert property logic with merge property logic.
|
2015-09-09 23:18:38 -07:00 |
|
Dale Visser
|
837d4918f2
|
Merge branch 'upmaster' into ruby-bundler. Fixed omission of --disableBundleAudit option.
Conflicts:
dependency-check-cli/src/main/java/org/owasp/dependencycheck/CliParser.java
|
2015-09-09 18:09:41 -04:00 |
|
Jeremy Long
|
fdbec176fa
|
fixed logging statements to use slf4j format syntax instead of String.format syntax
|
2015-09-08 06:31:59 -04:00 |
|
Anthony Whitford
|
96768d8529
|
Replaced Date manipulation with more efficient System call.
|
2015-09-08 01:01:13 -07:00 |
|
Anthony Whitford
|
2689a08026
|
Replaced Date manipulation with more efficient System call.
|
2015-09-07 17:50:02 -07:00 |
|
Anthony Whitford
|
54be70672e
|
Replaced Date manipulation with more efficient System call.
|
2015-09-07 17:49:11 -07:00 |
|
Anthony Whitford
|
b51731d15f
|
Added final keyword.
|
2015-09-07 16:35:23 -07:00 |
|
Anthony Whitford
|
769fcb20d8
|
Removed a now unused import.
|
2015-09-07 16:29:27 -07:00 |
|
Anthony Whitford
|
537c4b3a50
|
Added missing final keywords.
|
2015-09-07 16:28:55 -07:00 |
|
Anthony Whitford
|
a75c17ac5e
|
Added final keywords and elaborated the javax.json imports.
|
2015-09-07 16:28:22 -07:00 |
|
Anthony Whitford
|
9a45c9aa7c
|
Removed unused Cal10n MessageConveyor.
|
2015-09-07 15:21:54 -07:00 |
|
Anthony Whitford
|
01450bacc2
|
Removed a redundant null check, and replaced an addAll with the constructor population.
|
2015-09-07 14:51:26 -07:00 |
|
Anthony Whitford
|
af0255ee09
|
Rather than create a collection, then call addAll to populate, the collection can be created with the collection to clone.
|
2015-09-07 14:48:23 -07:00 |
|
Anthony Whitford
|
df25bbb6d2
|
Replaced json iteration with more efficient entrySet. Also corrected an invalid logging statement.
|
2015-09-07 14:43:34 -07:00 |
|
Anthony Whitford
|
444685bc05
|
Inner class should be static (since it doesn't reference parent).
|
2015-09-07 14:40:32 -07:00 |
|
Anthony Whitford
|
514f8398e2
|
Upgraded commons-lang-2.6 to newer commons-lang3-3.4.
|
2015-09-07 01:09:41 -07:00 |
|
Jeremy Long
|
3bb716b060
|
Merge pull request #336 from awhitford/Timing
Added time measurements for key steps.
|
2015-09-05 21:08:05 -04:00 |
|
Jeremy Long
|
784b78b17c
|
added another timer to pull #336
|
2015-09-05 21:07:29 -04:00 |
|
Jeremy Long
|
d452c5fabb
|
fixed shift operator per issue #335
|
2015-09-05 20:56:18 -04:00 |
|
Anthony Whitford
|
92e1fd3f28
|
Added time measurements for key steps.
|
2015-09-05 00:31:50 -07:00 |
|