Skip to content

Releases: SirYwell/HandleHints

v0.3.1

14 Nov 19:22
e3c391b
Compare
Choose a tag to compare
  • Add FunctionDescriptor type analysis
  • Add MethodHandle#withVarargs type analysis
  • Add inspection and quick fix for redundant MethodHandles#dropReturn calls
  • Add inspection and quick fix for MethodHandles#constant calls that can be replaced by MethodHandles#zero calls
  • Add MethodHandle#asType type analysis, including inspections and quick fixes
  • Add MemoryLayout#byteOffsetHandle type analysis
  • Add inspection for void parameter types
  • Add Linker#downcallHandle type analysis
  • Improve MethodHandles#tryFinally type analysis

v0.3.0

13 Nov 17:48
e86af05
Compare
Choose a tag to compare
  • Add FunctionDescriptor type analysis
  • Add MethodHandle#withVarargs type analysis
  • Add inspection and quick fix for redundant MethodHandles#dropReturn calls
  • Add inspection and quick fix for MethodHandles#constant calls that can be replaced by MethodHandles#zero calls
  • Add MethodHandle#asType type analysis, including inspections and quick fixes
  • Add MemoryLayout#byteOffsetHandle type analysis
  • Add inspection for void parameter types
  • Add Linker#downcallHandle type analysis
  • Improve MethodHandles#tryFinally type analysis

v0.2.1

12 Aug 07:30
a59d85c
Compare
Choose a tag to compare

Fixed

  • Avoid usage of internal API for method icons

v0.2.0

11 Aug 08:06
5b8aae7
Compare
Choose a tag to compare

Added

  • Support a wide range of MemoryLayout related methods
  • Contribute type information as documentation on variables
  • Inspections for PaddingLayout and alignment issues
  • Support for methods with PathElement parameters
  • Contribute completions for methods with PathElement parameters

v0.1.0

25 Jun 12:36
deee3c2
Compare
Choose a tag to compare

Added