| Summary: | [package explorer] Option to show classpath container entries sorted | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Darren Bell <djb.bell> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | daniel_megert, igor |
| Version: | 3.6 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Darren Bell
Actual order of entries in "Maven Dependencies" classpath container, or any other classpath container for that matter, affects compilation results and cannot be changed without introducing possibility of inconsistent compile results inside IDE and during command line build. So the only correct solution is to change display order of classpath container entries (and most likely make the order user configurable), which to the best of my knowledge would require changed to JDT. Moving to JDT for consideration. @Darren you can use POM editor "Dependency Hierarchy" page to see project dependencies in sorted order, filter them and see the reason why any given dependency is used for the project. Highly recommended. *** This bug has been marked as a duplicate of bug 223318 *** |