()
| 33 | |
| 34 | //called from JS |
| 35 | public static int getHostsNumber(){ |
| 36 | try{ |
| 37 | hostList = parseIpRange(ipRange); |
| 38 | }catch(UnknownHostException e){ //do something |
| 39 | |
| 40 | } |
| 41 | return hostList.size(); |
| 42 | } |
| 43 | |
| 44 | //called from JS |
| 45 | public static String getAliveHosts(){ |
no test coverage detected