Commit Graph

5 Commits

Author SHA1 Message Date
Bart van Helvert
8780aa8862 [java-intentions] Improve create property from usage preview
GitOrigin-RevId: 6e9389c6d8b88bfa91de6c658cfc51039bfeefca
2022-11-02 12:49:31 +00:00
Daniil Ovchinnikov
872ddb5d0e [jvm-lang] rename create getter/setter actions
- _Create Getter_ -> _Create read-only property 'foo' in 'Bar'_
- _Create Setter_ -> _Create write-only property 'foo' in 'Bar'_

Action names are now consistent with _Create property 'foo' in 'Bar'_.
2018-02-15 16:00:36 +03:00
Daniil Ovchinnikov
544ee7980f [jvm-lang] java: port _Create getter/setter from usage_ actions
- extract PropertyRenderer for reusing;
- make them work with type parameter guesser.
2018-02-13 01:15:09 +03:00
anna
f3f98b6f54 create property:both getter nad setter from usage (IDEA-73186); return cursor to the initial state 2012-07-12 21:01:39 +02:00
anna
5c430dd73a create getter from usage: return type fixed when field with name already exist 2010-07-26 11:56:35 +04:00