Commit Graph
7 Commits
Author SHA1 Message Date
Tagir Valeev cf64d92692 AddJavadocIntention: disable at field initializers
Add JavaDoc was available at initializer in some rare cases, e.g. "String foo = b<caret>ar;" (initializer is a simple reference), which was inconsistent and confusing (will the action add JavaDoc to "foo" or to "bar"?
2018-07-06 13:58:47 +07:00
Rustam Vishnyakov aba4573d3d IDEA-180882 Code formatting doesn't remove invalid/empty Javadoc tags 2018-06-28 22:05:58 +03:00
Dmitry Batkovich c3bc554410 add javadoc intention: fix for multiple field declaration IDEA-177456 2017-08-11 16:01:23 +03:00
Dmitry Batkovich 87b68598cb add javadoc intention should be unavailable if javadoc already exists IDEA-174275 2017-06-14 17:11:07 +03:00
Dmitry Batkovich a9d1a227ad add javadoc intention: do not handle type parameter as comment owner IDEA-169732 2017-03-20 12:41:05 +03:00
Anna.Kozlova 88b453aad4 ensure add javadoc intention is available after identifier (IDEA-165956) 2016-12-28 14:20:06 +01:00
Dmitry Batkovich 6a73a7151e IDEA-108141 reused code of FixDocCommentAction 2014-06-03 15:06:11 +04:00