Clover Coverage Report - Kuali Spring Utilities 1.1.2-SNAPSHOT
Coverage timestamp: Fri Nov 4 2011 14:23:03 EST
../../../img/srcFileCovDistChart0.png 52% of files have more coverage
5   15   1   5
0   11   0.2   1
1     1  
1    
 
  MultipleCopyRightContext2       Line # 5 5 0% 1 6 0% 0.0
 
No Tests
 
1    package org.springframework.beans;
2   
3    import java.io.File;
4   
 
5    public class MultipleCopyRightContext2 extends ProblemFileContext {
6   
 
7  0 toggle public MultipleCopyRightContext2(String basedir) {
8  0 super();
9  0 setBaseDir(new File(basedir));
10  0 setInclude(new SourceFileFilter());
11  0 setExclude(new CommonIgnoresFilter());
12  0 setProblem(new MultipleCopyrightFilter());
13    }
14   
15    }