This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 245080 - Alphabetical list of Maven-based Dependencies
Summary: Alphabetical list of Maven-based Dependencies
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P1 normal with 1 vote (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-16 11:05 UTC by hadrabap
Modified: 2017-08-11 11:51 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hadrabap 2014-06-16 11:05:26 UTC
It should be nice to have maven-based dependencies sort by name in the IDE rather than by the definition(s) in pom.xml.
Comment 1 Tomas Zezula 2014-06-16 14:32:35 UTC
Even it seems nice at the first look, it's probably not what you want (at least not by default). The Maven dependencies  list order implies resources order on classpath. The classpath order according to JLS implies resource (class) loading. The first resource of given name in cp order is loaded.

Maybe an option on Dependencies node.
Comment 2 t_gergely 2017-08-11 11:51:53 UTC
The list IS sorted (see Bug 212530), still some options are needed (e.g. order by classpath; hide/de-emphasize transitive dependencies; show them as subnodes; group by groupId).