Modify ↓
Opened 8 years ago
Closed 8 years ago
#15991 closed defect (fixed)
NPE at TagDialog.incrementHouseNumber
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin HouseNumberTaggingTool | Version: | tested |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
What is the expected result?
What happens instead?
Please provide any additional information below. Attach a screenshot if possible.
URL:http://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2018-01-28 23:08:56 +0100 (Sun, 28 Jan 2018) Build-Date:2018-01-28 22:25:44 Revision:13367 Relative:URL: ^/trunk Identification: JOSM/1.5 (13367 ru) Windows 10 64-Bit OS Build number: Windows 10 Pro 1709 (16299) Memory Usage: 208 MB / 989 MB (35 MB allocated, but free) Java version: 1.8.0_161-b12, Oracle Corporation, Java HotSpot(TM) Client VM Screen: \Display0 1440x900 Maximum Screen Size: 1440x900 Dataset consistency test: No problems found Plugins: + HouseNumberTaggingTool (34070) + buildings_tools (34040) + imagery_offset_db (33774) + reverter (34036) + turnrestrictions (33780) Last errors/warnings: - W: No configuration settings found. Using hardcoded default values for all pools. - E: Handled by bug report queue: java.lang.NullPointerException - W: Внимание - <html>JOSM не может найти информацию о следующих модулях:<ul><li>imagery_offset_db</li><li>HouseNumberTaggingTool</li><li>buildings_tools</li><li>turnrestrictions</li><li>reverter</li></ul>Модули не загружаются с сервера.</html> - E: Handled by bug report queue: java.lang.NullPointerException - W: Внимание - <html>JOSM не может найти информацию о следующих модулях:<ul><li>imagery_offset_db</li><li>HouseNumberTaggingTool</li><li>buildings_tools</li><li>turnrestrictions</li><li>reverter</li></ul>Модули не загружаются с сервера.</html> === REPORTED CRASH DATA === BugReportExceptionHandler#handleException: No data collected. Warning issued by: BugReportExceptionHandler#handleException === STACK TRACE === Thread: AWT-EventQueue-0 (17) of main java.lang.NullPointerException at java.util.regex.Matcher.getTextLength(Unknown Source) at java.util.regex.Matcher.reset(Unknown Source) at java.util.regex.Matcher.<init>(Unknown Source) at java.util.regex.Pattern.matcher(Unknown Source) at org.openstreetmap.josm.plugins.housenumbertool.TagDialog.incrementHouseNumber(TagDialog.java:362) at org.openstreetmap.josm.plugins.housenumbertool.TagDialog.createContentPane(TagDialog.java:325) at org.openstreetmap.josm.plugins.housenumbertool.TagDialog.<init>(TagDialog.java:112) at org.openstreetmap.josm.plugins.housenumbertool.LaunchAction.launchEditor(LaunchAction.java:45) at org.openstreetmap.josm.plugins.housenumbertool.LaunchAction.actionPerformed(LaunchAction.java:51) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
Attachments (0)
Change History (2)
comment:1 by , 8 years ago
Component: | Core → Plugin HouseNumberTaggingTool |
---|---|
Owner: | changed from | to
Priority: | major → normal |
Summary: | JOSM cannot install modules. → NPE at TagDialog.incrementHouseNumber |
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in [o34074:34075].