﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
18738	"Compile error ""class DownloadOsmChangeTask.DownloadTask cannot be applied to given types"""	ranjid	ranjid	"Dear Developers,

I've just tried to compile build 15887, but it fails:

compile:
    [javac] Compiling 1718 source files to ./josm/build
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 8
    [javac] ./josm/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmChangeCompressedTask.java:41: error: constructor DownloadTask in class DownloadOsmChangeTask.DownloadTask cannot be applied to given types;
    [javac]         downloadTask = new DownloadTask(settings, new OsmServerLocationReader(url), progressMonitor) {
    [javac]                        ^
    [javac]   required: DownloadParams,OsmServerReader,ProgressMonitor,boolean,Compression
    [javac]   found:    DownloadParams,OsmServerLocationReader,ProgressMonitor
    [javac]   reason: actual and formal argument lists differ in length
    [javac] 1 error
    [javac] 1 warning

BUILD FAILED"	defect	closed	normal		Core	latest	invalid		
