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 6359 - Explorer allowes to customize compiled objects.
Summary: Explorer allowes to customize compiled objects.
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-04-18 19:40 UTC by Jan Becicka
Modified: 2003-06-30 16:44 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 Jan Becicka 2000-04-18 19:40:49 UTC
Explorer allowes to customize compiled objects. E.g. user can add parameters into method in compiled .class files.
Comment 1 David Simonek 2000-07-04 16:18:59 UTC
The bug is in clazz module, customize action should not be present for clazz
files (actions in clazz data object need change, I think)
Comment 2 Marek Grummich 2000-07-25 09:07:59 UTC
Priority is changed to P4 (normal).
Comment 3 David Strupl 2000-08-17 09:15:59 UTC
The customizers for method etc. when invoked on clazz object should show
exceptions in nicer way (eg. notify 'this is readonly').
Comment 4 Svata Dedic 2000-08-17 09:23:59 UTC
Possible solution: a) disable / remove customize action from .class file nodes
b) annotate exceptions thrown from Clazz module with proper error messages.
While customizers offer a nice view to the class element properties, I would
retain the action and add the messages.
Comment 5 Svata Dedic 2001-01-15 14:34:59 UTC
Although the clazz module now properly reports the cause of not being able to
change some element's properties, I've disabled customizers for compiled objects
- to be exact all r/o nodes have their customizer disabled (hasCustomizer() ==
false), although, if asked, the node still return the proper customizer.
Comment 6 Jan Becicka 2001-02-02 13:30:59 UTC
[010201_1] Verified
Comment 7 Quality Engineering 2003-06-30 16:44:03 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.