Skip to content

v1.0.0

Compare
Choose a tag to compare
@jzbrooks jzbrooks released this 14 Sep 14:15
· 39 commits to master since this release

Added

  • Inspection for duplicate service member names, field names, enum, and error values
  • Intention to add [validate] to enum declarations
  • Live Templates for validation attributes
    • svalid: [validate(regex: $REGEX$, length: $RANGE$)]
    • nvalid: [validate(value: $RANGE$)]
    • cvalid: [validate(count: $RANGE$)]
  • Intention to add the appropriate validate template (or just [validate] when enum-typed) fields
  • Inspection for duplicate attributes
  • Inspection for [validate] uses
  • Intention to split a single attribute list into multiple attribute lists
  • Intention to combine multiple attribute lists into a single attribute list
  • File template for service definitions
  • Inspection for unused data and enum definitions
  • Suppress inspections with quickfix or //noinspection <inspectionid>

Fixed

  • Code folding for method, enum, and error bodies