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 89519 - Generic property sheet on *.java nodes
Summary: Generic property sheet on *.java nodes
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2006-11-17 00:41 UTC by Jesse Glick
Modified: 2007-01-17 10:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2006-11-17 00:41:35 UTC
The new .java data node is missing the special property sheet from pre-Retouche
days which had

- an encoding property

- classpath-related properties

- a name property which triggered refactoring when updated
Comment 1 Jan Lahoda 2006-12-11 15:20:48 UTC
I have returned back the classpath related properties and the "refactoring" name
property. Issue #42638 is probably a better solution for file encodings than the
encoding property.

Checking in Bundle.properties;
/cvs/java/source/src/org/netbeans/modules/java/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.3; previous revision: 1.2
done
Checking in JavaNode.java;
/cvs/java/source/src/org/netbeans/modules/java/JavaNode.java,v  <--  JavaNode.java
new revision: 1.5; previous revision: 1.4
done