Modify

Opened 21 months ago

Closed 21 months ago

Last modified 21 months ago

#6936 closed defect (fixed)

Revision 4503 doesn't compile

Reported by: kellerma Owned by: team
Priority: normal 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 Changed 21 months ago by simon04

  • Resolution set to fixed
  • Status changed from new to closed

In [4504/josm]:

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

comment:2 Changed 21 months ago by simon04

Sorry …

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.