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 19847 - Classes without serialVersionUID
Summary: Classes without serialVersionUID
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-28 16:43 UTC by Milan Kubec
Modified: 2007-09-26 09:14 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 Milan Kubec 2002-01-28 16:43:44 UTC
org.netbeans.modules.java.imptool.NodeTableModel
org.netbeans.modules.java.model.ImportElement
org.netbeans.modules.java.model.FieldElementImpl
org.netbeans.modules.java.model.ElementImpl
org.netbeans.modules.java.model.MethodElementImpl
org.netbeans.modules.java.model.CallableImpl
org.netbeans.modules.java.model.ConstructorElementImpl
org.netbeans.modules.java.model.InitializerElementImpl
org.netbeans.modules.java.model.ClassElementImpl
org.netbeans.modules.java.model.ImportImpl
org.netbeans.modules.java.model.SourceElementImpl
org.netbeans.modules.java.model.JavaDocImpl$Class
org.netbeans.modules.java.model.JavaDocImpl$Field
org.netbeans.modules.java.model.JavaDocImpl$Method
org.netbeans.modules.java.model.JavaDocImpl
org.netbeans.modules.java.parser.SourceImplProxy
org.netbeans.modules.java.tools.OverrideAction
org.netbeans.modules.java.ui.actions.NavigateAction
org.netbeans.modules.java.ui.actions.SyncMainExplorerAction 
org.netbeans.modules.java.ui.wizard.JavaPackageIterator
org.netbeans.modules.java.ui.NavigationView$RootL
org.netbeans.modules.java.IndentFileEntry

Please verify that these classes doesn't need serialVersionUID.
Comment 1 Tomas Hurka 2002-01-31 09:19:24 UTC
org.netbeans.modules.java.imptool.NodeTableModel was removed, it is no
longer used
Comment 2 Svata Dedic 2002-02-22 08:03:30 UTC
Generated SVUIDs for *Impl classes and the SourceImplProxy.
ImportElement and the non-model classes don't need one.
Comment 3 Milan Kubec 2002-10-17 10:43:10 UTC
Closing.