github typetools/checker-framework checker-framework-3.9.1
Checker Framework 3.9.1

latest releases: checker-framework-3.52.1, checker-framework-3.52.0, checker-framework-3.51.1...
4 years ago

Version 3.9.1, January 13, 2021

Implementation details:

Copied methods on TreePaths from class 'TreeUtilsto new classTreePathUtil`.
(The methods in TreePath will be deleted in the next release.)

  • TreeUtils.enclosingClass => TreePathUtil.enclosingClass
  • TreeUtils.enclosingMethod => TreePathUtil.enclosingMethod
  • TreeUtils.enclosingMethodOrLambda => TreePathUtil.enclosingMethodOrLambda
  • TreeUtils.enclosingNonParen => TreePathUtil.enclosingNonParen
  • TreeUtils.enclosingOfClass => TreePathUtil.enclosingOfClass
  • TreeUtils.enclosingOfKind => TreePathUtil.enclosingOfKind
  • TreeUtils.enclosingTopLevelBlock => TreePathUtil.enclosingTopLevelBlock
  • TreeUtils.enclosingVariable => TreePathUtil.enclosingVariable
  • TreeUtils.getAssignmentContext => TreePathUtil.getAssignmentContext
  • TreeUtils.inConstructor => TreePathUtil.inConstructor
  • TreeUtils.isTreeInStaticScope => TreePathUtil.isTreeInStaticScope
  • TreeUtils.pathTillClass => TreePathUtil.pathTillClass
  • TreeUtils.pathTillOfKind => TreePathUtil.pathTillOfKind

Closed issues:
#789, #3202, #4071, #4083, #4114, #4115.

Don't miss a new checker-framework release

NewReleases is sending notifications on new releases.