Changes between Initial Version and Version 1 of Ticket #20741, comment 5


Ignore:
Timestamp:
2021-04-13T10:07:30+02:00 (4 years ago)
Author:
gaben

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20741, comment 5

    initial v1  
    11Replying to [comment:1 taylor.smock]:
    22> Just out of curiosity, why did you change L816 in src/org/openstreetmap/josm/data/osm/search/SearchCompiler.java
    3 As Simon said, by default those reported by IntelliJ. The error is 'ignored' by inspections when the catch block is empty, example: [source:trunk/src/com/kitfox/svg/xml/XMLParseUtil.java#L359].
     3As Simon said, by default those reported by IntelliJ. An error is ''ignored'' by inspection definition when it's not used in the catch block, example: [source:trunk/src/com/kitfox/svg/xml/XMLParseUtil.java#L359].
    44
    55Replying to [comment:2 GerdP]: