-
Updated
May 24, 2022 - JavaScript
static-code-analysis
Here are 430 public repositories matching this topic...
-
Updated
May 24, 2022 - JavaScript
-
Updated
May 24, 2022 - OCaml
-
Updated
May 24, 2022 - Nunjucks
-
Updated
May 23, 2022 - Rust
-
Updated
May 24, 2022 - Java
Describe the bug
When producing a --junit-xml output, it show the stacktrace a a list of strings rather than a big strings. Maybe, it's only a "\n".join(...) away.
To Reproduce
--junit-xml :)
Expected behavior
The list of str should one str
Screenshots
 we already raise a consider-using-join. Sometime function that could be join instead are sneakier, for example:
result = ''
for number in ['1', '2', '3']:
result += f"{number}Affects PMD Version:
6.45.0
Description:
UseCollectionIsEmptyRule fails with NPE if:
- object under test is declared as re
Is your feature request related to a problem? Please describe.
When one is using the method "WriteString" of the type "strings::Builder" and does not handle the error it is flagged because all errors must be handled. However, This method never returns an error. Hence, it makes sense to ignore it (even by default).
The problem with revive is, that it does not allow to ignore methods with
This would allow for more localized suppressions. Say we have a method foo(Object o) in an annotated third-party library where o has no type annotation, but o really should be @Nullable, as foo() can handle being passed null as a parameter. In code checked by NullAway, say you write:
void bigMethod() {
...
foo(null); // NullAway reports an error
...
}I beli
[spotbugs] Running SpotBugs...
[spotbugs] Unexpected problem occured during version sanity check
[spotbugs] Reported exception:
[spotbugs] java.lang.AbstractMethodError: Receiver class org.slf4j.nop.NOPServiceProvider does not define or inherit an implementation of the resolved method 'abstract java.lang.String getRequesteApiVersion()' of interface org.slf4j.
-
Updated
May 16, 2022 - TypeScript
-
Updated
May 11, 2022 - Ruby
I wrote some of the code to do this in a branch https://github.com/python-security/pyt/compare/class_based_views, but since I'm working on other things and this feature seems cool and important I'm making this issue
Let me know if you would like any help in implementing.
-
Updated
May 9, 2022 - Python
-
Updated
May 20, 2022 - Go
-
Updated
May 20, 2022 - Ruby
-
Updated
May 16, 2022 - Go
Rubberduck version information
The info below can be copy-paste-completed from the first lines of Rubberduck's log or the About box:
Rubberduck version [Version 2.5.2.6030
OS: Microsoft Windows NT 10.0.22000.0, x64
Host Product: Microsoft Office x64
Host Version: 16.0.14701.20226
Host Executable: WINWORD.EXE
Description
Language inspection for assignment of LCase suggests usi
-
Updated
Mar 8, 2022 - Java
-
Updated
May 24, 2022 - Java
Improve this page
Add a description, image, and links to the static-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 static-code-analysis topic, visit your repo's landing page and select "manage topics."

There are some annoying warnings when building the documentation site: