Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: None
-
Labels:None
-
Environment:J2SE 1.5
-
Number of attachments :
Description
If the following compile dependencies exist
A-1.0.jar --> B-2.0.jar --> C-3.0.jar --> D-4.0.jar
B-2.0.jar --> D-5.0.jar
Node generated for artifact D is for version 5.0,
while the edges reflects both version - 4.0 and 5.0
Attached java files has the fix for this issue.