Bug 25875 - import splitting behavior
Summary: import splitting behavior
Status: RESOLVED DUPLICATE of bug 7224
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 enhancement (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 25822 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-11-08 03:54 EST by Xavier CLA
Modified: 2003-01-17 09:54 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.