Releases: LiLittleCat/intellij-generate-all-getter-and-setter
Releases · LiLittleCat/intellij-generate-all-getter-and-setter
v1.0.12
12 May 07:14
Compare
Sorry, something went wrong.
No results found
Added
Added support for generating setter methods with chain style using .allsetc and with default value and chain style using .allsetcv #38
Added automatic code formatting after using .allget, .allset, .allsetv, .allsetc, and .allsetcv
新增
setter 链式调用 .allsetc, 带默认值的链式调用 .allsetcv #38
使用功能后自动格式化代码
v1.0.11
03 Apr 08:45
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed proper handling of generic types in .allget, .allset, and .allsetv #30
Fixed StringIndexOutOfBoundsException when class has method named set() or get() #35
Improved detection of class type parameters vs regular generic types
Added better warning messages for raw generic types
v1.0.10
04 Apr 01:14
Compare
Sorry, something went wrong.
No results found
Added
Support get final field when using .allget #22
Support get static field in .allget #27
v1.0.9
30 Mar 16:57
Compare
Sorry, something went wrong.
No results found
Added
Support for all future IDE builds #24
v1.0.8
02 Dec 08:44
Compare
Sorry, something went wrong.
No results found
v1.0.7
06 Oct 13:16
Compare
Sorry, something went wrong.
No results found
Add java.util.UUID default value in .allsetv
v1.0.6
13 Aug 04:44
Compare
Sorry, something went wrong.
No results found
Added
Support generate get methods include starts with 'is'
v1.0.5
05 Aug 07:39
Compare
Sorry, something went wrong.
No results found
v1.0.4
08 Jul 06:40
Compare
Sorry, something went wrong.
No results found
Fixed
Fix errors occur when using .allset
v1.0.3
27 Jun 06:05
Compare
Sorry, something went wrong.
No results found
Added
Support get and set parent classes‘ fields.
Support .allsetv for enum type fields.
Fixed
Fix static imports disappear.