Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 17:48
e86af05
  • 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