cedric
02/17/2017, 6:19 PMudalov
AnalyzerWithCompilerReport.Companion.reportDiagnostics and what is the `hasIncompatibleClassErrors`‘s value there?udalov
cedric
02/17/2017, 6:21 PMfalsecedric
02/17/2017, 6:21 PMtrue onecedric
02/17/2017, 6:22 PMudalov
reportDiagnostics which returns ReportDiagnosticsResult — is hasIncompatibleClassErrors true there? If yes, this means, there’s at least one other relevant diagnostic (INCOMPATIBLE_CLASS / PRE_RELEASE_CLASS), need to find out why is it not reportedcedric
02/17/2017, 6:30 PMudalov
cedric
02/17/2017, 6:40 PMfalse. The next one it was true and had that. But either way, I don’t see any code that will display the class that is out of date, isn’t that simply the problem?udalov
udalov
diagnostic.isValid on the PRE_RELEASE_CLASS diagnostic you’ve posted on a screenshot above?udalov
diagnostic.isValid returns false, and so the PRE_RELEASE_CLASS diagnostic is not reported, but its existence is incorrectly taken into account and then the master error is reportedcedric
02/17/2017, 6:55 PMcedric
02/17/2017, 6:56 PM