Clover Coverage Report - Atlassian XWork(Aggregated)
Coverage timestamp: Wed Jul 27 2011 23:39:31 CDT
1   14   1   1
0   9   1   1
1     1  
1    
 
 
  SafeParametersInterceptor       Line # 8 1 1 0% 0.0
 
No Tests
 
1    package com.atlassian.xwork12.interceptors;
2   
3    import com.atlassian.xwork12.Xwork12VersionSupport;
4   
5    /**
6    * //TODO define class
7    */
 
8    public class SafeParametersInterceptor extends com.atlassian.xwork.interceptors.SafeParametersInterceptor
9    {
 
10  0 toggle public SafeParametersInterceptor()
11    {
12  0 super(new Xwork12VersionSupport());
13    }
14    }