Bug in InstanceOfPatternMatch
getting the variable name from the name of a nested class
#290
Labels
InstanceOfPatternMatch
getting the variable name from the name of a nested class
#290
What version of OpenRewrite are you using?
I am using the latest version at the time of this writing at commit 1ed9c44
How are you running OpenRewrite?
I am running the unit tests.
What is the smallest, simplest way to reproduce the problem?
Adding this unit test to
org.openrewrite.staticanalysis.InstanceOfPatternMatchTest.If
What did you expect to see?
What did you see instead?
What is the full stack trace of any errors you encountered?
Are you interested in contributing a fix to OpenRewrite?
There's a bug on this line
where
is missing the increment to go the next character after
.
The text was updated successfully, but these errors were encountered: