try { indentNextLineRE = getRegexpProperty("indentNextLine", RE.REG_ICASE,RESearchMatcher.RE_SYNTAX_JEDIT); } catch(REException re) { indentNextLineRE = null; Log.log(Log.ERROR,this,"Invalid indentNextLine regexp"); Log.log(Log.ERROR,this,re);
try { indentNextLinesRE = getRegexpProperty("indentNextLines", RE.REG_ICASE,RESearchMatcher.RE_SYNTAX_JEDIT); } catch(REException re) { indentNextLinesRE = null; Log.log(Log.ERROR,this,"Invalid indentNextLines regexp"); Log.log(Log.ERROR,this,re);
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/jedit/Buffer.java File path: /jEdit-4.2/src/org/gjt/sp/jedit/Buffer.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
try
1
try
2
		{
2
		{
3
			indentNextLineRE = getRegexpProperty("indentNextLine",
3
			indentNextLinesRE = getRegexpProperty("indentNextLines",
4
				RE.REG_ICASE,RESearchMatcher.RE_SYNTAX_JEDIT);
4
				RE.REG_ICASE,RESearchMatcher.RE_SYNTAX_JEDIT);
5
		}
5
		}
6
		catch(REException re)
6
		catch(REException re)
7
		{
7
		{
8
			indentNextLineRE = null;
8
			indentNextLinesRE = null;
9
			Log.log(Log.ERROR,this,"Invalid indentNextLine regexp");
9
			Log.log(Log.ERROR,this,"Invalid indentNextLines regexp");
10
			Log.log(Log.ERROR,this,re);
10
			Log.log(Log.ERROR,this,re);
11
		
11
		
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0