﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12060	delete of large numbers of selections (like all highways, all landuse ) fails	fiberhood	team	"==== What steps will reproduce the problem?
1. 
2. 
3. 

==== What is the expected result?

==== What happens instead?

==== Please provide any additional information below. Attach a screenshot if possible.

{{{
Revision: 8969
Repository Root: http://josm.openstreetmap.de/svn
Relative URL: ^/trunk
Last Changed Author: Don-vip
Last Changed Date: 2015-10-29 22:15:23 +0100 (Thu, 29 Oct 2015)
Build-Date: 2015-10-30 02:32:24
URL: http://josm.openstreetmap.de/svn/trunk
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last Changed Rev: 8969

Identification: JOSM/1.5 (8969 en) Mac OS X 10.7.5
Memory Usage: 472 MB / 910 MB (137 MB allocated, but free)
Java version: 1.8.0_60, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
VM arguments: [-Djava.library.path=/Volumes/D026/JOSM.app/Contents/MacOS, -DLibraryDirectory=/Users/merik/Library, -DDocumentsDirectory=/Users/merik/Documents, -DApplicationSupportDirectory=/Users/merik/Library/Application Support, -DCachesDirectory=/Users/merik/Library/Caches, -DSandboxEnabled=false, -Dapple.laf.useScreenMenuBar=true, -Dcom.apple.macos.use-file-dialog-packages=true, -Dcom.apple.macos.useScreenMenuBar=true, -Dcom.apple.mrj.application.apple.menu.about.name=JOSM, -Dcom.apple.smallTabs=true]
Dataset consistency test: No problems found

Plugins:
- DxfImport (1006)
- PicLayer (31694)
- apache-commons (31718)
- geotools (31603)
- graphview (31694)
- jts (31603)
- log4j (31603)
- measurement (31694)
- opendata (31695)
- pbf (31694)
- pdfimport (31694)
- routing (31694)
- utilsplugin2 (31694)

Last errors/warnings:
- W: Failed to load Mappaint styles from '/Users/merik/Desktop/Estimate/elemstyles.mapcss'. Exception was: java.io.FileNotFoundException: /Users/merik/Desktop/Estimate/elemstyles.mapcss (No such file or directory)
- E: java.io.FileNotFoundException: /Users/merik/Desktop/Estimate/elemstyles.mapcss (No such file or directory)
- E: java.nio.file.NoSuchFileException: /Users/merik/Desktop/Estimate
- W: Initializing map style /Users/merik/Desktop/Estimate/elemstyles.mapcss completed in 6 ms (1 errors)
- E: java.lang.NullPointerException

java.lang.NullPointerException
	at org.openstreetmap.josm.data.osm.Node.isOutsideDownloadArea(Node.java:388)
	at org.openstreetmap.josm.data.osm.Way.isOutsideDownloadArea(Way.java:763)
	at org.openstreetmap.josm.command.Command.checkAndConfirmOutlyingOperation(Command.java:270)
	at org.openstreetmap.josm.command.DeleteCommand.checkAndConfirmOutlyingDelete(DeleteCommand.java:480)
	at org.openstreetmap.josm.command.DeleteCommand.delete(DeleteCommand.java:384)
	at org.openstreetmap.josm.command.DeleteCommand.delete(DeleteCommand.java:347)
	at org.openstreetmap.josm.actions.mapmode.DeleteAction.doActionPerformed(DeleteAction.java:143)
	at org.openstreetmap.josm.actions.DeleteAction.actionPerformed(DeleteAction.java:34)
	at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1663)
	at javax.swing.JComponent.processKeyBinding(JComponent.java:2882)
	at javax.swing.KeyboardManager.fireBinding(KeyboardManager.java:307)
	at javax.swing.KeyboardManager.fireKeyboardAction(KeyboardManager.java:263)
	at javax.swing.JComponent.processKeyBindingsForAllComponents(JComponent.java:2974)
	at javax.swing.JComponent.processKeyBindings(JComponent.java:2966)
	at javax.swing.JComponent.processKeyEvent(JComponent.java:2845)
	at java.awt.Component.processEvent(Component.java:6312)
	at java.awt.Container.processEvent(Container.java:2236)
	at java.awt.Component.dispatchEventImpl(Component.java:4891)
	at java.awt.Container.dispatchEventImpl(Container.java:2294)
	at java.awt.Component.dispatchEvent(Component.java:4713)
	at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1954)
	at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:806)
	at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1074)
	at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:945)
	at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:771)
	at java.awt.Component.dispatchEventImpl(Component.java:4762)
	at java.awt.Container.dispatchEventImpl(Container.java:2294)
	at java.awt.Window.dispatchEventImpl(Window.java:2750)
	at java.awt.Component.dispatchEvent(Component.java:4713)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
	at java.awt.EventQueue.access$500(EventQueue.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:709)
	at java.awt.EventQueue$3.run(EventQueue.java:703)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
	at java.awt.EventQueue$4.run(EventQueue.java:731)
	at java.awt.EventQueue$4.run(EventQueue.java:729)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

}}}
"	defect	closed	normal	15.11	Core		fixed	template_report	
