deepsourcestatus / test-repository

Avoid empty finalizers

CS-P1000
Performance
Critical
8 months ago 8 months old
Seen in 1 file
1

Unnecessary comprehension

PTC-W0016
Performance
Major
8 months ago 8 months old
Seen in 2 files
2

Use size instead of count

RB-PR1020
Performance
Major
8 months ago 8 months old
Seen in 1 file
1

Consider decorating method with @staticmethod

PYL-R0201
Performance
Major
8 months ago 8 months old
Seen in 2 files
3

Consider using in

PYL-R1714
Performance
Major
8 months ago 8 months old
Seen in 2 files
3

Boolean constructor is inefficient, consider using Boolean.valueOf instead

JAVA-P0066
Performance
Major
8 months ago 8 months old
Seen in 1 file
1

Integer/Long constructor is inefficient, use valueOf instead

JAVA-P0067
Performance
Major
8 months ago 8 months old
Seen in 1 file
1

Maps and Sets of URLs can be performance hogs

JAVA-P0057
Performance
Critical
8 months ago 8 months old
Seen in 2 files
4

Inefficient use of String constructor

JAVA-P0062
Performance
Major
8 months ago 8 months old
Seen in 1 file
1

Use "" instead of new String() to create empty strings

JAVA-P0063
Performance
Major
8 months ago 8 months old
Seen in 1 file
1

toString invoked on a string value is useless

JAVA-P0064
Performance
Major
8 months ago 8 months old
Seen in 1 file
1

Use of compute intensive function in loop condition

PHP-P1000
Performance
Critical
8 months ago 8 months old
Seen in 1 file
1

Use COPY instead of ADD for files and folders

DOK-DL3020
Performance
Major
8 months ago 8 months old
Seen in 1 file
1

Found unreachable code

JS-0025
Performance
Major
8 months ago 8 months old
Seen in 1 file
1

Avoid .bind() or local functions in JSX properties

JS-0417
Performance
Major
8 months ago 8 months old
Seen in 4 files
4

Avoid using setState in componentDidMount

JS-0442
Performance
Major
8 months ago 8 months old
Seen in 1 file
1

Prefer not to use words image, photo in image alt content

JS-0750
Performance
Minor
8 months ago 8 months old
Seen in 1 file
1

Non-interactive elements assigned mouse/keyboard event listeners

JS-0760
Performance
Minor
8 months ago 8 months old
Seen in 2 files
2

Duplicate polyfills from Polyfill.io

JS-P1002
Performance
Minor
8 months ago 8 months old
Seen in 1 file
1

Use module instead of command

ANS-E3003
Performance
Major
8 months ago 8 months old
Seen in 1 file
1

Consider filtering first and then sorting

SC-P1003
Performance
Major
8 months ago 8 months old
Seen in 1 file
1

Consider combining successive .filter() calls

SC-P1009
Performance
Major
8 months ago 8 months old
Seen in 1 file
1

Consider using f-strings

PYL-C0209
Performance
Minor
8 months ago 8 months old
Seen in 2 files
2

Consider using .TryGetValue to access elements in Dictionary

CS-P1005
Performance
Major
8 months ago 8 months old
Seen in 1 file
1

Do not compute the size of statically sized objects

RB-PR1010
Performance
Major
8 months ago 8 months old
Seen in 1 file
1