Commit Graph
8 Commits
Author SHA1 Message Date
Yaroslav Lepenkin 9f82306ea5 Added possibility not to add FQN in javadocs if class was imported (IDEA-121121 ) [CR-IC-6907]
Now three options is available: use FQN always, never, or when not imported. Last is used by default.
Converted and moved boolean legacy setting from CommonCodeStyle settings into JavaCodeStyleSettings.
2014-12-02 12:14:01 +02:00
Anna Kozlova 657b346513 type migration: normalize declaration so it's possible to migrate separate parts (IDEA-132521) 2014-11-10 17:53:59 +01:00
Anna Kozlova ea5f88f40b EA-61165 - assert: CodeCompletionHandlerBase.checkNoWriteAccess 2014-10-02 20:03:38 +02:00
Anna Kozlova 0356ec8f29 ensure anonymous class signature corresponds base class signature
EA-60318 - AIOOBE: ChangeClassParametersIntention.invoke
2014-09-09 21:28:13 +04:00
Yann Cébron 8c22867949 TypeMigrationTest: clear PsiElementFactory instance 2014-08-28 17:20:24 +02:00
Anna Kozlova ff0cc376cb convert to atomic/thread local: array initializer aware (IDEA-128625) 2014-08-19 11:05:58 +04:00
Bas Leijdekkers 66c03b8f04 normalize field when converting to ThreadLocal or atomic 2014-08-12 12:47:42 +02:00
Anna Kozlova 5253ba2ac8 type migration: make part of platform 2014-07-14 15:33:14 +02:00