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

(-)a/lexer/src/org/netbeans/lib/lexer/inc/TokenHierarchyUpdate.java (+3 lines)
Lines 325-330 Link Here
325
            if (tokenListChange == null) { // Joined or unjoined ETLs
325
            if (tokenListChange == null) { // Joined or unjoined ETLs
326
                assert (tokenListListUpdate != null);
326
                assert (tokenListListUpdate != null);
327
                if (tokenListListUpdate.tokenListList.joinSections()) {
327
                if (tokenListListUpdate.tokenListList.joinSections()) {
328
					if (tokenListListUpdate.tokenListList.joinTokenList() == null) {
329
						tokenListListUpdate.tokenListList.checkCreateJoinTokenList();
330
					}
328
                    tokenListChange = tokenListListUpdate.createJoinTokenListChange();
331
                    tokenListChange = tokenListListUpdate.createJoinTokenListChange();
329
                }
332
                }
330
            } // else tokenListChange != null
333
            } // else tokenListChange != null

Return to bug 238292