mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
[java-inspection] LocalCanBeFinal: pattern variable support
IDEA-309250 GitOrigin-RevId: 649fa4e75d40c911fb24002396ba65542d1fc09d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d4208d9125
commit
8b5180c01f
@@ -277,6 +277,7 @@ inspection.local.can.be.final.option1=Report method parameters
|
||||
inspection.local.can.be.final.option2=Report catch parameters
|
||||
inspection.local.can.be.final.option3=Report foreach parameters
|
||||
inspection.local.can.be.final.option4=<html>Report variables which are implicitly final<br/>(multi-catch or try-with-resources parameters)</html>
|
||||
inspection.local.can.be.final.option5=Report pattern variables
|
||||
inspection.local.can.be.final.option=Report local variables
|
||||
inspection.module.exports.package.to.itself=Module exports/opens package to itself
|
||||
inspection.nullable.problems.NotNull.parameter.overrides.Nullable=Parameter annotated @{0} must not override @{1} parameter
|
||||
|
||||
Reference in New Issue
Block a user