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 245424 - Ability to autocomplete versions in <properties>
Summary: Ability to autocomplete versions in <properties>
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0.1
Hardware: PC Other
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-05 09:19 UTC by elennaro
Modified: 2016-07-07 18:38 UTC (History)
0 users

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 elennaro 2014-07-05 09:19:51 UTC
Say we have a project with some versions saved in properties:

pom.xml:

...
<properties>
...
	<spring-security.version>3.2.4.RELEASE<spring-security.version>
...
</properties>
...
<dependency>
	<groupId>org.springframework.security</groupId>
	<artifactId>spring-security-web</artifactId>
	<version>${spring-security.version}</version>
</dependency>
...

It would be nice to have autocomplete searching for new version directlyin property <spring-security.version>...<spring-security.version>
by resolving those versions from first dependency found below for example.
Comment 1 Martin Balin 2016-07-07 08:37:44 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss
Comment 2 elennaro 2016-07-07 18:38:03 UTC
This is an Enhancement and it's still relevant.
Please reopen it.