facebook

IDE crashes on Code Completion

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #275161 Reply

    delpholo
    Member

    Hello everybody,
    I’m using the Jsf tutorials on ME60 and I’m stuck on a strange IDE’s behavior.

    When pasting down a small piece of code from the tutorial

    
    public String loginUser() {
            if("myeclipse".equals(getUserName()) && "myeclipse".equals(getPassword()))
                return "success";
           
            FacesContext facesContext = FacesContext.getCurrentInstance();
            FacesMessage facesMessage = new FacesMessage(
                "You have entered an invalid user name and/or password");
            facesContext.addMessage("loginForm", facesMessage);
           
            return "failure";
        }
    

    and trying to use the usual CTRL+Space to complete the code and fix the import, after a few seconds the IDE exit with error code=1.

    No matter what I do it simply exit without saving anything…
    …any suggestion would be really appreciated.

    I’ve already turned off the Spell Check of the editor…
    …and I’ve noticed that the ide crashes exactly when trying to popup the javadoc of a certain class.

    #275238

    Loyal Water
    Member

    Is this the tutorial that you are following ?
    http://www.myeclipseide.com/documentation/quickstarts/jsf/

    What step of the tutorial are you getting this error ?

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: IDE crashes on Code Completion

You must be logged in to post in the forum log in