-
Updated
Nov 13, 2021 - Python
code-analysis
Here are 287 public repositories matching this topic...
-
Updated
Nov 15, 2021 - C
-
Updated
Nov 11, 2021 - Elixir
-
Updated
Nov 13, 2021 - Java
The Problem
With the new model-property
type and ModelPropertyRule
Larastan now has the ability to check the existence of model columns that are given to a method.
Adding the model-property
type to the Laravel's core methods are done with the help of PHPstan stubs. Some [examples](https://github.com/nunomaduro/larastan/blob/master/stubs/Elo
-
Updated
Jun 18, 2019 - JavaScript
-
Updated
Nov 5, 2021 - Python
-
Updated
Nov 12, 2021 - JavaScript
[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
Nov 12, 2021 - CSS
Description
BeanUtils is a library that is doing automatic mapping to Java object.
It can cause arm when the attack controls part of the list of properties being sets. BeanUtils does not blacklist properties like class, classloader or other objects that are likely to load arbitrary classes and possibly run code.
Code
import org.apache.commons.beanutils.BeanUtils;
public
-
Updated
Nov 15, 2021 - Python
-
Updated
Oct 12, 2021 - Python
FYI, activated static analysis by LGTM, out of curiosity
https://github.com/marketplace/lgtm
Will deactivate if annoying
-
Updated
Apr 26, 2021 - Java
-
Updated
Nov 6, 2021 - PHP
-
Updated
Nov 10, 2021
Environment data
VS Code version: 1.34.0
Extension version (available under the Extensions sidebar): 2019.4.12954
OS and version: Ubuntu 19.04
Python version (& distribution if applicable, e.g. Anaconda): 3.6
Type of virtual environment used: virtualenv
Problem
The type hints in the stub file for the current module aren't used for autocompletion.
I have a foo.pyi
file as
-
Updated
Nov 11, 2021 - PHP
-
Updated
Nov 15, 2021 - Scala
-
Updated
Nov 4, 2021 - TypeScript
-
Updated
Jan 17, 2021 - C++
-
Updated
Sep 1, 2021 - PHP
-
Updated
Oct 31, 2021 - Kotlin
-
Updated
May 6, 2021 - JavaScript
-
Updated
Jul 16, 2021 - Python
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."
Affects PMD Version: 6.30.0-SNAPSHOT
Rule: UselessOverridingMethod
Description:
From pmd/pmd#2871 (comment)
Note: There seems to be a difference when having the class in the auxclasspath or not (typeresolution).
Code Sample demonstrating the issue: