Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop half-baked efforts to make things serializable #81 #85

Merged
merged 2 commits into from Dec 12, 2016
Merged

Conversation

ThrawnCA
Copy link
Contributor

@ThrawnCA ThrawnCA commented Dec 9, 2016

No description provided.

@@ -110,7 +109,7 @@
* @author David Hovemeyer
* @see BugAnnotation
*/
public class BugInstance implements Comparable<BugInstance>, XMLWriteable, Serializable, Cloneable {
public class BugInstance implements Comparable<BugInstance>, XMLWriteable, Cloneable {

private static final long serialVersionUID = 1L;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should drop the serialVersionUIDs too

@ThrawnCA
Copy link
Contributor Author

OK, I've removed the serialVersionUID from the class we changed. There are a bunch of other classes that define it but aren't Serializable; will get to them later.

@jsotuyod jsotuyod merged commit 6b5e6f0 into master Dec 12, 2016
@jsotuyod jsotuyod deleted the github-81 branch December 12, 2016 04:22
@jsotuyod
Copy link
Member

Awesome! Yeah, we should kill all those serialVersionUID and suppress SE_BAD_FIELD from gui components on a separate PR. Lots of dogfooding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants