Skip to content

Bump org.jetbrains.intellij from 1.16.0 to 1.16.1

Sign in for the full log view
GitHub Actions / Qodana for JVM completed Dec 4, 2023 in 0s

3298 new problems found by Qodana for JVM

Qodana for JVM

2637 new problems were found

Inspection name Severity Problems
Usage of API marked for removal 🔴 Failure 14
Missorted modifiers 🔶 Warning 613
Unused declaration 🔶 Warning 596
Deprecated API usage 🔶 Warning 229
Missing '@Override' annotation 🔶 Warning 212
Method can be made 'void' 🔶 Warning 78
Check dependency licenses 🔶 Warning 64
Method parameter always has the same value 🔶 Warning 46
Method always returns the same value 🔶 Warning 38
Hardcoded strings 🔶 Warning 35
@NotNull/@Nullable problems 🔶 Warning 34
'size() == 0' can be replaced with 'isEmpty()' 🔶 Warning 27
Class is exposed outside of its visibility scope 🔶 Warning 25
Method is identical to its super method 🔶 Warning 21
Unnecessary semicolon 🔶 Warning 21
Declaration can have 'final' modifier 🔶 Warning 15
Can use bounded wildcard 🔶 Warning 14
Redundant 'throws' clause 🔶 Warning 11
Field may be 'final' 🔶 Warning 8
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
'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

Dependencies licenses

Third-party software list

This page lists the third-party software dependencies used in perl5

Dependency Version Licenses
annotations 24.0.1 Apache-2.0
ant-launcher 1.10.13 Apache-2.0
W3C-19980720
ant 1.10.13 Apache-2.0
W3C-19980720
clouds-docker-impl ideaiu-iu-232.8660.185-withsources Apache-2.0
copyright ideaic-ic-232.8660.185-withsources Apache-2.0
copyright ideaiu-iu-232.8660.185-withsources Apache-2.0
grammar-kit 2022.3.2 Apache-2.0
ideaic 2023.2 Apache-2.0
ideaiu 2023.2 Apache-2.0
java-coverage ideaiu-iu-232.8660.185-withsources Apache-2.0
java ideaic-ic-232.8660.185-withsources Apache-2.0
jflex 1.9.2 BSD-3-Clause
jsr305 3.0.2 Apache-2.0
kotlin-stdlib 1.9.21 Apache-2.0
platform-langinjection ideaic-ic-232.8660.185-withsources Apache-2.0
platform-langinjection ideaiu-iu-232.8660.185-withsources Apache-2.0
remoterun ideaiu-iu-232.8660.185-withsources Apache-2.0
terminal ideaic-ic-232.8660.185-withsources Apache-2.0
terminal ideaiu-iu-232.8660.185-withsources Apache-2.0
webdeployment ideaiu-iu-232.8660.185-withsources Apache-2.0
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

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 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 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 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

Check warning on line 49 in plugin/core/src/main/gen/com/perl5/lang/pod/lexer/PodLexerGenerated.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 51 in mason/htmlmason/core/src/main/java/com/perl5/lang/htmlmason/idea/configuration/HTMLMasonSettings.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Declaration can have 'final' modifier

Declaration can have final modifier

Check warning on line 224 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

Declaration can have 'final' modifier

Declaration can have final modifier

Check warning on line 52 in mason/htmlmason/core/src/main/java/com/perl5/lang/htmlmason/idea/configuration/HTMLMasonSettings.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Declaration can have 'final' modifier

Declaration can have final modifier

Check warning on line 11569 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

Declaration can have 'final' modifier

Declaration can have final modifier