Skip to content

Releases: LiLittleCat/intellij-generate-all-getter-and-setter

v1.0.12

12 May 07:14
dd4322c

Choose a tag to compare

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
8a44ff8

Choose a tag to compare

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
7060928

Choose a tag to compare

Added

  • Support get final field when using .allget #22
  • Support get static field in .allget #27

v1.0.9

30 Mar 16:57
5514cdf

Choose a tag to compare

Added

  • Support for all future IDE builds #24

v1.0.8

02 Dec 08:44
393de71

Choose a tag to compare

Added

  • Support 2022.3

v1.0.7

06 Oct 13:16
4bc990a

Choose a tag to compare

  • Add java.util.UUID default value in .allsetv

v1.0.6

13 Aug 04:44
0d6bbcb

Choose a tag to compare

Added

  • Support generate get methods include starts with 'is'

v1.0.5

05 Aug 07:39

Choose a tag to compare

Added

  • Support 2022.2

v1.0.4

08 Jul 06:40

Choose a tag to compare

Fixed

  • Fix errors occur when using .allset

v1.0.3

27 Jun 06:05
de3b018

Choose a tag to compare

Added

  • Support get and set parent classes‘ fields.
  • Support .allsetv for enum type fields.

Fixed

  • Fix static imports disappear.