Skip to content

Build 243.15521.24 #555

Build 243.15521.24

Build 243.15521.24 #555

GitHub Actions / Qodana for JVM completed Sep 23, 2024 in 0s

3690 new problems found by Qodana for JVM

Qodana for JVM

3115 new problems were found

Inspection name Severity Problems
Usage of API marked for removal 🔴 Failure 28
Unused declaration 🔶 Warning 749
Missorted modifiers 🔶 Warning 613
Deprecated API usage 🔶 Warning 259
Missing '@Override' annotation 🔶 Warning 252
Live templates i18n 🔶 Warning 159
Method parameter always has the same value 🔶 Warning 87
Method can be made 'void' 🔶 Warning 79
Hardcoded strings 🔶 Warning 47
Method always returns the same value 🔶 Warning 45
@NotNull/@Nullable problems 🔶 Warning 34
Can use bounded wildcard 🔶 Warning 28
'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
Unnecessary semicolon 🔶 Warning 21
Declaration can have 'final' modifier 🔶 Warning 16
Non-platform TokenSet declared in ParserDefinition 🔶 Warning 16
'@RunWith' annotation already exists in a parent class 🔶 Warning 15
Redundant 'throws' clause 🔶 Warning 13
Field may be 'final' 🔶 Warning 9
C-style array declaration 🔶 Warning 7
'final' method in 'final' class 🔶 Warning 3
Missing required 'lang' attribute 🔶 Warning 3
Raw use of parameterized class 🔶 Warning 3
Incorrect string capitalization 🔶 Warning 2
A service can be converted to a light one 🔶 Warning 2
Explicit type can be replaced with '<>' 🔶 Warning 1
Lambda can be replaced with method reference 🔶 Warning 1
Copy of existing static method body 🔶 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 510
Link with unencrypted protocol ◽️ Notice 14
Non-distinguishable logging calls ◽️ Notice 8
Method can be extracted ◽️ Notice 5
Class can be record class ◽️ Notice 2
Immutable collection creation can be replaced with collection factory call ◽️ Notice 2

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

Detected 14 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 243.15521.24+439 Apache-2.0
com.jetbrains.performanceplugin 243.15521.24+52 Apache-2.0
docker 243.15521.24-eap-snapshot+185 Apache-2.0
grammar-kit 2022.3.2 Apache-2.0
jflex 1.9.2 BSD-3-Clause
jsr305 3.0.2 Apache-2.0
junit 243.15521.24+486 EPL-1.0
junit 243.15521.24+909 EPL-1.0
tanvd.grazi 243.15521.24+620 Apache-2.0
LGPL-2.0-or-later
LGPL-2.1-only
MIT
tanvd.grazi 243.15521.24+977 Apache-2.0
LGPL-2.0-or-later
LGPL-2.1-only
MIT
testng-j 243.15521.24+439 MIT
testng-j 243.15521.24+500 MIT
Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? super PerlHostData<?, ?>`

Check warning on line 95 in plugin/core/src/main/java/com/perl5/lang/perl/psi/light/PerlLightSubDefinitionElement.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? extends List<PerlSubArgument>`

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 1531 in plugin/src/testFixtures/java/base/PerlLightTestCaseBase.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? extends Pair<Grouper, Group>`

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 1117 in plugin/src/testFixtures/java/base/PerlLightTestCaseBase.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? extends Pair<Integer, String>`

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 78 in plugin/core/src/main/java/com/perl5/lang/perl/idea/sdk/host/PerlHostHandler.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? super PerlHostData<?, ?>`

Check warning on line 1095 in plugin/src/testFixtures/java/base/PerlLightTestCaseBase.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? super Pair<Integer, 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 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 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<ExecutionEnvironment, RunContentDescriptor>`

Check warning on line 65 in plugin/core/src/main/java/com/perl5/lang/perl/psi/stubs/PerlStubSerializationUtil.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? extends List<String>`

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 268 in plugin/core/src/main/java/com/perl5/lang/perl/idea/refactoring/introduce/PerlIntroduceVariableHandler.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? super SmartPsiElementPointer<PsiElement>`

Check warning on line 65 in plugin/core/src/main/java/com/perl5/lang/perl/idea/project/PerlDirectoryIndex.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Can use bounded wildcard

Can generalize to `? extends List<VirtualFile>`

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<Executor, PerlProfilerConfigurationState>`

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`