facebook

JSP color highlighting bug

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

    robinkrom
    Member

    I accidentally came across some JSP colour highlighting issue. It showed in the standard JSP template, but is easily reproducible.

    The problem seems to be that // and /* inside a string (quoted sequence) are seen as comments. So in the following line:

    String basePath = “http://”+request.getServerName()+”:”+request.getServerPort()+path+”/”;

    Everything behind the // is in a comment colour.
    But also:
    String test = “This is no comment /*”;
    Everything behind the /* is in comment colour, and should not be.

    Ok, just my 2 pennies..

    #196281 Reply

    Scott Anderson
    Participant

    Thank you for taking the time to let us know about this issue. I’ve entered it into our internal defect tracking software and we’ll address it in a future release of the Enterprise Workbench.

    –Scott

    MyEclipse Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JSP color highlighting bug

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