HttpSecurityLambdaDslReconciler
marks more than required
#1141
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: validation
type: bug
Milestone
AuthorizeHttpRequestsConfigurer
from the method declaration signature is marked. However, it is unlikely needed to be marked. The rewrite recipe seem to only be doing something if there a method call onHttpSecurity
detected that could be convrted to the new DSL format. Otherwise the code isn't changed which results in the exception on the IDE side since the edit is empty.Need to fix either:
HttpSecurityLambdaDsl
fromrewrite-spring
should also replace types not only in the context of method invocationsThe text was updated successfully, but these errors were encountered: