Changes between Initial Version and Version 1 of Ticket #10473


Ignore:
Timestamp:
2014-09-03T11:06:44+02:00 (10 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10473

    • Property Component CorePlugin simplifyArea
    • Property Owner changed from team to *Martin*
    • Property Summary error when trying to simplify roads using modified nevada.sbpNPE when trying to simplify roads using modified nevada.sbp
  • Ticket #10473 – Description

    initial v1  
    1 What steps will reproduce the problem?
    2  1.
    3  2.
    4  3.
    5 
    6 What is the expected result?
    7 
    8 What happens instead?
    9 
    10 Please provide any additional information below. Attach a screenshot if
    11 
    12 Repository Root: http://josm.openstreetmap.de/svn
    13 Build-Date: 2014-07-28 22:35:35
    14 Last Changed Author: Don-vip
    15 Revision: 7347
    16 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
    17 URL: http://josm.openstreetmap.de/svn/trunk
    18 Last Changed Date: 2014-07-29 00:32:15 +0200 (Tue, 29 Jul 2014)
    19 Last Changed Rev: 7347
    20 
    21 Identification: JOSM/1.5 (7347 en) Windows 7 64-Bit
    22 Memory Usage: 303 MB / 989 MB (109 MB allocated, but free)
    23 Java version: 1.7.0_67, Oracle Corporation, Java HotSpot(TM) Client VM
    24 VM arguments: [-Xms128m, -Xmx1024m]
    25 Dataset consistency test: No problems found
    26 
    27 Plugin: FastDraw (30416)
    28 Plugin: SimplifyArea (30416)
    29 Plugin: dataimport (30416)
    30 Plugin: geotools (30569)
    31 Plugin: jts (30416)
    32 Plugin: opendata (30508)
    33 Plugin: pbf (30495)
    34 Plugin: turnrestrictions (30454)
    35 Plugin: utilsplugin2 (30460)
    36 
    37 java.lang.NullPointerException
    38         at org.openstreetmap.josm.data.coor.LatLon.greatCircleDistance(LatLon.java:273)
    39         at sk.zdila.josm.plugin.simplify.SimplifyAreaAction.averageNearbyNodes(SimplifyAreaAction.java:252)
    40         at sk.zdila.josm.plugin.simplify.SimplifyAreaAction.actionPerformed(SimplifyAreaAction.java:180)
    41         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    42         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    43         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    44         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    45         at javax.swing.AbstractButton.doClick(Unknown Source)
    46         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
    47         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
    48         at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
    49         at java.awt.Component.processMouseEvent(Unknown Source)
    50         at javax.swing.JComponent.processMouseEvent(Unknown Source)
    51         at java.awt.Component.processEvent(Unknown Source)
    52         at java.awt.Container.processEvent(Unknown Source)
    53         at java.awt.Component.dispatchEventImpl(Unknown Source)
    54         at java.awt.Container.dispatchEventImpl(Unknown Source)
    55         at java.awt.Component.dispatchEvent(Unknown Source)
    56         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    57         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    58         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    59         at java.awt.Container.dispatchEventImpl(Unknown Source)
    60         at java.awt.Window.dispatchEventImpl(Unknown Source)
    61         at java.awt.Component.dispatchEvent(Unknown Source)
    62         at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    63         at java.awt.EventQueue.access$200(Unknown Source)
    64         at java.awt.EventQueue$3.run(Unknown Source)
    65         at java.awt.EventQueue$3.run(Unknown Source)
    66         at java.security.AccessController.doPrivileged(Native Method)
    67         at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    68         at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    69         at java.awt.EventQueue$4.run(Unknown Source)
    70         at java.awt.EventQueue$4.run(Unknown Source)
    71         at java.security.AccessController.doPrivileged(Native Method)
    72         at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    73         at java.awt.EventQueue.dispatchEvent(Unknown Source)
    74         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    75         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    76         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    77         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    78         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    79         at java.awt.EventDispatchThread.run(Unknown Source)
    80 
    81 possible.
    82 
    831{{{
    842Repository Root: http://josm.openstreetmap.de/svn