Tagir Valeev
|
14255d2f89
|
Extract common parts from 'if'
GitOrigin-RevId: 60ebdfdb9588caf907ef111e3ed08e799c0a7d17
|
2019-07-25 10:03:44 +03:00 |
|
Tagir Valeev
|
eda6ab8d84
|
Fixed integer multiplication in long context
|
2019-01-17 16:49:34 +07:00 |
|
Tagir Valeev
|
6de5e9717c
|
Standard Charset object used; other warnings fixed
|
2018-10-08 15:12:01 +07:00 |
|
Tagir Valeev
|
32674967de
|
'Switch' statements with single case converted to 'if', other warnings fixed
|
2018-10-01 15:45:13 +07:00 |
|
Tagir Valeev
|
d42689b205
|
for -> foreach; generifying; other warning fixes
|
2018-09-05 20:19:50 +07:00 |
|
Tagir Valeev
|
7c8e64da81
|
StandardCharsets used where possible; try-with-resources used; cleanup
|
2018-03-14 16:03:32 +07:00 |
|
Tagir Valeev
|
6759c476ef
|
CleanUp: redundant String operation fixes applied
|
2018-03-01 13:13:39 +07:00 |
|
Tagir Valeev
|
023bb2462a
|
Unnecessary null check before instanceof removed
|
2018-01-10 13:26:21 +07:00 |
|
Tagir Valeev
|
7f63baab37
|
Collections.addAll applied; some more warnings fixed
|
2017-09-27 16:07:55 +07:00 |
|
Tagir Valeev
|
fdf34d9be2
|
DataPoint: useless check removed (already handled in previous branch)
|
2017-04-13 12:47:51 +07:00 |
|
Tagir Valeev
|
0912e3788c
|
IDEA-CR-13652 filter(Boolean::booleanValue).count() used
|
2016-09-09 14:51:12 +07:00 |
|
Tagir Valeev
|
bc728c9daf
|
Stream.sum() used (via StreamApiMigrationInspection); cleanup
|
2016-09-09 12:48:40 +07:00 |
|