Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.1
-
Fix Version/s: 1.1.2
-
Component/s: Web Interface
-
Labels:None
-
Number of attachments :
Description
For example, you have the following artifacts in your internal repository:
- org.apache.archiva:archiva-test:1.1:jar
- org.apache.archiva:archiva-test:1.2:jar
Let's assume that both contains the same method 'getArtifact()' and do a bytecode search with that method as the query term (e.g. bytecode:getArtifact). Only one of the two matched artifacts will be returned in the search results instead of the two of them.
Fixed in -r691966 1.1.x branch: