rollback change that broke the build - sorry! :)
This commit is contained in:
+1
-2
@@ -105,8 +105,7 @@ public class BasicExpressionTypingVisitor extends ExpressionTypingVisitor {
|
|||||||
}
|
}
|
||||||
// To report NO_CLASS_OBJECT when no namespace found
|
// To report NO_CLASS_OBJECT when no namespace found
|
||||||
if (classifier != null) {
|
if (classifier != null) {
|
||||||
// TODO is this really required? seems to break "Node.ELEMENT_NODE" expressions
|
context.trace.report(NO_CLASS_OBJECT.on(expression, classifier));
|
||||||
// context.trace.report(NO_CLASS_OBJECT.on(expression, classifier));
|
|
||||||
context.trace.record(REFERENCE_TARGET, expression, classifier);
|
context.trace.record(REFERENCE_TARGET, expression, classifier);
|
||||||
return classifier.getDefaultType();
|
return classifier.getDefaultType();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user