Home
last modified time | relevance | path

Searched refs:constructorInvokesAnother (Results 1 – 1 of 1) sorted by relevance

/external/nullaway/nullaway/src/main/java/com/uber/nullaway/
DNullAway.java876 if (isConstructor(methodTree) && !constructorInvokesAnother(methodTree, state)) { in relevantInitializerMethodOrBlock()
1597 if (constructorInvokesAnother(constructor, state)) { in checkConstructorInitialization()
1636 private boolean constructorInvokesAnother(MethodTree constructor, VisitorState state) { in constructorInvokesAnother() method in NullAway