The Wayback Machine - https://web.archive.org/web/20210213091615/https://github.com/topics/static-code-analysis
Skip to content
#

static-code-analysis

Here are 383 public repositories matching this topic...

vuryleo
vuryleo commented Nov 8, 2019

e.g.

# map.py
def func(a: int) -> float:
    return float(a)

map(func, ['str'])
$ pytype map.py
Computing dependencies
Analyzing 1 sources with 0 local dependencies
ninja: Entering directory `/[redacted]/.pytype'
ninja: no work to do.
Success: no errors found

while

$ mypy map.py
map.py:5: error: Argument 1 to "map" has incompatible type "Ca
larastan
majkaz
majkaz commented Nov 23, 2020

Rubberduck version information
Version 2.5.1.5557
OS: Microsoft Windows NT 10.0.14393.0, x64
Host Product: Microsoft Outlook x86
Host Version: 16.0.4266.1001
Host Executable: OUTLOOK.EXE

Description
The event procedures _Itemadd on some collections are marked as "Procedure not used"

To Reproduce
declare

Private WithEvents colCeka As Items
Private WithEvents colDraft

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.

Curate this topic

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."

Learn more