-
Updated
Nov 2, 2020 - Python
code-analysis
Here are 256 public repositories matching this topic...
-
Updated
Nov 7, 2020 - C
-
Updated
Nov 6, 2020 - Elixir
-
Updated
Nov 7, 2020 - Java
-
Updated
Jun 18, 2019 - JavaScript
-
Updated
Oct 3, 2020 - Python
-
Updated
Nov 2, 2020 - JavaScript
fainal
should be final
.
このクラスは, final と宣言されていますが,フィールドは protected と宣言されています。 クラスは fainal なので派生できません。protected の使用は紛らわしいです。 フィールドのためのアクセス修飾子は,フィールドの真の用途を表すため, private か public に変更すべきです。
I can't fix this, because I don't have permissions for adding fix on Read the D
-
Updated
Oct 24, 2020 - CSS
-
Updated
Nov 6, 2020 - C++
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
Sep 28, 2020 - Python
-
Updated
Oct 13, 2020 - Java
Spoon moved from travis.org to travis.com, but the badge for build status links to the old travis site. It should be an easy fix to use the correct new link. At the end of the post is a screenshot of it.
Problematic Badge
-
Updated
Nov 28, 2019 - PHP
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
Oct 18, 2020 - PHP
-
Updated
Nov 6, 2020
-
Updated
Jun 28, 2020 - C++
-
Updated
Oct 16, 2019 - PHP
-
Updated
Oct 2, 2020 - Kotlin
-
Updated
Oct 29, 2020 - TypeScript
-
Updated
Nov 6, 2020 - Scala
-
Updated
Oct 3, 2020 - Python
Backreferences referencing a (named) capture group declared after the reference always expand to an empty string. They are in fact forwardreferences.
/^\1(.)$/.test('aa'); // doesn't match
/^\k<name>(?<name>.)$/.test('a'); // matches only a single character
Related: #615
-
Updated
Sep 4, 2020 - JavaScript
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: JUnitAssertionsShouldIncludeMessage
Description:
From pmd/pmd#2871 (comment)
Code Sample demonstrating the issue:
https://chunk.io/pmd/fc7db65b2c6a46eca4c9a0c3012482e2/diff/spring-framewo