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 26966
Collapse All | Expand All

(-)editor/libsrc/org/netbeans/editor/ext/java/JavaFastImport.java (+5 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
        if (exp != null)
73
            exp = exp.trim();
69
    }
74
    }
70
    
75
    
71
    private boolean getPackageImportSetting(){
76
    private boolean getPackageImportSetting(){

Return to bug 26966