IDE-109: Implement collapseable scripts and composite bricks#5196
IDE-109: Implement collapseable scripts and composite bricks#5196harshsomankar123-tech wants to merge 2 commits into
20 new alerts
New alerts in code changed by this pull request
- 20 warnings
See annotations below for details.
Annotations
Code scanning / detekt
Detects unused imports Warning
Code scanning / detekt
Unused Imports are dead code and should be removed. Warning
Code scanning / detekt
Excessive nesting leads to hidden complexity. Prefer extracting code to make it easier to understand. Warning
Code scanning / detekt
Detects trailing spaces Warning
Code scanning / detekt
Whitespaces at the end of a line are unnecessary and can be removed. Warning
Code scanning / detekt
The loop contains more than one break or continue statement. The code should be refactored to increase readability. Warning
Code scanning / detekt
Report magic numbers. Magic number is a numeric literal that is not defined as a constant and hence it's unclear what the purpose of this number is. It's better to declare such numbers as constants and give them a proper name. By default, -1, 0, 1, and 2 are not considered to be magic numbers. Warning
Code scanning / detekt
Detects trailing spaces Warning
Code scanning / detekt
Whitespaces at the end of a line are unnecessary and can be removed. Warning
Code scanning / detekt
Detects trailing spaces Warning
Code scanning / detekt
Whitespaces at the end of a line are unnecessary and can be removed. Warning
Code scanning / detekt
Report magic numbers. Magic number is a numeric literal that is not defined as a constant and hence it's unclear what the purpose of this number is. It's better to declare such numbers as constants and give them a proper name. By default, -1, 0, 1, and 2 are not considered to be magic numbers. Warning
Code scanning / detekt
One method should have one responsibility. Long methods tend to handle many things at once. Prefer smaller methods to make them easier to understand. Warning
Code scanning / detekt
Excessive nesting leads to hidden complexity. Prefer extracting code to make it easier to understand. Warning
Code scanning / detekt
Report magic numbers. Magic number is a numeric literal that is not defined as a constant and hence it's unclear what the purpose of this number is. It's better to declare such numbers as constants and give them a proper name. By default, -1, 0, 1, and 2 are not considered to be magic numbers. Warning
Code scanning / detekt
Report magic numbers. Magic number is a numeric literal that is not defined as a constant and hence it's unclear what the purpose of this number is. It's better to declare such numbers as constants and give them a proper name. By default, -1, 0, 1, and 2 are not considered to be magic numbers. Warning
Code scanning / detekt
Report magic numbers. Magic number is a numeric literal that is not defined as a constant and hence it's unclear what the purpose of this number is. It's better to declare such numbers as constants and give them a proper name. By default, -1, 0, 1, and 2 are not considered to be magic numbers. Warning
Code scanning / detekt
Report magic numbers. Magic number is a numeric literal that is not defined as a constant and hence it's unclear what the purpose of this number is. It's better to declare such numbers as constants and give them a proper name. By default, -1, 0, 1, and 2 are not considered to be magic numbers. Warning
Code scanning / detekt
Report magic numbers. Magic number is a numeric literal that is not defined as a constant and hence it's unclear what the purpose of this number is. It's better to declare such numbers as constants and give them a proper name. By default, -1, 0, 1, and 2 are not considered to be magic numbers. Warning
Code scanning / detekt
Private function is unused and should be removed. Warning