MCPcopy Create free account
hub / github.com/WindXaa/Android-reverse / ExceptionCheck

Method ExceptionCheck

WebCurl/WebCurl.java:476–490  ·  view source on GitHub ↗
(WebInfo wi)

Source from the content-addressed store, hash-verified

474 }
475
476 public static void ExceptionCheck(WebInfo wi){
477 if(wi.title == null){
478 wi.title ="";
479 }
480 if(wi.http_server == null){
481 wi.title ="";
482 }
483 if(wi.language == null){
484 wi.title ="";
485 }
486 if(wi.http_server == null){
487 wi.title ="";
488 }
489
490 }
491
492 //检查扫描信息的状态
493 public static void CheckStatus(WebInfo wi){

Callers 2

getServerInfoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected