This website requires JavaScript.
Explore
Help
Register
Sign In
jlengrand
/
kotlin
Watch
1
Star
0
Fork
0
You've already forked kotlin
mirror of
https://github.com/jlengrand/kotlin.git
synced
2026-05-11 08:31:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fe7b7fb0bda88760abd22fe137b9ba052d8ee8a5
kotlin
/
idea
/
testData
/
quickfix
/
surroundWithNullCheck
History
Mikhail Glukhikh
6f4ae2585b
Fix "surround with null check": place check correctly for unsafe call
...
So #KT-16928 Fixed
2017-03-24 16:19:32 +03:00
..
argumentNullable.kt
Surround with null check : applicable also for TYPE_MISMATCH
2016-06-13 15:56:41 +03:00
argumentNullable.kt.after
Surround with null check : applicable also for TYPE_MISMATCH
2016-06-13 15:56:41 +03:00
chainedUnsafeCall.kt
…
expressionUnsafeCall.kt
…
infixUnsafeCall.kt
…
infixUnsafeCall.kt.after
…
invokeFuncUnsafe.kt
…
invokeFuncUnsafe.kt.after
…
invokeUnsafe.kt
…
invokeUnsafe.kt.after
…
iteratorUnsafe.kt
…
iteratorUnsafe.kt.after
…
nullableInCondition.kt
Surround with null check for unsafe things: find first parent statement to surround (which is not used as expression) #KT-13958 Fixed
2016-10-25 17:57:32 +03:00
nullableInCondition.kt.after
Surround with null check for unsafe things: find first parent statement to surround (which is not used as expression) #KT-13958 Fixed
2016-10-25 17:57:32 +03:00
objectNestedQualifiers.kt
Fix "surround with null check": place check correctly for unsafe call
2017-03-24 16:19:32 +03:00
objectNestedQualifiers.kt.after
Fix "surround with null check": place check correctly for unsafe call
2017-03-24 16:19:32 +03:00
objectQualifier.kt
KT-13262 related: surround with null check is applicable now also for qualified calls with argument type mismatch
2016-08-01 12:24:49 +03:00
objectQualifier.kt.after
KT-13262 related: surround with null check is applicable now also for qualified calls with argument type mismatch
2016-08-01 12:24:49 +03:00
simpleUnsafeCall.kt
…
simpleUnsafeCall.kt.after
…
unsafeCallInBinary.kt
…
unsafeCallInBinary.kt.after
…
unsafeCallInDeclaration.kt
…
unsafeCallInGetter.kt
…
unsafeCallInsideAnonymous.kt
Surround with null check for unsafe things: find first parent statement to surround (which is not used as expression) #KT-13958 Fixed
2016-10-25 17:57:32 +03:00
unsafeCallInsideAnonymous.kt.after
Surround with null check for unsafe things: find first parent statement to surround (which is not used as expression) #KT-13958 Fixed
2016-10-25 17:57:32 +03:00
unsafeCallInsideIf.kt
…
unsafeCallInsideIf.kt.after
…
unsafeCallInsideWhen.kt
…
unsafeCallInsideWhen.kt.after
…
unsafeCallInsideWhile.kt
…
unsafeCallInsideWhile.kt.after
…
unstableValue.kt
…