Bug 454660 - cdt dsf gdb remove redundant modifiers
Summary: cdt dsf gdb remove redundant modifiers
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf-gdb (show other bugs)
Version: Next   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-09 23:10 EST by Matthew Khouzam CLA
Modified: 2020-09-04 15:19 EDT (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 Matthew Khouzam CLA 2014-12-09 23:10:45 EST
We should avoid modifiers which are implied by the context. In interfaces, there is no need to make strings public, static or final as they can only be public, static and final.
Comment 1 Matthew Khouzam CLA 2014-12-09 23:12:43 EST
Partially addressed in https://git.eclipse.org/r/37905