[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.jdt] Re: Syntax highlighting bug with Javadoc in method?

Nick Radov wrote:
Nick Radov wrote:
By default the Java editor syntax highlighter colors Javadoc comments blue and multi-line comments green. I've noticed that if you start a multi-line comment inside a method body with "/**" then the editor still colors it green, even though Javadoc doesn't process comments inside message bodies.
This is a known issue: to be faster the scanner doesn't check whether it is inside a method or not: /** simply starts a Javadoc partition.

Dani

Whoops. I meant that the comment inside the method gets colored BLUE, not green. I would expect it to be green.