Skip to content

v0.3.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 19:22
· 5 commits to main since this release
e3c391b
  • 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