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 268901 - Enhancement: Introduce variable on version tag and put it to properties tag
Summary: Enhancement: Introduce variable on version tag and put it to properties tag
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-09 07:00 UTC by philipmark
Modified: 2016-11-09 07:00 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Screenshot from Introduce Variable in a Java file (21.27 KB, image/png)
2016-11-09 07:00 UTC, philipmark
Details

Note You need to log in before you can comment on or make changes to this bug.
Description philipmark 2016-11-09 07:00:59 UTC
Created attachment 162837 [details]
Screenshot from Introduce Variable in a Java file

It's a hassle to cut the version number, define the property name with the version number and then set the property name in the property tag.

It will be more simple if I just either:
 - put the cursor inside the version tag > Right-click > Refactor > Introduce Variable.
 - put the cursor inside the version tag > Press Ctrl + Shift + V