Coverage Report - test.first.RemoteListener
 
Classes in this File Line Coverage Branch Coverage Complexity
RemoteListener
0%
0/2
N/A
1
 
 1  
 package test.first;
 2  
 
 3  
 import java.rmi.RemoteException;
 4  
 import java.rmi.server.UnicastRemoteObject;
 5  
 
 6  
 public final class RemoteListener extends UnicastRemoteObject implements RemoteInterface {
 7  
         /**
 8  
          * 
 9  
          */
 10  
         private static final long serialVersionUID = 1L;
 11  
 
 12  
         protected RemoteListener() throws RemoteException
 13  0
         {
 14  
                 
 15  0
         }
 16  
 }