[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-dev] Eclipse 3.1/3.2 Support

From: Brock Janiczak <brockj_at_tpg.com.au>
Date: 2006-05-28 02:50:46 CEST

Hi Danny,

Denny Valliant wrote:
> if I remove this:
>
> public CommitAction(String proposedComment) {
> this.proposedComment = proposedComment;
> }
>
> from ui/actions/CommitAction.java, the commit key-binding will load.
> Otherwise it chokes.
>
> Why is that? Any guesses/shots in the dark?
It is probably using reflection to create the action class, so it needs
a no-arg constructor. Just add a new constructor that takes no params
and it should be ok. The proposed comment is optional.

cheers,
Brock

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: dev-help@subclipse.tigris.org
Received on Sun May 28 02:50:54 2006

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.