Changeset 11621 in josm
- Timestamp:
- 2017-02-25T21:21:27+01:00 (8 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/DownloadAction.java
r8540 r11621 33 33 public DownloadAction() { 34 34 super(tr("Download from OSM..."), "download", tr("Download map data from the OSM server."), 35 // CHECKSTYLE.OFF: LineLength 36 Shortcut.registerShortcut("file:download", tr("File: {0}", tr("Download from OSM...")), KeyEvent.VK_DOWN, Shortcut.CTRL_SHIFT), true); 37 // CHECKSTYLE.ON: LineLength 35 Shortcut.registerShortcut("file:download", tr("File: {0}", tr("Download from OSM...")), KeyEvent.VK_DOWN, Shortcut.CTRL_SHIFT), 36 true); 38 37 putValue("help", ht("/Action/Download")); 39 38 } -
trunk/src/org/openstreetmap/josm/data/validation/tests/UnconnectedWays.java
r11608 r11621 443 443 @Override 444 444 public void visit(Way w) { 445 if (w.getNodesCount() > 0 // do not consider empty ways 446 && !w.hasKey("addr:interpolation") // ignore addr:interpolation ways as they are not physical features and most of 447 // the time very near the associated highway, which is perfectly normal, see #9332 448 && !w.hasTag("highway", "platform") && !w.hasTag("railway", "platform") // similarly for public transport platforms 445 // do not consider empty ways 446 if (w.getNodesCount() > 0 447 // ignore addr:interpolation ways as they are not physical features and most of 448 // the time very near the associated highway, which is perfectly normal, see #9332 449 && !w.hasKey("addr:interpolation") 450 // similarly for public transport platforms 451 && !w.hasTag("highway", "platform") && !w.hasTag("railway", "platform") 449 452 ) { 450 453 ways.addAll(getWaySegments(w)); -
trunk/src/org/openstreetmap/josm/gui/layer/gpx/ImportAudioAction.java
r11452 r11621 277 277 } 278 278 279 /* we must have got at least one waypoint now */ 280 279 // we must have got at least one waypoint now 281 280 ((ArrayList<WayPoint>) waypoints).sort(Comparator.comparingDouble(o -> o.time)); 282 281 283 firstTime = -1.0; / *this time of the first waypoint, not first trackpoint*/282 firstTime = -1.0; // this time of the first waypoint, not first trackpoint 284 283 for (WayPoint w : waypoints) { 285 284 if (firstTime < 0.0) { … … 288 287 double offset = w.time - firstTime; 289 288 AudioMarker am = new AudioMarker(w.getCoor(), w, url, ml, w.time, offset); 290 /* 291 * timeFromAudio intended for future use to shift markers of this type on synchronization 292 */ 289 // timeFromAudio intended for future use to shift markers of this type on synchronization 293 290 if (w == wayPointFromTimeStamp) { 294 291 am.timeFromAudio = true; … … 298 295 299 296 if (timedMarkersOmitted && !markers.timedMarkersOmitted) { 300 JOptionPane 301 .showMessageDialog( 302 Main.parent, 303 // CHECKSTYLE.OFF: LineLength 304 tr("Some waypoints with timestamps from before the start of the track or after the end were omitted or moved to the start.")); 305 // CHECKSTYLE.ON: LineLength 297 JOptionPane.showMessageDialog(Main.parent, 298 tr("Some waypoints with timestamps from before the start of the track or after the end were omitted or moved to the start.")); 306 299 markers.timedMarkersOmitted = timedMarkersOmitted; 307 300 } 308 301 if (untimedMarkersOmitted && !markers.untimedMarkersOmitted) { 309 JOptionPane 310 .showMessageDialog( 311 Main.parent, 312 tr("Some waypoints which were too far from the track to sensibly estimate their time were omitted.")); 302 JOptionPane.showMessageDialog(Main.parent, 303 tr("Some waypoints which were too far from the track to sensibly estimate their time were omitted.")); 313 304 markers.untimedMarkersOmitted = untimedMarkersOmitted; 314 305 } -
trunk/test/unit/org/openstreetmap/josm/data/validation/routines/DomainValidatorTest.java
r10338 r11621 267 267 } 268 268 // RFC3490 3.1. 1) 269 //Whenever dots are used as label separators, the following270 //characters MUST be recognized as dots: U+002E (full stop), U+3002271 //(ideographic full stop), U+FF0E (fullwidth full stop), U+FF61272 //(halfwidth ideographic full stop).269 // Whenever dots are used as label separators, the following 270 // characters MUST be recognized as dots: U+002E (full stop), U+3002 271 // (ideographic full stop), U+FF0E (fullwidth full stop), U+FF61 272 // (halfwidth ideographic full stop). 273 273 final String[][] otherDots = { 274 274 {"b\u3002", "b."}, -
trunk/test/unit/org/openstreetmap/josm/data/validation/routines/DomainValidatorTestIT.java
r10756 r11621 189 189 final Map<String, String[]> info = new HashMap<>(); 190 190 191 // <td><span class="domain tld"><a href="/domains/root/db/ax.html">.ax</a></span></td>192 191 final Pattern domain = Pattern.compile(".*<a href=\"/domains/root/db/([^.]+)\\.html"); 193 // <td>country-code</td>194 192 final Pattern type = Pattern.compile("\\s+<td>([^<]+)</td>"); 195 // <!-- <td>Åland Islands<br/><span class="tld-table-so">Ålands landskapsregering</span></td> </td> -->196 // <td>Ålands landskapsregering</td>197 193 final Pattern comment = Pattern.compile("\\s+<td>([^<]+)</td>"); 198 194 … … 228 224 } 229 225 // Don't save unused entries 230 if (com.contains("Not assigned") || com.contains("Retired") || typ.equals("test")) { 231 // System.out.println("Ignored: " + typ + " " + dom + " " +com); 232 } else { 226 if (!com.contains("Not assigned") && !com.contains("Retired") && !typ.equals("test")) { 233 227 info.put(dom.toLowerCase(Locale.ENGLISH), new String[]{typ, com}); 234 // System.out.println("Storing: " + typ + " " + dom + " " +com);235 228 } 236 229 } else { -
trunk/test/unit/org/openstreetmap/josm/data/validation/routines/UrlValidatorTest.java
r10378 r11621 408 408 UrlValidator validator = new UrlValidator(); 409 409 assertTrue(validator.isValid("http://xn--h1acbxfam.idn.icann.org/")); 410 // assertTrue(validator.isValid("http://xn--e1afmkfd.xn--80akhbyknj4f"));411 410 // Internationalized country code top-level domains 412 411 assertTrue(validator.isValid("http://test.xn--lgbbat1ad8j")); //Algeria … … 441 440 assertTrue(validator.isValid("http://test.xn--pgbs0dh")); // Tunisia 442 441 assertTrue(validator.isValid("http://test.xn--mgbaam7a8h")); // United Arab Emirates 443 // Proposed internationalized ccTLDs444 // assertTrue(validator.isValid("http://test.xn--54b7fta0cc")); // Bangladesh445 // assertTrue(validator.isValid("http://test.xn--90ae")); // Bulgaria446 // assertTrue(validator.isValid("http://test.xn--node")); // Georgia447 // assertTrue(validator.isValid("http://test.xn--4dbrk0ce")); // Israel448 // assertTrue(validator.isValid("http://test.xn--mgb9awbf")); // Oman449 // assertTrue(validator.isValid("http://test.xn--j1amh")); // Ukraine450 // assertTrue(validator.isValid("http://test.xn--mgb2ddes")); // Yemen451 // Test TLDs452 // assertTrue(validator.isValid("http://test.xn--kgbechtv")); // Arabic453 // assertTrue(validator.isValid("http://test.xn--hgbk6aj7f53bba")); // Persian454 // assertTrue(validator.isValid("http://test.xn--0zwm56d")); // Chinese455 // assertTrue(validator.isValid("http://test.xn--g6w251d")); // Chinese456 // assertTrue(validator.isValid("http://test.xn--80akhbyknj4f")); // Russian457 // assertTrue(validator.isValid("http://test.xn--11b5bs3a9aj6g")); // Hindi458 // assertTrue(validator.isValid("http://test.xn--jxalpdlp")); // Greek459 // assertTrue(validator.isValid("http://test.xn--9t4b11yi5a")); // Korean460 // assertTrue(validator.isValid("http://test.xn--deba0ad")); // Yiddish461 // assertTrue(validator.isValid("http://test.xn--zckzah")); // Japanese462 // assertTrue(validator.isValid("http://test.xn--hlcj6aya9esc7a")); // Tamil463 442 } 464 443 -
trunk/test/unit/org/openstreetmap/josm/io/remotecontrol/handler/RequestHandlerTest.java
r10974 r11621 87 87 public void testRequestParameter4() throws RequestHandlerBadRequestException { 88 88 assertEquals(Collections.singletonMap("/?:@-._~!$'()* ,;", "/?:@-._~!$'()* ,;=="), getRequestParameter( 89 // CHECKSTYLE.OFF: LineLength 90 "http://example.com/:@-._~!$&'()*+,=;:@-._~!$&'()*+,=:@-._~!$&'()*+,==?/?:@-._~!$'()*+,;=/?:@-._~!$'()*+,;==#/?:@-._~!$&'()*+,;=")); 91 // CHECKSTYLE.ON: LineLength 89 "http://example.com/:@-._~!$&'()*+,=;:@-._~!$&'()*+,=:@-._~!$&'()*+,==?/?:@-._~!$'()*+,;=/?:@-._~!$'()*+,;==#/?:@-._~!$&'()*+,;=" 90 )); 92 91 } 93 92
Note:
See TracChangeset
for help on using the changeset viewer.