-
Notifications
You must be signed in to change notification settings - Fork 300
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
Simple name of local class is wrong #216
Labels
Comments
rweisleder
added a commit
to rweisleder/ArchUnit
that referenced
this issue
Aug 20, 2019
rweisleder
added a commit
to rweisleder/ArchUnit
that referenced
this issue
Aug 20, 2019
Resolves TNG#216 Signed-off-by: Roland Weisleder <roland.weisleder@googlemail.com>
codecholeric
pushed a commit
to rweisleder/ArchUnit
that referenced
this issue
Aug 29, 2019
Resolves TNG#216 Signed-off-by: Roland Weisleder <roland.weisleder@googlemail.com>
codecholeric
added a commit
that referenced
this issue
Aug 31, 2019
Ensure correct simple name for local classes
codecholeric
pushed a commit
that referenced
this issue
Feb 21, 2021
Resolves #216 Signed-off-by: Roland Weisleder <roland.weisleder@googlemail.com>
codecholeric
added a commit
that referenced
this issue
Feb 21, 2021
Ensure correct simple name for local classes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test:
Output:
I would expect that the output of
javaClass.getSimpleName()
is alsoLocalClass
.The text was updated successfully, but these errors were encountered: