Commit Graph

11 Commits

Author SHA1 Message Date
Alexander Udalov d67e22b174 KT-2223 Comparing non-null value with null might produce helpful warning
#KT-2223 Fixed
2012-06-20 20:33:58 +04:00
Stepan Koltsov 8c8ed3a1ee KT-1388 Parse static final fields from java binary classes as non-null
#KT-1388 Fixed
2012-05-13 00:53:37 +04:00
Andrey Breslav 3808bff1ce GreatSyntacticShift: Checker test data fixed 2011-12-21 11:24:04 +02:00
Dmitry Jemerov a3f8a088be JetPsiCheckerTest and its testdata moved back to plugin tests 2011-10-27 18:44:39 +02:00
Dmitry Jemerov ec6dec0d37 separate compiler and plugin tests 2011-10-20 16:21:18 +02:00
Andrey Breslav 0c5eca16d5 if (a != null) return a // nullability info considered 2011-07-05 16:08:25 +04:00
Andrey Breslav 11c0d924a6 One more case for nullability: comparison to a non-null expression 2011-06-12 15:32:50 +04:00
Andrey Breslav c3854c939c Negations supported 2011-06-10 19:21:39 +04:00
Andrey Breslav 49b60c3af8 More cases for nullability analysis 2011-06-10 19:07:23 +04:00
Andrey Breslav 9d3abf782c Nullability analysis supported for a little more simple cases 2011-06-10 17:21:28 +04:00
Andrey Breslav 41322a8658 Nullability analysis supported for simple cases 2011-06-10 17:06:35 +04:00