﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
23746	Filter makes JOSM crash	PanierAvide	PanierAvide	"Steps to reproduce :

* Launch JOSM
* Download data in certain area (around here https://www.openstreetmap.org/#map=15/48.3141/-1.9437 )
* Apply through the UI the following filtering rule (config from /home/user/.config/JOSM/preferences.xml)

{{{
    <map>
      <tag key='version' value='1'/>
      <tag key='text' value='landuse=* or ((type:way and closed) and (amenity=* or natural=* or leisure=*)) or new'/>
      <tag key='mode' value='replace'/>
      <tag key='enable' value='true'/>
      <tag key='hiding' value='false'/>
      <tag key='inverted' value='true'/>
    </map>
}}}

* Enjoy a plain JOSM crashing
* Restart JOSM
* Try to download any area
* Also crashes when downloading, as filter is still applied from previous session

Happens on tested and older versions from one month back. Under Manjaro Linux (rolling release), OpenJDK Runtime Environment 22.0."	defect	closed	normal		Core	tested	worksforme		
