Bug 25875

Summary: import splitting behavior
Product: [Eclipse Project] JDT Reporter: Xavier <xdonat>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Xavier CLA 2002-11-08 03:54:58 EST
...
The other thing that disturbs me is the way the import are split.
The "Rolls Royce" would be to have the choice between two king of
split:

- the current one (split before each dot):
import com
    .xxxxxx
    .yyyyy
    .zzzzzzzcenter
    .ui
    .administration
    .data
    .model
    .communication
    .CommunicationManager;

- the following one:
import com.xxxxxx.yyyyy.zzzzzzzcenter.ui.administration.data.model
    .communication.CommunicationManager;

Once again the idea is to let the user choose.

Thank you,
Xavier Donat
Comment 1 Martin Aeschlimann CLA 2002-11-12 08:02:50 EST
The formatter is used for this. Moving to JCore
Comment 2 Martin Aeschlimann CLA 2002-11-12 08:17:10 EST
*** Bug 25822 has been marked as a duplicate of this bug. ***
Comment 3 Olivier Thomann CLA 2002-11-12 09:39:56 EST

*** This bug has been marked as a duplicate of 7224 ***
Comment 4 Olivier Thomann CLA 2003-01-17 09:54:46 EST
Change milestone.