Skip to content

Bump org.jetbrains.intellij from 1.17.2 to 1.17.3 #444

Bump org.jetbrains.intellij from 1.17.2 to 1.17.3

Bump org.jetbrains.intellij from 1.17.2 to 1.17.3 #444

GitHub Actions / Qodana for JVM completed Apr 1, 2024 in 0s

3384 new problems found by Qodana for JVM

Qodana for JVM

2726 new problems were found

Inspection name Severity Problems
Usage of API marked for removal 🔴 Failure 24
Missorted modifiers 🔶 Warning 613
Unused declaration 🔶 Warning 596
Deprecated API usage 🔶 Warning 244
Missing '@Override' annotation 🔶 Warning 212
Method can be made 'void' 🔶 Warning 78
Check dependency licenses 🔶 Warning 75
Method parameter always has the same value 🔶 Warning 46
Method always returns the same value 🔶 Warning 38
@NotNull/@Nullable problems 🔶 Warning 36
Hardcoded strings 🔶 Warning 35
'size() == 0' can be replaced with 'isEmpty()' 🔶 Warning 27
Class is exposed outside of its visibility scope 🔶 Warning 25
Static initialization in extension point implementations 🔶 Warning 25
Method is identical to its super method 🔶 Warning 21
Unnecessary semicolon 🔶 Warning 21
Can use bounded wildcard 🔶 Warning 19
Declaration can have 'final' modifier 🔶 Warning 16
Non-platform TokenSet declared in ParserDefinition 🔶 Warning 16
Redundant 'throws' clause 🔶 Warning 13
Field may be 'final' 🔶 Warning 9
C-style array declaration 🔶 Warning 7
'final' method in 'final' class 🔶 Warning 3
Raw use of parameterized class 🔶 Warning 3
Incorrect string capitalization 🔶 Warning 2
Missing required 'lang' attribute 🔶 Warning 2
A service can be converted to a light one 🔶 Warning 2
Statement lambda can be replaced with expression lambda 🔶 Warning 1
Explicit type can be replaced with '<>' 🔶 Warning 1
Lambda can be replaced with method reference 🔶 Warning 1
Plugin.xml dynamic plugin verification 🔶 Warning 1
'protected' member in 'final' class 🔶 Warning 1
Unnecessary conversion to 'String' 🔶 Warning 1
Unnecessary modifier 🔶 Warning 1
Duplicate branches in 'switch' ◽️ Notice 505
Method can be extracted ◽️ Notice 5
Immutable collection creation can be replaced with collection factory call ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 166 in plugin/src/test/java/run/PerlProfilerTest.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? extends Pair`

Check warning on line 166 in plugin/src/test/java/run/PerlProfilerTest.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? extends Pair`

Check warning on line 161 in mason/mason2/core/src/main/java/com/perl5/lang/mason2/idea/vfs/MasonVirtualFileListener.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? extends VirtualFile`

Check warning on line 468 in mason/htmlmason/core/src/main/java/com/perl5/lang/htmlmason/parser/psi/impl/HTMLMasonFileImpl.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? super HTMLMasonMethodDefinition`

Check warning on line 33 in mason/htmlmason/core/src/main/java/com/perl5/lang/htmlmason/filetypes/HTMLMasonFileTypeProvider.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? super VirtualFile`

Check warning on line 214 in mason/htmlmason/core/src/main/java/com/perl5/lang/htmlmason/parser/psi/impl/HTMLMasonFileImpl.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? super VirtualFile`

Check warning on line 143 in plugin/cpanminus/src/main/java/com/perl5/lang/perl/cpanminus/runAnything/PerlCpanminusRunAnythingProvider.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? extends CommandElement`

Check warning on line 71 in plugin/debugger/src/main/java/com/perl5/lang/perl/debugger/run/run/debugger/PerlDebuggerProgramRunner.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? super RunContentDescriptor`

Check warning on line 369 in plugin/cpanminus/src/main/java/com/perl5/lang/perl/cpanminus/runAnything/PerlCpanminusRunAnythingProvider.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? super String`

Check warning on line 369 in plugin/cpanminus/src/main/java/com/perl5/lang/perl/cpanminus/runAnything/PerlCpanminusRunAnythingProvider.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? super OptionDescriptor`

Check warning on line 400 in plugin/cpanminus/src/main/java/com/perl5/lang/perl/cpanminus/runAnything/PerlCpanminusRunAnythingProvider.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? super String`

Check warning on line 31 in tt2/core/src/main/java/com/perl5/lang/tt2/filetypes/TemplateToolkitFileTypeProvider.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? super VirtualFile`

Check warning on line 47 in plugin/core/src/main/java/com/perl5/lang/perl/idea/run/run/PerlRunProgramRunner.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? super RunContentDescriptor`

Check warning on line 76 in mason/framework/src/main/java/com/perl5/lang/htmlmason/MasonCoreUtil.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? super PerlVariableDeclarationElement`

Check warning on line 73 in plugin/coverage/src/main/java/com/perl5/lang/perl/coverage/PerlCoverageProgramRunner.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? super RunContentDescriptor`

Check warning on line 77 in mason/framework/src/main/java/com/perl5/lang/htmlmason/MasonCoreUtil.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? extends VariableDescription`

Check warning on line 167 in plugin/core/src/main/java/com/perl5/lang/perl/parser/moose/psi/impl/PerlMooseAttributeHandler.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? extends PsiElement`

Check warning on line 128 in plugin/cpanminus/src/main/java/com/perl5/lang/perl/cpanminus/runAnything/PerlCpanminusRunAnythingProvider.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? extends CommandElement`

Check warning on line 212 in mason/htmlmason/core/src/main/java/com/perl5/lang/htmlmason/parser/psi/impl/HTMLMasonFileImpl.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? super HTMLMasonFileImpl`

Check warning on line 37 in mojo/core/src/main/gen/com/perl5/lang/mojolicious/lexer/MojoliciousLexer.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

C-style array declaration

Field `ZZ_LEXSTATE` has C-style array type declaration

Check warning on line 175 in plugin/core/src/main/gen/com/perl5/lang/perl/lexer/PerlLexer.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

C-style array declaration

Field `ZZ_LEXSTATE` has C-style array type declaration

Check warning on line 35 in tt2/core/src/main/gen/com/perl5/lang/tt2/lexer/TemplateToolkitLexerGenerated.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

C-style array declaration

Field `ZZ_LEXSTATE` has C-style array type declaration

Check warning on line 31 in embedded/core/src/main/gen/com/perl5/lang/embedded/lexer/EmbeddedPerlLexer.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

C-style array declaration

Field `ZZ_LEXSTATE` has C-style array type declaration

Check warning on line 64 in mason/htmlmason/core/src/main/gen/com/perl5/lang/htmlmason/lexer/HTMLMasonLexer.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

C-style array declaration

Field `ZZ_LEXSTATE` has C-style array type declaration

Check warning on line 50 in mason/mason2/core/src/main/gen/com/perl5/lang/mason2/lexer/Mason2TemplatingLexer.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

C-style array declaration

Field `ZZ_LEXSTATE` has C-style array type declaration