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 8253 - Property editing for classes- extends,implements.. not working as expected
Summary: Property editing for classes- extends,implements.. not working as expected
Status: CLOSED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: -FFJ-
Hardware: Sun Solaris
: P3 normal (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-11-07 19:56 UTC by pcmreddy
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

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 pcmreddy 2000-11-07 19:56:02 UTC
I was trying to edit proprties for a class,  The properties like extends,
implements and key should throw exception  as per the
expected behavior for which the edited values are invalid

example :

extends = obj
implements = singlethreadmodel
key = xxx

besides it saves the proprties when I click on save.
Comment 1 Svata Dedic 2000-11-08 07:58:59 UTC
Checking the syntax and/or semantic constraints in the property text is not
feasible. In fact, if I write code to check those constraints, I would write a
whole incremental compiler (the back-end is quite easy). To give an example
type-like property editor does not accept invalid strings, but does not check
for availability and visibility of the entered reference type. Field's initial
value is a *free text string*.
Comment 2 Jagadeswara Chary Kanaparthi 2000-11-14 20:30:59 UTC
Now with RC 1152,  I am unable extend a class in any manner, either throw
editing source file or throw property window.
Comment 3 Quality Engineering 2007-09-20 12:09:13 UTC
Reorganization of java component