This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e742af54448147d61d94dea330162ebefe358ebf
kotlin-fork
/
idea
/
testData
/
inspectionsLocal
/
replaceNegatedIsEmptyWithIsNotEmpty
T
History
Enterman
d09b20f11d
Inspection to replace !string.isBlank() with string.isNotBlank()
...
#KT-40769 Fixed
2020-09-03 14:20:35 +02:00
..
.inspection
…
notNegateBlank.kt
Inspection to replace !string.isBlank() with string.isNotBlank()
2020-09-03 14:20:35 +02:00
notNegateEmpty.kt
Inspection to replace !string.isBlank() with string.isNotBlank()
2020-09-03 14:20:35 +02:00
simple.kt
…
simple.kt.after
…
stringIsBlank.kt
Inspection to replace !string.isBlank() with string.isNotBlank()
2020-09-03 14:20:35 +02:00
stringIsBlank.kt.after
Inspection to replace !string.isBlank() with string.isNotBlank()
2020-09-03 14:20:35 +02:00
stringIsEmpty.kt
…
stringIsEmpty.kt.after
…
stringIsNotBlank.kt
Inspection to replace !string.isBlank() with string.isNotBlank()
2020-09-03 14:20:35 +02:00
stringIsNotBlank.kt.after
Inspection to replace !string.isBlank() with string.isNotBlank()
2020-09-03 14:20:35 +02:00
stringIsNotEmpty.kt
…
stringIsNotEmpty.kt.after
…