Bug 545934 - [syntax highlighting] Colorize final local variables
Summary: [syntax highlighting] Colorize final local variables
Status: CLOSED DUPLICATE of bug 128666
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.11   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-29 10:19 EDT by Marvin Fröhlich CLA
Modified: 2019-03-29 10:46 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marvin Fröhlich CLA 2019-03-29 10:19:31 EDT
I would like to give method local constants a certain style.

void doSomething( String argumentNamedForCallers )
{
    final String s = argumentNamedForCallers;
    
    do1( s );
    do2( s );
    do3( s );
    do4( s );
    do5( s );
}
Comment 1 Dani Megert CLA 2019-03-29 10:42:52 EDT

*** This bug has been marked as a duplicate of bug 421564 ***
Comment 2 Dani Megert CLA 2019-03-29 10:46:15 EDT

*** This bug has been marked as a duplicate of bug 128666 ***