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 31954 - [Override Methods] overriding of java.io.Serializable doesn't work correctly
Summary: [Override Methods] overriding of java.io.Serializable doesn't work correctly
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-12 16:19 UTC by pzajac
Modified: 2007-09-19 17:13 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 pzajac 2003-03-12 16:19:31 UTC
java.io.Serializable is not standard interface
because you cannot write its implementation. There
will be pretty to show methods readObject
writeObject  
in override methods dialog if class implements
java.is.Serialiazable.