Bug 567645 - [quickfix] extend Arrays.fill() quickfix to allow refactoring in "from"-"to" cases
Summary: [quickfix] extend Arrays.fill() quickfix to allow refactoring in "from"-"to" ...
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.18   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Fabrice Tiercelin CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-06 13:27 EDT by Carsten Hammer CLA
Modified: 2021-09-24 10:54 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 Carsten Hammer CLA 2020-10-06 13:27:14 EDT
At the moment the most important case filling the complete array is supported. In a few cases it might be useful to support the case where we don't want to start from the first element or do not want to end at the last element. The api allows it.
https://docs.oracle.com/javase/7/docs/api/java/util/Arrays.html#fill(java.lang.Object[],%20int,%20int,%20java.lang.Object)

followup of Bug 567264