Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Content assist fails with "Error Executing Command"
Content assist fails with "Error Executing Command" [message #202719] Fri, 06 May 2005 06:13 Go to next message
Eclipse UserFriend
Originally posted by: rotvel.bolignet-aarhus.dk

I have a class where I define a number of Pattern constants similar to
this:

// GET <type> <path>| <offset> <length> |<playerid>|
private static final Pattern GET = Pattern
.compile("(GET) (\\p{Upper}*) (.*)\\| (\\d+) (\\d+) .*", Pattern.DOTALL);

This causes content assist (Ctrl-Space) to fail with an "Error Executing
Command" dialog. The reason given in the dialog is "The command for the
key you pressed failed" :-)

If I comment out all the definitions content assist works properly again.

Regards
--
Max - rotvel AT bolignet-aarhus DOT dk
Re: Content assist fails with "Error Executing Command" [message #202728 is a reply to message #202719] Fri, 06 May 2005 06:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rotvel.bolignet-aarhus.dk

On Fri, 06 May 2005 08:13:59 +0200, Max Rotvel <rotvel@bolignet-aarhus.dk>
wrote:

> I have a class where I define a number of Pattern constants similar to
> this:
>
> // GET <type> <path>| <offset> <length> |<playerid>|
> private static final Pattern GET = Pattern
> .compile("(GET) (\\p{Upper}*) (.*)\\| (\\d+) (\\d+) .*",
> Pattern.DOTALL);
>
> This causes content assist (Ctrl-Space) to fail with an "Error Executing
> Command" dialog. The reason given in the dialog is "The command for the
> key you pressed failed" :-)
>
> If I comment out all the definitions content assist works properly again.
>
> Regards

Forgot to say. This is 3.1M7.

--
Max - rotvel AT bolignet-aarhus DOT dk
Re: Content assist fails with "Error Executing Command" [message #202743 is a reply to message #202728] Fri, 06 May 2005 07:09 Go to previous messageGo to next message
Tom Hofmann is currently offline Tom HofmannFriend
Messages: 770
Registered: July 2009
Senior Member
Max, please file a bug report against jdt-text and include the exception
you find in the error log (Window>Show View>Error Log).

> Forgot to say. This is 3.1M7.

Interesting... M7 is only coming out next week ;-)

-tom
Re: Content assist fails with "Error Executing Command" [message #202759 is a reply to message #202743] Fri, 06 May 2005 08:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rotvel.bolignet-aarhus.dk

On Fri, 06 May 2005 09:09:36 +0200, Tom Eicher <eclipse@tom.eicher.name>
wrote:

> Max, please file a bug report against jdt-text and include the exception
> you find in the error log (Window>Show View>Error Log).

Done. https://bugs.eclipse.org/bugs/show_bug.cgi?id=93877

> > Forgot to say. This is 3.1M7.
>
> Interesting... M7 is only coming out next week ;-)

Erm... :-)
--
Max - rotvel AT bolignet-aarhus DOT dk
Re: Content assist fails with "Error Executing Command" [message #202818 is a reply to message #202759] Fri, 06 May 2005 14:37 Go to previous message
Eclipse UserFriend
Originally posted by: rotvel.bolignet-aarhus.dk

On Fri, 06 May 2005 10:03:08 +0200, Max Rotvel <rotvel@bolignet-aarhus.dk>
wrote:

>> Max, please file a bug report against jdt-text and include the
>> exception you find in the error log (Window>Show View>Error Log).
>
> Done. https://bugs.eclipse.org/bugs/show_bug.cgi?id=93877

Well, it turned out to be a duplicate (one of several) of the already
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=90414. I should have
been more dilligent in my Bugzilla search, I suppose.

Anyway, good to know it's fixed.

Regards
--
Max - rotvel AT bolignet-aarhus DOT dk
Previous Topic:what's wrong with this?
Next Topic:When JDT will support features from JDK 1.5/5.0?
Goto Forum:
  


Current Time: Tue Oct 01 10:35:38 GMT 2024

Powered by FUDForum. Page generated in 0.03001 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top