Changeset 18723 in josm for trunk/tools/spotbugs
- Timestamp:
- 2023-05-10T19:18:54+02:00 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/spotbugs/josm-filter.xml
r18339 r18723 57 57 </Match> 58 58 <Match> 59 <Class name="~jakarta.json.*" /> 60 </Match> 61 <Match> 59 62 <Class name="~javax.json.*" /> 60 63 </Match> … … 64 67 <Match> 65 68 <Class name="~org.apache.*" /> 69 </Match> 70 <Match> 71 <Class name="~org.eclipse.parsson.*" /> 66 72 </Match> 67 73 <Match>
Note:
See TracChangeset
for help on using the changeset viewer.