Bug 540414 - [memory] JavadocParser: Avoid zero length arrays
Summary: [memory] JavadocParser: Avoid zero length arrays
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 4.10   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-24 00:54 EDT by Karsten Thoms CLA
Modified: 2018-10-24 02:15 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karsten Thoms CLA 2018-10-24 00:54:03 EDT
The JavadocParser does create frequently zero-length arrays for the arrays stored in the Javadoc AST node. This should be avoided by using internal zero-length arrays constants.
Comment 1 Eclipse Genie CLA 2018-10-24 00:58:08 EDT
New Gerrit change created: https://git.eclipse.org/r/131390