Modify

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#6936 closed defect (fixed)

Revision 4503 doesn't compile

Reported by: kellerma Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: Cc:

Description

Local compile of Revision 4503 fails:

[javac] /home/user/apps/josm/src/org/openstreetmap/josm/gui/history/HistoryBrowserModel.java:41: cannot find symbol
[javac] symbol : class Diff
[javac] location: package org.openstreetmap.josm.tools
[javac] import org.openstreetmap.josm.tools.Diff;
[javac]
[javac] /home/user/apps/josm/src/org/openstreetmap/josm/gui/history/HistoryBrowserModel.java:943: package Diff does not exist
[javac] private void twoColumnDiffFromScript(Diff.change script, Object[] a, Object[] b) {
[javac]

<snip>

[javac] /home/user/apps/josm/src/org/openstreetmap/josm/gui/history/HistoryBrowserModel.java:934: cannot find symbol
[javac] symbol : class Diff
[javac] location: class org.openstreetmap.josm.gui.history.TwoColumnDiff
[javac] Diff diff = new Diff(reference, current);
[javac]
[javac] /home/user/apps/josm/src/org/openstreetmap/josm/gui/history/HistoryBrowserModel.java:934: cannot find symbol
[javac] symbol : class Diff
[javac] location: class org.openstreetmap.josm.gui.history.TwoColumnDiff
[javac] Diff diff = new Diff(reference, current);
[javac]

[javac] /home/user/apps/josm/src/org/openstreetmap/josm/gui/history/HistoryBrowserModel.java:935: package Diff does not exist
[javac] Diff.change script = diff.diff_2(false);
[javac]

<snip>

[javac]
[javac] 5 errors
[javac] 13 warnings

BUILD FAILED
/home/user/apps/josm/build.xml:123: Compile failed; see the compiler error output for details.

Attachments (0)

Change History (2)

comment:1 by simon04, 13 years ago

Resolution: fixed
Status: newclosed

In [4504/josm]:

see #6774, fix #6936 - Make History dialog more diff-like (add missing file)

comment:2 by simon04, 13 years ago

Sorry …

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.