Clover Coverage Report - Atlassian Trusted Apps(Aggregated)
Coverage timestamp: Tue Jun 9 2009 19:34:44 CDT
1   11   1   1
0   8   1   1
1     1  
1    
 
 
  InvalidRemoteAddressException       Line # 5 1 1 100% 1.0
 
  (3)
 
1    package com.atlassian.security.auth.trustedapps;
2   
3    import com.atlassian.security.auth.trustedapps.TransportErrorMessage.Code;
4   
 
5    public class InvalidRemoteAddressException extends InvalidIPAddressException
6    {
 
7  3 toggle public InvalidRemoteAddressException(String ipAddress)
8    {
9  3 super(Code.BAD_REMOTE_IP, ipAddress);
10    }
11    }