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 222654 - JsTypedBreakInterceptor can be split into two plainJS and docJS interceptors
Summary: JsTypedBreakInterceptor can be split into two plainJS and docJS interceptors
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-23 11:37 UTC by Martin Fousek
Modified: 2012-11-23 11:37 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2012-11-23 11:37:10 UTC
Since the "/*" became processed by JsDocumentation support too there could be separated "if ((id == JsTokenId.BLOCK_COMMENT || id == JsTokenId.DOC_COMMENT)" block from the JsTypedBreakInterceptor to the new JsDocTypedBreakInterceptor - to achieve better code readability.