Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 572300 - [dogfooding][cleanup] "Primitive parsing" on jdt.debug codebase
Summary: [dogfooding][cleanup] "Primitive parsing" on jdt.debug codebase
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.19   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 4.20 M1   Edit
Assignee: Lars Vogel CLA
QA Contact: Fabrice Tiercelin CLA
URL:
Whiteboard:
Keywords:
: 570224 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-03-25 11:23 EDT by Fabrice Tiercelin CLA
Modified: 2021-03-26 07:18 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 Fabrice Tiercelin CLA 2021-03-25 11:23:42 EDT
This ticket uses and tests the "Primitive serialization" cleanup feature:
 - It reviews the feature,
 - For optimization: boxing has a useless cost,
 - For readability: the rest of the code is meaningful and those boxings are noise,
 - It also reduces the size of the binaries (few octets by occurrence).

If the dogfooding leads to a regression, a ticket should be created for the cleanup and the dogfooding should be pending.

The dogfooding should not be merged if there is opened/reopened bugs related to the cleanup. If a bug is fixed, the dogfooding should be regenerated using the latest version of the feature.
Comment 1 Eclipse Genie CLA 2021-03-25 13:32:42 EDT
New Gerrit change created: https://git.eclipse.org/r/c/jdt/eclipse.jdt.debug/+/178388
Comment 3 Lars Vogel CLA 2021-03-26 07:18:16 EDT
*** Bug 570224 has been marked as a duplicate of this bug. ***