Community
Participate
Working Groups
I want to for example mark more all constructors in the outline and search for all of them, but the search menu is only available for a single selection.
Until this bug is fixed you might want to use 'Open Call Hierarchy' (Ctrl+Alt+H). Fixing this would not just mean to allow starting the search but also group the results similar to the Call Hierarchy view.
Workaround to search for references to all constructors: Select the enclosing type in the outline, open the Java Search dialog, and then change the "Search For" option to "Constructor".
Gerrit change https://git.eclipse.org/r/70532 was merged to [master]. Commit: http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/commit/?id=3bba7a83ad16733ef89d5eb7a73e3e2e84aacf44
Thanks for the patch, Sarika. Fixed minor issues like changing 'if' statements to block, changes to conditional expressions and removing extra whitespaces with: http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/commit/?id=be85879cb90acfcb832c6e18c6f84d556978ee24
(In reply to Noopur Gupta from comment #4) > Thanks for the patch, Sarika. > > Fixed minor issues like changing 'if' statements to block, changes to > conditional expressions and removing extra whitespaces with: > > http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/commit/?id=be85879cb90acfcb832c6e18c6f84d556978ee24 > For the records: This change added API after the freeze. An API change request should have been sent to the PMC mailing list. Anyway, I looked at the change and since the class is not intended to be subclassed by clients, the change is not problematic. I hereby approve the addition.
(In reply to Dani Megert from comment #5) > (In reply to Noopur Gupta from comment #4) > > Thanks for the patch, Sarika. > > > > Fixed minor issues like changing 'if' statements to block, changes to > > conditional expressions and removing extra whitespaces with: > > > > http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/commit/?id=be85879cb90acfcb832c6e18c6f84d556978ee24 > > > > For the records: This change added API after the freeze. Sorry my bad! The API addition *was* sent to the PMC list and approved via bug 477340.