Opened 15 years ago
Last modified 5 years ago
#5846 new defect
AssertionError when undoing PurgeCommand — at Version 4
| Reported by: | Upliner | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | purge undo command stack | Cc: | skyper |
Description (last modified by )
Steps to reproduce:
- Download some data
- Purge it without clearing undoredo
- Download the data again
- Undo the PurgeCommand
java.lang.AssertionError: Primitive {Node id=338367679 version=4 V lat=51.4074839,lon=31.2550692} was removed when purging, but is still there on undo
at org.openstreetmap.josm.command.PurgeCommand.undoCommand(PurgeCommand.java:137)
Change History (4)
comment:1 by , 15 years ago
| Description: | modified (diff) |
|---|---|
| Summary: | AssertionException when undoing PurgeCommand → AssertionError when undoing PurgeCommand |
comment:2 by , 15 years ago
comment:4 by , 14 years ago
| Cc: | added |
|---|---|
| Description: | modified (diff) |
Note:
See TracTickets
for help on using tickets.



I'd say the problem is not with the purge command, but the fact that "download data" does not show up in the command list.