This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 252457 - The editor hint "Unknown HTML Tag" in Javadoc ("Error in Javadoc") should offer a "convert to entities" option
Summary: The editor hint "Unknown HTML Tag" in Javadoc ("Error in Javadoc") should off...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 8.0.2
Hardware: All All
: P2 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-18 11:50 UTC by daiscog
Modified: 2015-10-05 11:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description daiscog 2015-05-18 11:50:08 UTC
I have several cases where something like "Set<Integer>" appears in my Javadoc.  The editor helpfully displays a warning saying "Unknown HTML Tag: <Integer>".

It would be nice if, when clicking on the little warning icon, I was offered the action of converting the < and > symbols to their respective HTML entities, so that the Javadoc will then read "Set&lt;Integer&gt;" instead.  

This would save me having to painstakingly do it manually for all occurrences (there are many in my project!).
Comment 1 daiscog 2015-05-18 11:51:01 UTC
Additionally, an inspect-and-transform task that does the same in one go across all my files would be very useful indeed!
Comment 2 Svata Dedic 2015-10-05 11:11:13 UTC
Javadoc issue, reassigning.