juherr / pkgscanner

Automatically exported from code.google.com/p/pkgscanner
Apache License 2.0
0 stars 0 forks source link

Package scanner can lose version information when multiple jars are found #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When duplicate jars include the same package, and one jar has version info
in its name while the other doesn't, then the version info can be lost
dependant on order of scanning.

We should prefer an actual version to "unknown version".

Note that there is a related problem when two *different* versions are found.

Original issue reported on code.google.com by marklas...@gmail.com on 2 Nov 2009 at 11:46

GoogleCodeExporter commented 9 years ago
See also https://studio.atlassian.com/browse/PLUG-466

Original comment by marklas...@gmail.com on 2 Nov 2009 at 11:48

GoogleCodeExporter commented 9 years ago
This was fixed in 0.8.0

Original comment by marklas...@gmail.com on 15 Dec 2009 at 1:12