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 223107 - 'Lesser than' symbol makes parser to treat comment as HTML
Summary: 'Lesser than' symbol makes parser to treat comment as HTML
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-01 20:22 UTC by c69
Modified: 2012-12-04 03:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description c69 2012-12-01 20:22:43 UTC
Example:

/**
 *	Start if a < 0 and some other condition
 *	More text text text
 */
Comment 1 Martin Fousek 2012-12-03 11:29:28 UTC
That's really good catch, thanks for reporting. I improved the recognition of the HTML tags in comment, so also tags like this should be correctly colored:
/** Start if a < 0 or a > 10 <a href=\"\"> */

Fixed in web-main #4b1af22720c9.
Comment 2 Quality Engineering 2012-12-04 03:18:50 UTC
Integrated into 'main-golden', will be available in build *201212040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4b1af22720c9
User: Martin Fousek <marfous@netbeans.org>
Log: #223107 - 'Lesser than' symbol makes parser to treat comment as HTML