code-analysis
Here are 250 public repositories matching this topic...
-
Updated
Sep 6, 2020 - C
-
Updated
Aug 30, 2020 - Elixir
-
Updated
Sep 5, 2020 - Java
-
Updated
Jun 18, 2019 - JavaScript
Affects PMD Version: 6.26.0
Description:
When an enum switch is exhaustive, there is no reason it should have the default case.
I added this custom rule to prevent that occurence:
<rule name="Exhaustive-
Updated
Aug 31, 2020 - JavaScript
How can i run findsecbugs rules in spotbugs?
Am i right?
./spotbugs -textui -pluginList /Users/xxx/Downloads/findsecbugs-plugin-1.11.0-SNAPSHOT.jar -home . -low -output ./aaa -progress -train ./bbb -sourcepath ~/Downloads/codez/test/My-Blog/ -debug -noClassOk -progress -auxclasspath ~/Downloads/codez/test/My-Blog/target/ -choosePlugins edu.umd.cs.findbugs.plugins.core
-
Updated
Aug 29, 2020 - C++
-
Updated
Sep 5, 2020 - CSS
-
Updated
Sep 6, 2020 - Jupyter Notebook
-
Updated
Aug 14, 2020 - Java
-
Updated
Nov 28, 2019 - PHP
-
Updated
Aug 30, 2018 - JavaScript
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
Aug 5, 2020 - PHP
-
Updated
Jun 28, 2020 - C++
-
Updated
Oct 16, 2019 - PHP
-
Updated
Sep 3, 2020
-
Updated
Aug 16, 2020 - Kotlin
-
Updated
Jul 17, 2020 - TypeScript
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 characterRelated: #615
-
Updated
Sep 6, 2020 - JavaScript
-
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."
Issue Prelude
Please complete these steps and check these boxes (by putting an
xinsidethe brackets) before filing your issue:
[Frequently Asked Questions][faq]