code-analysis
Here are 35 public repositories matching this topic...
Affects PMD Version:
All.
Rule:
ImmutableField
Description:
"Identifies private fields whose values never change once object initialization ends either in the declaration of the field or by a constructor. This helps in converting existing classes to becoming immutable ones."
Immutability, by defini
Inspired by comment spotbugs/spotbugs#797 (comment) on #797
implement a new detector which finds faulty regex patterns.
The detector should find faulty regexes in standard library methods
Pattern.compile(String regex)
Pattern.compile(String regex, int flags)
String.replaceFirst(String regex, String replacement)
String.replaceAll(String regex, String re
-
Updated
May 19, 2020 - Java
-
Updated
Jun 4, 2020 - Java
-
Updated
Nov 5, 2019 - Java
Add more unit test
Expected Behavior
Each class should have it's own unit test
Actual Behavior
Not every class has it's own unit test
Steps to Reproduce the Problem
- Look at the sources in
src/main/java - Look for the same source file in
src/test/javawithTestappended to its name
Specifications
- n/a
Add more JavaDoc
-
Updated
Jun 1, 2020 - Java
When projects are very large, you might not want to enable automatic building or perform a full build on your project just to CheckStyle a single file you're working on.
With this preference enabled, saving the active document triggers a CheckStyle on it regardless of build settings. The result is you can rapidly re-check and fix CheckStyle issues rather than use the menu commands over and ove
-
Updated
May 27, 2020 - Java
-
Updated
Jun 10, 2020 - Java
-
Updated
Jun 8, 2020 - Java
-
Updated
Feb 21, 2017 - Java
-
Updated
Feb 18, 2018 - Java
Rx Lifecycle issues.
-
Updated
May 14, 2020 - Java
-
Updated
Jun 20, 2019 - Java
-
Updated
Mar 11, 2020 - Java
-
Updated
Feb 7, 2017 - Java
-
Updated
Mar 21, 2020 - Java
-
Updated
May 1, 2020 - Java
-
Updated
Apr 15, 2020 - Java
-
Updated
Sep 29, 2017 - Java
-
Updated
Jun 30, 2017 - Java
-
Updated
Sep 23, 2019 - Java
-
Updated
Apr 10, 2018 - Java
-
Updated
Feb 23, 2020 - Java
Improve this page
Add a description, image, and links to the code-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the code-analysis topic, visit your repo's landing page and select "manage topics."
My presumption is that there should be a way to do this automatically as part of the release process.
I'm not 100% how best to achieve this, so before running with it I'd like to open it out for discussion.
To start things off, this SO question has a few answers/suggestions.
One suggestio