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

Rename leftover fields with f-prefix #1182

Closed
marcphilipp opened this issue Jul 9, 2015 · 1 comment
Closed

Rename leftover fields with f-prefix #1182

marcphilipp opened this issue Jul 9, 2015 · 1 comment

Comments

@marcphilipp
Copy link
Member

Due to serialization issues (see #976) we have decided not to rename certain fields in classes that implement Serializable. We should increment the serialVersionUID of those classes and rename the fields in 5.0.

Here's a list of classes:

  • ArrayComparisonFailure.java - junit/src/main/java/org/junit/internal
  • AssumptionViolatedException.java - junit/src/main/java/org/junit/internal
  • ComparisonFailure.java - junit/src/main/java/org/junit
  • Description.java - junit/src/main/java/org/junit/runner
  • Failure.java - junit/src/main/java/org/junit/runner/notification
  • InitializationError.java - junit/src/main/java/org/junit/internal/runners
  • InitializationError.java - junit/src/main/java/org/junit/runners/model
  • MaxHistory.java - junit/src/main/java/org/junit/experimental/max
  • MultipleFailureException.java - junit/src/main/java/org/junit/runners/model
@marcphilipp marcphilipp added this to the 5.0 milestone Jul 9, 2015
@marcphilipp marcphilipp removed this from the 5.0 milestone May 2, 2016
@kcooney
Copy link
Member

kcooney commented Jul 17, 2016

This would likely break people

@kcooney kcooney closed this as completed Jul 17, 2016
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

No branches or pull requests

2 participants