Bug 567645

Summary: [quickfix] extend Arrays.fill() quickfix to allow refactoring in "from"-"to" cases
Product: [Eclipse Project] JDT Reporter: Carsten Hammer <carsten.hammer>
Component: UIAssignee: Fabrice Tiercelin <fabrice.tiercelin>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: gautier.desaintmartinlacaze
Version: 4.18   
Target Milestone: ---   
Hardware: All   
OS: All   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=567264
Whiteboard:

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