#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.
In [4504/josm]: