Bug 410921 - [syntax highlighting] autobox coloring of composite expression is only partial
Summary: [syntax highlighting] autobox coloring of composite expression is only partial
Status: CLOSED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.7.2   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords: bugday
Depends on:
Blocks:
 
Reported: 2013-06-17 10:06 EDT by david borsodi CLA
Modified: 2020-01-25 04:39 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description david borsodi CLA 2013-06-17 10:06:00 EDT
In the following example:
		
List<Long> vals = new ArrayList<Long>();
long tim = 12;
long fred = 8;
long john = 9;
vals.add(tim + fred + john);
long ted = 9;
vals.add(tim + fred + john + ted);

Only the first two arguments of the complex expression are colored as autoboxed, even if parentheses are applied.
Comment 1 Eclipse Genie CLA 2020-01-25 04:39:40 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug.

If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.