Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Reopened
Assignee
Maxim Shafirov
Subsystem
Code Formatting and Code Style
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Kevin Bourrillion
    6 years ago (03 Aug 2005 19:37)
  • Updated by   Anna Kozlova
    2 years ago (24 Feb 2010 16:38)
  • Jira: IDEADEV-2274
    (history, comments)
 
IDEA-29682 Syntax coloring error inside {@code}
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
In the file

/**
* {@code Set<Long>}
*/
class Foo { }

The characters "<Long>" are colored in green.

Environment: any
Comments (3)
 
History
 
Linked Issues (?)
 
Dmitry Jemerov
  Dmitry Jemerov
17 Aug 2005 13:34
6 years ago
This is fixed in the build 3455.
Kevin Bourrillion
  Kevin Bourrillion
24 Aug 2005 19:39
6 years ago
It appears that the first instance of <Foo> inside {@code} is now properly decolored, but the second instance on the same line is still being colored green.
Kevin Bourrillion
  Kevin Bourrillion
24 Feb 2006 01:26
6 years ago
Confirmed this bug still exists in build 4155. It seems that as soon as you hit the first closing angle bracket (>) within a particular {@code} section, it goes right back to coloring them green again. Please reopen, thanks.