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

Restore field names with f prefix. Fixes #960. #961

Merged
merged 1 commit into from
Jul 24, 2014

Conversation

stefanbirkner
Copy link
Contributor

The prefix has been removed by df00d5e,
because we changed the coding style. Unfortunately IntelliJ IDEA reads
ClassRequest.fTestClass and FilterRequest.fFilter via reflection. (See
http://grepcode.com/file/repository.grepcode.com/java/ext/com.jetbrains/intellij-idea/13.0.0/com/intellij/junit4/JUnit4IdeaTestRunner.java/ ) This makes it impossible to
start tests by using IntelliJ IDEA.

There is already an issue at JetBrains:
IDEA-127349 We can
revert the fix when this ticket is solved and most users are using an
IntelliJ version with the fix.

The prefix has been removed by df00d5e,
because we changed the coding style. Unfortunately IntelliJ IDEA reads
ClassRequest.fTestClass and FilterRequest.fFilter via reflection. (See
http://grepcode.com/file/repository.grepcode.com/java/ext/com.jetbrains/intellij-idea/13.0.0/com/intellij/junit4/JUnit4IdeaTestRunner.java/ ) This makes it impossible to
start tests by using IntelliJ IDEA.

There is already an issue at JetBrains:
[IDEA-127349 ](http://youtrack.jetbrains.com/issue/IDEA-127349) We can
revert the fix when this ticket is solved and most users are using an
IntelliJ version with the fix.
kcooney added a commit that referenced this pull request Jul 24, 2014
Restore field names with f prefix. Fixes #960.
@kcooney kcooney merged commit 74b11e0 into junit-team:master Jul 24, 2014
@stefanbirkner stefanbirkner added this to the 4.12 milestone Jul 24, 2014
@stefanbirkner stefanbirkner deleted the intellij branch July 24, 2014 21:17
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

2 participants