Changes between Initial Version and Version 1 of Ticket #20741, comment 5
- Timestamp:
- 2021-04-13T10:07:30+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20741, comment 5
initial v1 1 1 Replying to [comment:1 taylor.smock]: 2 2 > 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].3 As 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]. 4 4 5 5 Replying to [comment:2 GerdP]: