Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-pmc] feature approval


JDT UI would like to ask for approval of the following requests:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=133277 Allow Sort Members to be performed on package and project levels

This is a patch that got submitted for M6, but we didn't find the time to fully review and release it. What makes this fix interesting is that it introduces a common framework for actions on multiple compilation units (like organize import / format) and will, as a side effect, improve the performance of organize imports on multiple elements by using the AST queue to reuse the bindings.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=112441 [quick fix] special case fix for Collections.EMPTY_{LIST, SET, MAP}
https://bugs.eclipse.org/bugs/show_bug.cgi?id=44764 [quick fix] Change to getter on 'unqualified access'
https://bugs.eclipse.org/bugs/show_bug.cgi?id=28068 [quick fix] Greate getter for "Field is not visible"

These quick fixes were first exercise for our new practicant Karsten Becker who started 2 weeks ago. Some of them have quite a number of duplicates. As always, we have test coverage and new quick fixes are not on any performance critical path.

Martin


Back to the top