Skip to content

Use action to install asdf #226

Use action to install asdf

Use action to install asdf #226

GitHub Actions / Qodana for JVM completed Jun 17, 2023 in 0s

3036 new problems found by Qodana for JVM

2340 new problems found

Name Severity Problems
Missorted modifiers 🔶 Warning 612
Unused declaration 🔶 Warning 589
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 47
Method always returns the same value 🔶 Warning 35
Hardcoded strings 🔶 Warning 29
C-style array declaration 🔶 Warning 28
Deprecated API usage 🔶 Warning 25
Unnecessary semicolon 🔶 Warning 21
@NotNull/@nullable problems 🔶 Warning 21
Method is identical to its super method 🔶 Warning 21
Declaration can have 'final' modifier 🔶 Warning 15
Can use bounded wildcard 🔶 Warning 9
Redundant 'throws' clause 🔶 Warning 8
Field may be 'final' 🔶 Warning 8
Raw use of parameterized class 🔶 Warning 3
Missing required 'lang' attribute 🔶 Warning 2
'final' method in 'final' class 🔶 Warning 2
Incorrect string capitalization 🔶 Warning 2
Unnecessary modifier 🔶 Warning 1
Explicit type can be replaced with '<>' 🔶 Warning 1
Lambda can be replaced with method reference 🔶 Warning 1
Unnecessary conversion to 'String' 🔶 Warning 1
'protected' member in 'final' class 🔶 Warning 1
Statement can be replaced with enhanced 'switch' 🔶 Warning 1
Duplicate branches in 'switch' ◽️ Notice 503

💡 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.0 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-231.8109.175-withsources Apache-2.0
copyright ideaic-ic-231.8109.175-withsources Apache-2.0
copyright ideaiu-iu-231.8109.175-withsources Apache-2.0
ideaic 2023.1 Apache-2.0
ideaiu 2023.1 Apache-2.0
java-coverage ideaiu-iu-231.8109.175-withsources Apache-2.0
java ideaic-ic-231.8109.175-withsources Apache-2.0
jflex 1.9.1 BSD-3-Clause
jsr305 3.0.2 Apache-2.0
platform-langinjection ideaic-ic-231.8109.175-withsources Apache-2.0
platform-langinjection ideaiu-iu-231.8109.175-withsources Apache-2.0
remoterun ideaiu-iu-231.8109.175-withsources Apache-2.0
terminal ideaic-ic-231.8109.175-withsources Apache-2.0
terminal ideaiu-iu-231.8109.175-withsources Apache-2.0
webdeployment ideaiu-iu-231.8109.175-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 37 in plugin/core/src/main/java/com/perl5/lang/perl/buildSystem/PerlBuildSystemHandler.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unnecessary modifier

Modifier `public` is redundant for interface members

Check warning on line 158 in plugin/perlbrew/src/main/java/com/perl5/lang/perl/idea/sdk/versionManager/perlbrew/PerlBrewAdapter.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Explicit type can be replaced with '<>'

Explicit type argument String can be replaced with \<\>

Check warning on line 17 in tt2/core/src/main/resources/inspectionDescriptions/TT2OrphanReply.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Missing required 'lang' attribute

Missing required 'lang' attribute

Check warning on line 17 in embedded/core/src/main/resources/fileTemplates/internal/Perl5 embedded.thtml.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Missing required 'lang' attribute

Missing required 'lang' attribute

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

Unnecessary semicolon

Unnecessary semicolon `;`

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

Unnecessary semicolon

Unnecessary semicolon `;`

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

Unnecessary semicolon

Unnecessary semicolon `;`

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

Unnecessary semicolon

Unnecessary semicolon `;`

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

Unnecessary semicolon

Unnecessary semicolon `;`

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

Unnecessary semicolon

Unnecessary semicolon `;`

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

Unnecessary semicolon

Unnecessary semicolon `;`

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

Unnecessary semicolon

Unnecessary semicolon `;`

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

Unnecessary semicolon

Unnecessary semicolon `;`

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

Unnecessary semicolon

Unnecessary semicolon `;`

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

Unnecessary semicolon

Unnecessary semicolon `;`

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

Unnecessary semicolon

Unnecessary semicolon `;`

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

Unnecessary semicolon

Unnecessary semicolon `;`

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

Unnecessary semicolon

Unnecessary semicolon `;`

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

Unnecessary semicolon

Unnecessary semicolon `;`

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

Unnecessary semicolon

Unnecessary semicolon `;`

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

Unnecessary semicolon

Unnecessary semicolon `;`

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

Unnecessary semicolon

Unnecessary semicolon `;`

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

Unnecessary semicolon

Unnecessary semicolon `;`

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

Unnecessary semicolon

Unnecessary semicolon `;`

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

Unnecessary semicolon

Unnecessary semicolon `;`