Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 458432

Summary: TypeError: match is null (in markdownEditor.js)
Product: [ECD] Orion Reporter: Grant Gayed <grant_gayed>
Component: EditorAssignee: Grant Gayed <grant_gayed>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Grant Gayed CLA 2015-01-26 11:03:08 EST
} else if (token.type.indexOf("_item_start") !== -1) { //$NON-NLS-0$
	/* marked.Lexer.rules.normal.bullet is not global, so cannot set its lastIndex */
				text = text.substring(index);
	match = marked.Lexer.rules.normal.bullet.exec(text);
	index += match.index + match[0].length; // <---- match is null
}
return index;
Comment 1 Grant Gayed CLA 2015-08-06 11:07:52 EDT
There have been no instances of this logged over the last several months, so I believe it has been fixed, closing as WORKSFORME.