Skip to content
Snippets Groups Projects
Commit 2057a16a authored by Johannes Mey's avatar Johannes Mey
Browse files

ignore only linkage, not system

parent ed53744f
Branches
No related tags found
No related merge requests found
......@@ -236,8 +236,8 @@ public class ErisMQuATBuilder {
for (ERISContainer erisContainer : erisModel.getErisContainers()) {
for (ERISAttribute attribute : erisContainer.getAttributeList()) {
// TODO check if system attributes really can be ignored
if (attribute.isSystem()) continue;
// ignore linkage attributes
if (attribute.isLinkage()) continue;
// ignore attribute if all stats are zero
ERISAttributeStatistics stats = attribute.getStatistics();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment