Releases: SirYwell/HandleHints
Releases · SirYwell/HandleHints
v0.3.1
- 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 byMethodHandles#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
- 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 byMethodHandles#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
Fixed
- Avoid usage of internal API for method icons
v0.2.0
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
Added
- Modelling of
MethodType
,MethodHandle
,VarHandle
, as well as many related methods - Initial scaffold created from IntelliJ Platform Plugin Template