Modify ↓
Opened 15 years ago
Closed 15 years ago
#3941 closed defect (fixed)
Cannot compile r2461
Reported by: | Ldp | Owned by: | team |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description (last modified by )
$ ant clean dist [...] [javac] /mnt/disk/b/osm/josm/trunk/src/org/openstreetmap/josm/gui/DefaultNameFormatter.java:140: cannot find symbol [javac] symbol : method getErrors() [javac] location: class org.openstreetmap.josm.data.osm.Way [javac] if(way.getErrors() != null) { [javac] ^ [javac] /mnt/disk/b/osm/josm/trunk/src/org/openstreetmap/josm/gui/DefaultNameFormatter.java:191: cannot find symbol [javac] symbol : method getErrors() [javac] location: class org.openstreetmap.josm.data.osm.Relation [javac] if(relation.getErrors() != null) { [javac] ^ [...] [javac] 2 errors [javac] 23 warnings
With sun-jdk-1.6.0.17
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
Priority: | normal → blocker |
---|---|
Summary: | Cannot compile 2460 → Cannot compile r2461 |
Version: | → latest |
comment:2 by , 15 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In r2462