Modify

Opened 4 years ago

Closed 4 years ago

#3941 closed defect (fixed)

Cannot compile r2461

Reported by: Ldp Owned by: team
Priority: blocker Component: Core
Version: latest Keywords:
Cc:

Description (last modified by stoecker)

$ 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 Changed 4 years ago by avar

  • Priority changed from normal to blocker
  • Summary changed from Cannot compile 2460 to Cannot compile r2461
  • Version set to latest

comment:2 Changed 4 years ago by stoecker

  • Description modified (diff)
  • Resolution set to fixed
  • Status changed from new to closed

In r2462

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.