﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2059	[1309] by stoecker breaks JOSM compilation under Java 61298	anonymous	framm	"This was introduced in [1309], [1308] works.

{{{
avar@aoeu:~/src/josm$ svn up -r 1309
U    src/org/openstreetmap/josm/gui/layer/GeoImageLayer.java
U    src/org/openstreetmap/josm/data/projection/LambertEST.java
U    src/org/openstreetmap/josm/data/projection/Lambert.java
U    src/org/openstreetmap/josm/data/projection/Mercator.java
U    src/org/openstreetmap/josm/data/projection/Projection.java
U    src/org/openstreetmap/josm/data/projection/Epsg4326.java
U    src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java

Fetching external item into 'images/styles/standard'
Updated external to revision 13293.

Updated to revision 1309.
avar@aoeu:~/src/josm$ ant clean dist
Buildfile: build.xml

clean:
   [delete] Deleting directory /home/avar/src/josm/build
   [delete] Deleting directory /home/avar/src/josm/dist

init:
    [mkdir] Created dir: /home/avar/src/josm/build
    [mkdir] Created dir: /home/avar/src/josm/dist

compile:
    [javac] Compiling 273 source files to /home/avar/src/josm/build
    [javac] /home/avar/src/josm/src/org/openstreetmap/josm/io/MyHttpHandler.java:10: warning: sun.net.www.protocol.http.Handler is Sun proprietary API and may be removed in a future release
    [javac] public class MyHttpHandler extends sun.net.www.protocol.http.Handler  {
    [javac]                                                             ^
    [javac] /home/avar/src/josm/src/org/openstreetmap/josm/io/MyHttpURLConnection.java:8: warning: sun.net.www.protocol.http.HttpURLConnection is Sun proprietary API and may be removed in a future release
    [javac] public class MyHttpURLConnection extends sun.net.www.protocol.http.HttpURLConnection {
    [javac]                                                                   ^
    [javac] /home/avar/src/josm/src/org/openstreetmap/josm/io/MyHttpURLConnection.java:9: warning: sun.net.www.protocol.http.Handler is Sun proprietary API and may be removed in a future release
    [javac]             protected MyHttpURLConnection(URL u, Proxy p, sun.net.www.protocol.http.Handler handler)
    [javac]                                                                                    ^
    [javac] /home/avar/src/josm/src/org/openstreetmap/josm/gui/download/WorldChooser.java:66: <anonymous org.openstreetmap.josm.gui.download.WorldChooser$1> is not abstract and does not override abstract method toCode() in org.openstreetmap.josm.data.projection.Projection
    [javac]         projection = new Projection() {
    [javac]                                       ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error
    [javac] 3 warnings

BUILD FAILED
/home/avar/src/josm/build.xml:70: Compile failed; see the compiler error output for details.

Total time: 6 seconds
}}}"	defect	closed	blocker		Core	latest	fixed		
