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 145539 - [65cat] negative property names in project.properties
Summary: [65cat] negative property names in project.properties
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on: 143637
Blocks:
  Show dependency tree
 
Reported: 2008-08-29 09:50 UTC by ulfzibis
Modified: 2008-10-18 18:47 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 ulfzibis 2008-08-29 09:50:48 UTC
[ BUILD # : Beta ]
[ JDK VERSION : 1.6.0_07 ]

IMHO negative property names should be avoided.
Also properties are sorted alphabetically hierarchical. "diasable.*"
brakes this order.

The name of the CoS property in private.properties (+
project.properties?) "disable.compile.on.save=false" is not really
providential and helpful.
We also have:
  javac.debug=true
and not:
  disable.javac.debug=false
Comment 1 Milos Kleint 2008-10-16 10:32:41 UTC
ant project issue
Comment 2 Jesse Glick 2008-10-17 23:22:09 UTC
Several people complained about disable.compile.on.save but it may be too late now for 6.5.
Comment 3 Jan Lahoda 2008-10-18 08:12:00 UTC
The property is not used anymore.
http://hg.netbeans.org/main?cmd=changeset;node=8a70bdf3ddf1
Comment 4 ulfzibis 2008-10-18 18:46:17 UTC
I found both properties in Build 200810130704 (userdir was copied from older build), so I could delete old version.
Maybe importer should transform this ?
Comment 5 ulfzibis 2008-10-18 18:47:10 UTC
Oops, I meant verified. ;-)
Comment 6 ulfzibis 2008-10-18 18:47:32 UTC
verified!