Changes between Initial Version and Version 1 of Ticket #16977, comment 8


Ignore:
Timestamp:
2020-07-20T07:07:59+02:00 (5 years ago)
Author:
GerdP

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16977, comment 8

    initial v1  
    11No idea if those rules improve performance. I wasn't so much interested in those specific rules when I opened the ticket.
    2 What bothered me was that the node selector criteria where evaluated even though the way selector could not match and I (wrongly) assumed that the evaluation would start with the way. Since we want one warning for each node we have to test the node, not the way. Else we could only produce a warning like "Even address interpolation has node with odd number" without being able to hilite the odd node.
     2What bothered me was that the node selector criteria were evaluated even though the way selector could not match and I (wrongly) assumed that the evaluation would start with the way. Since we want one warning for each node we have to test the node, not the way. Else we could only produce a warning like "Even address interpolation has node with odd number" without being able to hilite the odd node.