Skip to content

[BLUEJ-1321] When compiling incorrect code, the cursor may not indicate where something is expected

Compile the method

public Student(String aName, int anAge { name = aName; age = anAge; }

')' expected message is accompanied by the cursor positioned between g and e in the name of the parameter anAge, if the cursor is visible at all.

 

 


Issue metadata

  • Issue type: Bug
  • Priority: Medium