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

(-)a/editor.completion/src/org/netbeans/modules/editor/completion/CompletionImpl.java (-1 / +1 lines)
Lines 1794-1800 Link Here
1794
            synchronized (resultSets) {
1794
            synchronized (resultSets) {
1795
                if (controller == null) {
1795
                if (controller == null) {
1796
                    if (resultSets.isEmpty()) {
1796
                    if (resultSets.isEmpty()) {
1797
                        return null;
1797
                        return FALLBACK_COMPLETION_CONTROLLER;
1798
                    }
1798
                    }
1799
1799
1800
                    JTextComponent component = getActiveComponent();
1800
                    JTextComponent component = getActiveComponent();

Return to bug 204867