Uses of Class
net.sourceforge.pmd.lang.java.types.internal.infer.ResolutionFailure
-
Packages that use ResolutionFailure Package Description net.sourceforge.pmd.lang.java.types.internal.infer -
-
Uses of ResolutionFailure in net.sourceforge.pmd.lang.java.types.internal.infer
Methods in net.sourceforge.pmd.lang.java.types.internal.infer that return types with arguments of type ResolutionFailure Modifier and Type Method Description Map<net.sourceforge.pmd.lang.java.types.internal.infer.MethodResolutionPhase,List<ResolutionFailure>>MethodCallSite. getResolutionFailures()Returns a list of error messages encountered during the inference.Methods in net.sourceforge.pmd.lang.java.types.internal.infer with parameters of type ResolutionFailure Modifier and Type Method Description default voidTypeInferenceLogger. logResolutionFail(ResolutionFailure exception)Log that the instantiation of the method type m for the given call site failed.voidTypeInferenceLogger.SimpleLogger. logResolutionFail(ResolutionFailure exception)voidTypeInferenceLogger.VerboseLogger. logResolutionFail(ResolutionFailure exception)
-