Bug 535805 - "Remove unused use statement" doesn't work with grouped import
Summary: "Remove unused use statement" doesn't work with grouped import
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PHP UI CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-12 07:46 EDT by Dawid Pakula CLA
Modified: 2020-05-14 13:26 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 Dawid Pakula CLA 2018-06-12 07:46:18 EDT
Example: 
<?php
use TecdocVT\{GetVtRangeListMsg,GetVtRangeListTcd};

in my case TecdocVT\GetVtRangeListMsg is unused. ctrl+1, select "Remove unused use statement". Nothing happen, logs are empty.
Comment 1 Eclipse Genie CLA 2019-06-18 12:20:58 EDT
New Gerrit change created: https://git.eclipse.org/r/144377
Comment 3 Thierry BLIND CLA 2019-06-19 10:57:39 EDT
Fixed. I've put also some comments in https://git.eclipse.org/r/144377 to explain why my patch is bigger than I expected.

Thierry.