Bug 572583 - Simplify ASTNodes.getIntegerLiteral()
Summary: Simplify ASTNodes.getIntegerLiteral()
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.19   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-05 01:01 EDT by Fabrice Tiercelin CLA
Modified: 2021-04-05 01:01 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 Fabrice Tiercelin CLA 2021-04-05 01:01:00 EDT
The end of the ASTNodes.getIntegerLiteral() method is already handled by Expression.resolveConstantExpressionValue() so it is useless.