Picowchew
|
fb9a20325f
|
Fix typos in 'variable' and 'initial'
GitOrigin-RevId: a0ebc0930bea4dcfa9386adddee5e872e05c0a8e
|
2023-08-07 15:44:22 +00:00 |
|
Anna.Kozlova
|
5328c5fa2c
|
final field initialization: don't treat anonymous args as inner classes (IDEA-168651)
|
2017-03-06 10:28:45 +01:00 |
|
Anna.Kozlova
|
7356d1d8c3
|
used variable before static initializer (IDEA-166270)
|
2017-01-09 18:15:16 +01:00 |
|
Anna.Kozlova
|
5732b8fb81
|
ensure static fields/static initializers are evaluated before instance fields (IDEA-165084)
|
2016-12-07 11:18:47 +01:00 |
|
Pavel Dolgov
|
cb2dfeb368
|
Java control flow: Fixed false positive for definite assignment in finally block (IDEA-64488)
|
2016-08-01 20:19:49 +03:00 |
|
Pavel Dolgov
|
2be74e8c45
|
Java control flow: Added conditional branch that bypasses assert statement because assertions can be disabled (IDEA-71526)
|
2016-07-22 14:58:35 +03:00 |
|
Alexey Kudravtsev
|
db48c64473
|
use mockJdk18 by default in LightCodeInsightTestCase; remove dependency on swing/net classes in some tests
|
2016-07-20 15:47:18 +03:00 |
|
Anna Kozlova
|
14f91eb65f
|
final field initialization: class initializers (IDEA-130312)
|
2014-10-30 18:41:03 +01:00 |
|
Anna Kozlova
|
35005bc88e
|
IDEA-125947 not initialized final field should not be raised on any refs from inner classes
|
2014-06-05 16:05:47 +04:00 |
|
Alexey Kudravtsev
|
c7b78f76a2
|
IDEA-120784 "Class is public should be declared in a file named <Classname>.java" for inner interface
|
2014-02-18 13:55:52 +04:00 |
|
anna
|
17fbe75287
|
not initialized problem: fix static fields checks
|
2013-11-04 11:06:17 +01:00 |
|
anna
|
18ee2d80f1
|
forbid references on final fields from another ones (IDEA-100237)
|
2013-10-22 21:02:23 +02:00 |
|
anna
|
7bf6e776a3
|
warn about usages of final fields in another fields even if they appear after constructor where it would be definitely assigned (IDEA-114280)
|
2013-10-02 19:01:46 +02:00 |
|
Bas Leijdekkers
|
816cc8a140
|
IDEA-93515 (Good code red: variable might not have been initialized)
|
2013-09-10 20:08:37 +02:00 |
|
Alexey Kudravtsev
|
735a9d17a8
|
java highlighting tests moved to community
|
2010-06-25 12:46:38 +04:00 |
|