Master:
# 1    Elipse: The serializable class does not declare a static final serialVersionUID field?                  
linlin
Online no
State
Grouping Member
Class class3
Score 94
Wealth 92
Posts 59
Login 23:53:16
All my classes in Elipse have this warning. What does it mean please?
Hits: 235, Date: 2010-03-06 05:45:22
[Agree] ( 5 ) [Against] ( 7 )

# 2    The warning is for version control                  
exp
Online no
State
Grouping Member
Class class4
Score 348
Wealth 219
Posts 269
Login 11:49:09
You may just ignore it if you don't want the version, or you can put @SuppressWarnings("serial") in a class declaration place, for example:
public @SuppressWarnings("serial") class BuilderManager extends JPanel implements ActionListener{}
Tags: Eclipse | jave
Hits: 234, Date: 2010-03-06 05:49:40
[Agree] ( 5 ) [Against] ( 7 )

1 - 2 [ 2]

Reply: Elipse: The serializable class does not declare a static final serialVersionUID field?

*First line:


More content:


Tags:



Hint: You cannot post here before loginLogin | Register

nothing