Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] rdt.sync.ui

Hi,

I just checked out a fresh copy of HEAD, and noticed an API inconsistency in org.eclipse.ptp.rdt.sync.ui

org.eclipse.ptp.internal.rdt.sync.ui.scannerinfo.RemoteIncludeDialog, line 175
org.eclipse.ptp.rdt.sync.ui.wizards.RemoteProjectContentsLocationArea, line 244

call a method from org.eclipse.ptp.remote.ui.IRemoteConnection, openConnectionWithProgress, whose signature requires org.eclipse.jface.operation.IRunnableContext as its second of three arguments, but evidently there was a previous version with two arguments, and that is the one being called at those points.

Al


Back to the top