Skip to content

Hurricup/bugfixes2 #576

Hurricup/bugfixes2

Hurricup/bugfixes2 #576

GitHub Actions / Qodana for JVM completed Oct 26, 2024 in 0s

1322 new problems found by Qodana for JVM

Qodana for JVM

9 new problems were found

Inspection name Severity Problems
Method always returns the same value 🔶 Warning 4
A service can be converted to a light one 🔶 Warning 2
Unused declaration 🔶 Warning 2
Redundant 'throws' clause 🔶 Warning 1

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

Detected 11 dependencies

Third-party software list

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

Dependency Version Licenses
ant-launcher 1.10.13 Apache-2.0
W3C-19980720
ant 1.10.13 Apache-2.0
W3C-19980720
com.jetbrains.performanceplugin 242.20224.300+62 Apache-2.0
com.jetbrains.performanceplugin 242.20224.300+630 Apache-2.0
docker 2024.2+808 Apache-2.0
jflex 1.9.2 BSD-3-Clause
jsr305 3.0.2 Apache-2.0
tanvd.grazi 242.20224.300+518 Apache-2.0
LGPL-2.0-or-later
LGPL-2.1-only
MIT
tanvd.grazi 242.20224.300+822 Apache-2.0
LGPL-2.0-or-later
LGPL-2.1-only
MIT
testng-j 242.20224.300+3 MIT
testng-j 242.20224.300+337 MIT
Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 53 in plugin/core/src/main/java/com/perl5/lang/perl/idea/configuration/settings/PerlSharedSettings.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

A service can be converted to a light one

Service can be converted to a light service

Check warning on line 250 in plugin/src/main/resources/META-INF/plugin.xml

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

A service can be converted to a light one

Service can be converted to a light service

Check warning on line 174 in plugin/core/src/main/java/com/perl5/lang/perl/idea/sdk/host/PerlHostFileTransfer.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Redundant 'throws' clause

The declared exception `IOException` is never thrown in any method implementation

Check warning on line 27 in plugin/core/src/main/java/com/perl5/lang/perl/lexer/PerlLexerWithCustomStates.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Method always returns the same value

All implementations of method `getInitialCustomState()` always return `com.perl5.lang.tt2.lexer.TemplateToolkitLexerGenerated.LEX_HTML`

Check warning on line 54 in plugin/core/src/main/java/com/perl5/lang/perl/idea/livetemplates/AbstractOutlineLiveTemplateProcessor.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Method always returns the same value

All implementations of method `getOutlineMarker()` always return `% `

Check warning on line 82 in plugin/core/src/main/java/com/perl5/lang/perl/parser/elementTypes/PerlTwoQuotesQuoteLikeElementType.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Method always returns the same value

Method `checkAfterCloseQuote()` and all its overriding methods always return `true`

Check warning on line 41 in plugin/core/src/main/java/com/perl5/lang/perl/extensions/PerlCodeGenerator.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Method always returns the same value

All implementations of method `getMethodModifierCodeText()` always return `null`

Check warning on line 33 in plugin/intelliLang/src/main/java/com/perl5/lang/perl/intellilang/PerlInjectionPatterns.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused declaration

Method is never used.

Check warning on line 38 in plugin/core/src/main/java/com/perl5/lang/perl/idea/intellilang/PerlElementPatterns.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused declaration

All constructor usages are not reachable from the entry points.