Configure FunctionArgsAlignmentRule#14937
Conversation
| }; | ||
|
|
||
| Assert.assertEquals((long) (EXPECTED.length * 3), CompressionUtils.gunzip(inputStreamFactory, testFile).size()); | ||
| Assert.assertEquals(EXPECTED.length * 3, CompressionUtils.gunzip(inputStreamFactory, testFile).size()); |
Check warning
Code scanning / CodeQL
Result of multiplication cast to wider type
| return Range.range( | ||
| Long.parseLong(range.lowerEndpoint().getValue()), range.lowerBoundType(), | ||
| Long.parseLong(range.upperEndpoint().getValue()), range.upperBoundType() | ||
| Long.parseLong(range.lowerEndpoint().getValue()), |
Check notice
Code scanning / CodeQL
Missing catch of NumberFormatException
| Long.parseLong(range.upperEndpoint().getValue()), range.upperBoundType() | ||
| Long.parseLong(range.lowerEndpoint().getValue()), | ||
| range.lowerBoundType(), | ||
| Long.parseLong(range.upperEndpoint().getValue()), |
Check notice
Code scanning / CodeQL
Missing catch of NumberFormatException
|
This pull request has been marked as stale due to 60 days of inactivity. |
|
This pull request/issue has been closed due to lack of activity. If you think that |
Fixes #XXXX.
Description
Fixed the bug ...
Renamed the class ...
Added a forbidden-apis entry ...
Release note
Key changed/added classes in this PR
MyFooOurBarTheirBazThis PR has: