rollback change that broke the build - sorry! :)

This commit is contained in:
James Strachan
2012-05-31 10:30:54 +01:00
parent 57ffb91514
commit 8ebd632be9
@@ -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();
} }