| --- | --- |
| Bugzilla Link | 329800 |
| Status | NEW |
| Importance | P5 normal |
| Reported | Nov 09, 2010 09:58 EDT |
| Modified | Sep 28, 2011 07:39 EDT |
| Version | 0.9.0 |
| Reporter | Nicolas Guyomar |
Description
Hi,
While using "Create Java Query Implementation Class" contextual action on a Java query I've got a Java Model Exception saying that my project does not exit.
Here is a piece of the stack trace : \
Java Model Exception: Java Model Status [Mia-Insight%20Custo does not exist]\
at org.eclipse.jdt.internal.core.JavaElement.newJavaModelException(JavaElement.java:502)\
at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:246)\
at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:515)
....
My project name is "Mia-Insight Custo"
A best practice is not to include white space in a project's name, but nothing prevents the user from doing it so this should be managed.
| --- | --- | | Bugzilla Link | 329800 | | Status | NEW | | Importance | P5 normal | | Reported | Nov 09, 2010 09:58 EDT | | Modified | Sep 28, 2011 07:39 EDT | | Version | 0.9.0 | | Reporter | Nicolas Guyomar |
Description
Hi,
While using "Create Java Query Implementation Class" contextual action on a Java query I've got a Java Model Exception saying that my project does not exit.
Here is a piece of the stack trace : \ Java Model Exception: Java Model Status [Mia-Insight%20Custo does not exist]\ at org.eclipse.jdt.internal.core.JavaElement.newJavaModelException(JavaElement.java:502)\ at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:246)\ at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:515) ....
My project name is "Mia-Insight Custo"
A best practice is not to include white space in a project's name, but nothing prevents the user from doing it so this should be managed.
Regards
Nicolas