Changes between Initial Version and Version 1 of Ticket #18223


Ignore:
Timestamp:
2019-10-13T14:43:30+02:00 (5 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18223

    • Property Cc GerdP added
    • Property Component CoreCore validator
    • Property Keywords ignore added
  • Ticket #18223 – Description

    initial v1  
    22After validation you get two "Way end node near other way" warnings. When you ignore the first, you get in preferences an ignorelist like:
    33{{{
     4#!xml
    45      <tag key='1351:n_6871910559:w_733713588' value='Way end node near other way'/>
    56}}}
    67First strange observation: instead of one line in the "Validator ignore List Management", I get two, which I could separatly treat with "don't ignore". The result looks like:
    78{{{
     9#!xml
    810      <tag key='1351:w_733713588' value='Way end node near other way'/>
    911}}}
     
    1214When I ignore both warnings, It's confusing, that they are all show together in the Validator ignore List Management". In the preferences I get the same picture:
    1315{{{
     16#!xml
    1417      <tag key='1351:n_2449148994:w_236955234:n_6871910559:w_733713588' value='Way end node near other way'/>
    1518}}}
     
    1720Instead I would expect two rules (one for each warning) like;
    1821{{{
     22#!xml
    1923      <tag key='1351:n_2449148994:w_236955234' value='Way end node near other way'/>
    2024      <tag key='1351:n_6871910559:w_733713588' value='Way end node near other way'/>
     
    2428But when I add a third ignore rule, I get again only one key (which dosn't work):
    2529{{{
     30#!xml
    2631      <tag key='1351:n_2449148994:w_236955234:n_6871910559:w_724754869:n_6871910559:w_733713588' value='Way end node near other way'/>
    2732}}}
    2833where node n_6871910559 is included twice in one key. Instead I would expect
    2934{{{
     35#!xml
    3036      <tag key='1351:n_2449148994:w_236955234' value='Way end node near other way'/>
    3137      <tag key='1351:n_6871910559:w_724754869' value='Way end node near other way'/>