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

Summary: Classes without serialVersionUID
Product: java Reporter: Milan Kubec <mkubec>
Component: UnsupportedAssignee: issues@java <issues>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.