Frames No Frames

  %method %block %branch %line
net.jaekl.frank.octranspo.NextTrips
100%(2/2)
100%(2/2)
-%
100%(4/4)

hit count method name method modifiers method signature
1 <clinit> [static] void <clinit>()
1 <init> [public] void <init>()

 1  
 package net.jaekl.frank.octranspo;
 2  
 
 3  
 public class NextTrips extends StopInfo {
 4  
 	static final String ROOT_TAG = "GetNextTripsForStopResult";
 5  Block: 1/1 
 	static final String[] INTERNAL = { STOP_NO, STOP_LABEL, ERROR, ROUTES };
 6  
 	static final Object[][] EXTERNAL = { { ROUTE, Route.class} };
 7  
 
 8  
 	public NextTrips() {
 9  Block: 1/1 
 		super(ROOT_TAG, INTERNAL, EXTERNAL);
 10  
 	}
 11  
 }

Report generated 11/12/14 11:31 PM