Revert. Different rules on the same node report separately
This commit is contained in:
parent
8d51a2f2a0
commit
b74b6e5a66
@ -68,8 +68,8 @@ class AstAttributeNode extends BaseNodeInfo implements SiblingCountingNode {
|
||||
|
||||
@Override
|
||||
public AtomicSequence atomize() {
|
||||
getTreeInfo().getLogger().recordUsageOf(attribute);
|
||||
if (value == null) {
|
||||
getTreeInfo().getLogger().recordUsageOf(attribute);
|
||||
value = DomainConversion.convert(attribute.getValue());
|
||||
}
|
||||
return value;
|
||||
|
Loading…
x
Reference in New Issue
Block a user