[Subclipse-dev] setIgnored() in org.tigris.subversion.subclipse.core.resources.LocalResource
From: <biczok_at_freemail.hu>
Date: Mon, 5 Jan 2009 08:43:45 -0800 (PST)
Hi,
Seems like when anyone calls setIgnored() in LocalResource.java it will end up throwing a NullPointerException.
The actual code is this:
public void setIgnored() throws SVNException {
Maybe nobody is calling this method currently, but shouldn't it do something like:
command.run(new NullProgressMonitor());
to avoid future surprises?
Cheers,
Laca
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_subclipse.tigris.org].
|
This is an archived mail posted to the Subclipse Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.