1. 程式人生 > >fault error and failure

fault error and failure

clas ror 出現 AI bsp pos inf 結果 技術

技術分享圖片

技術分享圖片

程序一

錯誤:for循環中i>0導致index 0 取不到

Test : x=null不執行這個fault

Test : x=[2,3,5]; y=3 執行fault,不會出現error

Test : x=[0,3,5]; y=2 導致error但是並不會影響最後結果,不是個failure

程序二

錯誤: 這個程序找的是firstZero而不是lastZero

Test : x=null不執行這個fault

Test : x=[0]執行了fault,但是不是error

Test : x=[1]導致了error,但是不是failure

fault error and failure