| [news.eclipse.tools.jdt] Re: Syntax highlighting bug with Javadoc in method? |
Nick Radov wrote: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.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.
Whoops. I meant that the comment inside the method gets colored BLUE, not green. I would expect it to be green.