Modify ↓
Opened 6 years ago
Closed 6 years ago
#17374 closed defect (duplicate)
Wrong internal validation rule
Reported by: | naoliv | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | |
Keywords: | Cc: |
Description
Somewhere there is a wrong internal rule (I've disabled all my local rules to test) in JOSM:
2019-02-23 15:50:28.090 SEVERE: Skipping to the next rule, because of an error: 2019-02-23 15:50:28.092 SEVERE: org.openstreetmap.josm.gui.mappaint.mapcss.parsergen.ParseException: Encountered " "[" "[ "" at line 121, column 9. Was expecting one of: <IDENT> ... "," ... <S> ... "*" ... ">" ... "<" ... "+" ... "\u2208" ... "\u29c9" ... "/*" ... org.openstreetmap.josm.gui.mappaint.mapcss.parsergen.ParseException: Encountered " "[" "[ "" at line 121, column 9. Was expecting one of: <IDENT> ... "," ... <S> ... "*" ... ">" ... "<" ... "+" ... "\u2208" ... "\u29c9" ... "/*" ... at org.openstreetmap.josm.gui.mappaint.mapcss.parsergen.MapCSSParser.error_skipto(MapCSSParser.java:2160) at org.openstreetmap.josm.gui.mappaint.mapcss.parsergen.MapCSSParser.sheet(MapCSSParser.java:896) at org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker$TagCheck.readMapCSS(MapCSSTagChecker.java:533) at org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.addMapCSS(MapCSSTagChecker.java:930) at org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.initialize(MapCSSTagChecker.java:959) at org.openstreetmap.josm.data.validation.OsmValidator.initializeTests(OsmValidator.java:401) at org.openstreetmap.josm.data.validation.OsmValidator.initializeTests(OsmValidator.java:384) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834)
JOSM:
Relative:URL: ^/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2019-02-22 23:02:35 +0100 (Fri, 22 Feb 2019) Revision:14798 Build-Date:2019-02-23 11:33:09 URL:https://josm.openstreetmap.de/svn/trunk Identification: JOSM/1.5 (14798 en) Linux Debian GNU/Linux buster/sid Memory Usage: 314 MB / 2048 MB (165 MB allocated, but free) Java version: 11.0.2+9-Debian-3, Oracle Corporation, OpenJDK 64-Bit Server VM Screen: :0.0 1920x1080 Maximum Screen Size: 1920x1080 Java package: openjdk-11-jre:amd64-11.0.2+9-3 Java ATK Wrapper package: libatk-wrapper-java:all-0.33.3-21 VM arguments: [-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2, -Dawt.useSystemAAFontSettings=gasp] Program arguments: [--language=en] Dataset consistency test: No problems found Plugins: + EasyPresets (1537621333) + OpeningHoursEditor (34867) + SimplifyArea (34867) + apache-commons (34506) + buildings_tools (34867) + download_along (34869) + ejml (34389) + geojson (116) + geotools (34513) + jaxb (34678) + jogl (1.2.2) + jts (34524) + log4j (34527) + measurement (34867) + opendata (34867) + reverter (34867) + tageditor (34867) + tagging-preset-tester (34678) + todo (30306) + turnlanes-tagging (280) + turnrestrictions (34867) + undelete (34883) + utilsplugin2 (34867) + wikipedia (v1.1.1)
Attachments (0)
Change History (2)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Closed as duplicate of #17371.
Note:
See TracTickets
for help on using tickets.
should already be fixed in r14800