History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-10643
Type: Bug Bug
Status: Reopened Reopened
Priority: Major Major
Assignee: Alexey Kudravtsev
Reporter: Maxim Mossienko
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Bad Javadoc is green

Created: 09 Oct 06 18:25   Updated: 28 Sep 07 18:50
Component/s: Editor. Error Highlighting
Fix Version/s: Diana Final

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Severity: High


 Description  « Hide
In following code java doc bad character is not highlighted
import java.util.List;

/**
 * @see #foo(java.util.List<T>)
 */
public class Test1<T> {
    public void foo(List<T> bar) {
    }
}


 All   Comments   Work Log   Change History      Sort Order:
Alexey Kudravtsev - 09 Apr 07 19:27
What's wrong with the code above?

Maxim Shafirov - 27 Sep 07 22:25
No response since April, closed.

Maxim Mossienko - 27 Sep 07 22:32
bad character is not reported

Maxim Mossienko - 27 Sep 07 22:45
Loading source files for package xxx...
Constructing Javadoc information...
Standard Doclet version 1.5.0_10
Building tree for all the packages and classes...
Generating C:\temp\JS.projects\untitled2\A/\A.html...
C:\temp\JS.projects\untitled2\src\A\A.java:8: warning - Tag @see:illegal charact
er: "60" in "#foo(java.util.List<T>)"
C:\temp\JS.projects\untitled2\src\A\A.java:8: warning - Tag @see:illegal charact
er: "62" in "#foo(java.util.List<T>)"
C:\temp\JS.projects\untitled2\src\A\A.java:8: warning - Tag @see: can't find foo
(java.util.List<T>) in A.A