Anthony Whitford
19a97a1706
Demonstrating the benefit of commons-io instead of the simpler string dissection.
2015-10-13 23:59:31 -07:00
Anthony Whitford
cd66a9ef61
Demonstrating the benefit of commons-io instead of the simpler string dissection.
2015-10-13 23:59:11 -07:00
Anthony Whitford
f121430a5d
Simplified getFileExtension by leveraging commons-io. Also cut a line from delete.
2015-10-13 23:50:41 -07:00
Jeremy Long
2f518dacfc
Merge branch 'master' of github.com:jeremylong/DependencyCheck
2015-10-13 21:24:22 -04:00
Jeremy Long
fded8b6cd3
fixed issue #383
2015-10-13 21:24:03 -04:00
Jeremy Long
3b6c64dc9d
move test resource to correct directory
2015-10-13 19:03:33 -04:00
Jeremy Long
d742985640
resolve issue #377
2015-10-13 19:03:19 -04:00
Jeremy Long
a13dd58989
Merge pull request #380 from awhitford/TestLint
...
Removed compiler warnings from test code.
2015-10-12 06:46:50 -04:00
Jeremy Long
622b3210ae
Merge pull request #379 from awhitford/HashSetLen
...
Sized the new HashSet to avoid rehashing risk.
2015-10-12 06:46:12 -04:00
Jeremy Long
90c97ed6aa
Merge pull request #376 from awhitford/ComposerExSerial
...
Added missing serialVersionUID to new ComposerException.
2015-10-12 06:45:38 -04:00
Jeremy Long
53a4dfbf88
Merge pull request #378 from awhitford/RmNonCloseStream
...
Removing unused NonClosingStream.
2015-10-12 06:45:20 -04:00
Jeremy Long
f488c57363
Merge branch 'awhitford-DbMerge'
2015-10-12 06:44:00 -04:00
Jeremy Long
0ce830ca9d
fixed test case to correctly initialize the settings
2015-10-12 06:43:32 -04:00
Jeremy Long
30ae418c2c
updated MySQL profile
2015-10-12 06:42:55 -04:00
Jeremy Long
3b976d211f
upgrdae db schema version
2015-10-12 06:15:24 -04:00
Jeremy Long
cca49b5dc2
added information regarding updating the database schema
2015-10-12 06:13:06 -04:00
Jeremy Long
8c2b2070c6
added URL to database upgrade page
2015-10-12 05:53:07 -04:00
Jeremy Long
24b8ff26db
Merge branch 'DbMerge' of https://github.com/awhitford/DependencyCheck into awhitford-DbMerge
2015-10-12 05:48:03 -04:00
Jeremy Long
f0d93538ae
changed update script to fail on non-H2 databases; they require manual upgrades
2015-10-12 05:47:50 -04:00
Jeremy Long
02eab65c4e
upgrade h2 db schema to 3.0
2015-10-12 05:47:00 -04:00
Jeremy Long
d941aa7df3
script to upgrade a MySQL db
2015-10-12 05:46:33 -04:00
Anthony Whitford
031d648585
Removed compiler warnings from test code.
2015-10-11 17:48:27 -07:00
Anthony Whitford
762b2fe7d6
Leverage Collections.singleton for single entry HashSets.
2015-10-11 17:32:08 -07:00
Anthony Whitford
5db377923e
Sized the new HashSet to avoid rehashing risk.
2015-10-11 16:51:57 -07:00
Anthony Whitford
c3177df739
Removing unused NonClosingStream.
2015-10-11 11:42:03 -07:00
Anthony Whitford
0dc36765f1
Added missing serialVersionUID to new ComposerException.
2015-10-10 16:19:59 -07:00
Jeremy Long
38e61ebd8d
Merge branch 'awhitford-MvnPhase'
2015-10-10 06:15:29 -04:00
Jeremy Long
529b9739b5
changed default phase to VERIFY
2015-10-10 06:14:50 -04:00
Jeremy Long
a014ca7d8a
Merge branch 'MvnPhase' of https://github.com/awhitford/DependencyCheck into awhitford-MvnPhase
2015-10-10 05:59:04 -04:00
Jeremy Long
83701f7d0d
Merge pull request #374 from awhitford/EngineScanTweak
...
Consolidated scan(Set) and scan(List) with scan(Collection).
2015-10-10 05:54:31 -04:00
Jeremy Long
b2500939f3
Merge pull request #375 from skitt/cme-fix
...
Avoid ConcurrentModificationExceptions
2015-10-10 05:52:32 -04:00
Stephen Kitt
1852b9dbb2
Avoid ConcurrentModificationExceptions
...
AggregateMojo.getDescendants() can end up adding descendants while
it's iterating over them. This separates the addition from the
iteration to avoid this.
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2015-10-09 17:07:27 +02:00
Anthony Whitford
069474fc71
Consolidated scan(Set) and scan(List) with scan(Collection).
2015-10-09 07:52:43 -07:00
Jeremy Long
e7f518264a
Merge branch 'master' of github.com:jeremylong/DependencyCheck
2015-10-09 08:52:06 -04:00
Jeremy Long
b0b096c3f5
updated version to 1.3.2-SNAPSHOT
2015-10-09 08:51:58 -04:00
Jeremy Long
bfa9d04d42
added another suppression rule
2015-10-09 08:33:04 -04:00
Jeremy Long
7dbe58469a
Merge pull request #371 from awhitford/CpeLucenePerf
...
Re-use Document and Field instances to minimize GC overhead.
2015-10-09 07:03:35 -04:00
Jeremy Long
41b36dabc2
Merge pull request #370 from awhitford/DontLogToString
...
Do not need or want to call toString for a logger parameter.
2015-10-09 07:01:44 -04:00
Jeremy Long
4a685557d9
Merge pull request #369 from awhitford/BadSuppress
...
Removed unnecessary @SuppressWarnings.
2015-10-09 07:01:02 -04:00
Jeremy Long
e7ef4b6906
Merge pull request #367 from awhitford/SettingsCleanup
...
Settings cleanup
2015-10-09 07:00:39 -04:00
Jeremy Long
67502fb9d3
Merge pull request #368 from awhitford/UtilsCleanup
...
Utils cleanup
2015-10-09 06:59:33 -04:00
Anthony Whitford
960283bdcf
Do not need or want to call toString for a logger parameter.
2015-10-09 02:08:07 -07:00
Anthony Whitford
39f30eab7a
Re-use Document and Field instances to minimize GC overhead. See http://wiki.apache.org/lucene-java/ImproveIndexingSpeed
2015-10-09 00:38:55 -07:00
Anthony Whitford
24b4741aaf
Removed unnecessary @SuppressWarnings.
2015-10-08 23:40:14 -07:00
Anthony Whitford
64f373fb43
Removed old warning suppression.
2015-10-08 20:58:20 -07:00
Anthony Whitford
bc1830d8eb
Removed redundant call to length for substring.
2015-10-08 20:57:28 -07:00
Anthony Whitford
f2a2a91682
Slight simplification to standard getInt and getLong.
2015-10-08 00:56:38 -07:00
Anthony Whitford
274ac339ad
Corrected a few bugs in Settings.
2015-10-08 00:39:57 -07:00
Anthony Whitford
1d916286ee
Changing the check phase from compile to verify.
2015-10-07 23:11:53 -07:00
Jeremy Long
832d54300a
fixed suppression for issue #365
2015-10-03 07:41:15 -04:00