break MISSING_BLOCK_LABEL_160; 看源代碼出現的,源代碼是反編譯的


break MISSING_BLOCK_LABEL_160;
FileNotFoundException fnfe;
fnfe;
out.close();
throw fnfe;
in.close();
break MISSING_BLOCK_LABEL_268;
fnfe;
fnfe.printStackTrace();
in.close();
break MISSING_BLOCK_LABEL_268;
Exception exception;
exception;
in.close();
throw exception;
fnfe;
System.err.println((new StringBuilder()).append("broken link ").append(fnfe.getMessage()).append(" ignored").toString());
break MISSING_BLOCK_LABEL_268;
IOException ioe;
ioe;
System.err.println((new StringBuilder()).append("I/O problem: ").append(ioe.getMessage()).toString());
file = null;

 

因為是反編譯的嘛,肯定不能百分百還原,不能還原的就成這個樣子了。

當然了,這段代碼還是很好揣摩的,應該是

try{

}catch(Exception e){

}

一類的代碼。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM