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

Summary: The editor hint "Unknown HTML Tag" in Javadoc ("Error in Javadoc") should offer a "convert to entities" option
Product: java Reporter: daiscog
Component: JavadocAssignee: Ralph Ruijs <ralphbenjamin>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 8.0.2   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.