This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 29390
Collapse All | Expand All

(-)editor/libsrc/org/netbeans/editor/ext/java/JavaFastImport.java (+4 lines)
Lines 66-71 Link Here
66
66
67
        exp = Utilities.getSelectionOrIdentifier(target);
67
        exp = Utilities.getSelectionOrIdentifier(target);
68
        packageImport = getPackageImportSetting();
68
        packageImport = getPackageImportSetting();
69
        
70
        // BugFix #26966
71
        // trimming the selection
72
        exp = exp.trim();
69
    }
73
    }
70
    
74
    
71
    private boolean getPackageImportSetting(){
75
    private boolean getPackageImportSetting(){

Return to bug 29390