New J2K: Add RemoveRedundantCallsOfConversionMethodsIntention post processing
This commit is contained in:
committed by
Ilya Kirillov
parent
e4c15c3fb9
commit
11f4df8173
@@ -115,6 +115,7 @@ object NewJ2KPostProcessingRegistrarImpl : J2KPostProcessingRegistrar {
|
||||
registerIntentionBasedProcessing(FoldInitializerAndIfToElvisIntention()),
|
||||
registerGeneralInspectionBasedProcessing(RedundantSemicolonInspection()),
|
||||
registerIntentionBasedProcessing(RemoveEmptyClassBodyIntention()),
|
||||
registerIntentionBasedProcessing(RemoveRedundantCallsOfConversionMethodsIntention()),
|
||||
|
||||
registerIntentionBasedProcessing(FoldIfToReturnIntention()) { it.then.isTrivialStatementBody() && it.`else`.isTrivialStatementBody() },
|
||||
registerIntentionBasedProcessing(FoldIfToReturnAsymmetricallyIntention()) {
|
||||
|
||||
Reference in New Issue
Block a user