Kapt: Analyze sources again if the received analysis result is 'RetryWithAdditionalJavaRoots'. ->

Add additional Java roots to Java source roots and clear diagnostic messages before the next analysis round.
(cherry picked from commit 17ad807)
This commit is contained in:
Yan Zhulanow
2016-06-21 21:19:14 +03:00
committed by Yan Zhulanow
parent 884e653490
commit 84d62f37eb
12 changed files with 93 additions and 27 deletions
@@ -44,6 +44,11 @@ public abstract class AbstractModuleXmlParserTest extends TestCase {
throw new AssertionError(MessageRenderer.PLAIN_FULL_PATHS.render(severity, message, location));
}
@Override
public void clear() {
// Do nothing
}
@Override
public boolean hasErrors() {
throw new UnsupportedOperationException();