Skip to content

3.1.0 – Minor Enhancement and Bug Fixes

Compare
Choose a tag to compare
@CarstenWickner CarstenWickner released this 18 Jun 19:46

Changed

  • Use Class.getTypeName() instead of Class.getName() in TypeContext.getFullTypeDescription().

Added

  • In TypeContext.resolve(Type) also allow passing type parameters via TypeContext.resolve(Type, Type...).

Fixed

  • NullPointerException on MemberScope representing void methods.
  • IndexOutOfBoundsException when determining container item type of raw Collection.