New J2K: fix lost JavaMapForEachInspection in post-processing
This commit is contained in:
@@ -195,6 +195,7 @@ object NewJ2KPostProcessingRegistrar {
|
||||
registerGeneralInspectionBasedProcessing(RedundantSemicolonInspection()),
|
||||
registerIntentionBasedProcessing(RemoveEmptyClassBodyIntention()),
|
||||
registerIntentionBasedProcessing(RemoveRedundantCallsOfConversionMethodsIntention()),
|
||||
registerInspectionBasedProcessing(JavaMapForEachInspection()),
|
||||
|
||||
registerIntentionBasedProcessing(FoldIfToReturnIntention()) { it.then.isTrivialStatementBody() && it.`else`.isTrivialStatementBody() },
|
||||
registerIntentionBasedProcessing(FoldIfToReturnAsymmetricallyIntention()) {
|
||||
|
||||
Reference in New Issue
Block a user