Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

42 lines (29 loc) · 1.49 KB

HandleHints Changelog

  • 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

0.2.1 - 2024-08-12

Fixed

  • Avoid usage of internal API for method icons

0.2.0 - 2024-08-11

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

0.1.0 - 2024-06-25

Added