﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6936	Revision 4503 doesn't compile	kellerma	team	"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.

"	defect	closed	normal		Core		fixed		
