Skip to content

JParseCode 0.22.0

Compare
Choose a tag to compare
@TeamworkGuy2 TeamworkGuy2 released this 19 Apr 02:47
· 3 commits to master since this release

Removed

  • ProjectClassSet resolveSimpleName() in favor of moving the two lines of code to the single calling location

Fixed

  • C# full type name resolution fixed to resolve against the parent namespaces the class resides in (affects types in class signatures, method signatures, and fields)
  • Java class signature parsing fixed to support both extends and implements in the same signature implements (can't believe I overlooked this and didn't have a unit test)