Searched refs:enclosingBlockPath (Results 1 – 1 of 1) sorted by relevance
1091 TreePath enclosingBlockPath; in checkForReadBeforeInit() local1093 enclosingBlockPath = NullabilityUtil.findEnclosingMethodOrLambdaOrInitializer(path); in checkForReadBeforeInit()1095 enclosingBlockPath = in checkForReadBeforeInit()1099 if (enclosingBlockPath == null) { in checkForReadBeforeInit()1104 && enclosingBlockPath.getLeaf().getKind().equals(Tree.Kind.ASSERT)) { in checkForReadBeforeInit()1107 if (!relevantInitializerMethodOrBlock(enclosingBlockPath, state)) { in checkForReadBeforeInit()1122 Tree enclosing = enclosingBlockPath.getLeaf(); in checkForReadBeforeInit()1137 castToNonNull(class2Entities.get(enclosingClassSymbol(enclosingBlockPath))); in checkForReadBeforeInit()1147 return checkPossibleUninitFieldRead(tree, state, symbol, path, enclosingBlockPath); in checkForReadBeforeInit()1150 private Symbol.ClassSymbol enclosingClassSymbol(TreePath enclosingBlockPath) { in enclosingClassSymbol() argument[all …]