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 254074 - When editing project properties packaging input is not verified
Summary: When editing project properties packaging input is not verified
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-02 13:52 UTC by IrianR
Modified: 2015-08-02 13:52 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 IrianR 2015-08-02 13:52:04 UTC
When editing the project property "packaging" from the properties window, whatever is typed in gets directly written to the POM, without even basic verification.

This means that if I type something like jab the pom gets corrupted and I can no longer use the properties window until I manually fix it.

A nice enhancement to the window would be some kind of verification that at least warns you that what you are entering will break something, it should still be possible to enter anything for special packaging cases, but at least giving a warning would reduce expensive typos, since when the OK button is pressed with a wrong packaging option the properties window will no longer work.