java.lang.VerifyError on method that worked a minute ago

前端 未结 7 1844

Apologies in advance but I have never seen this error before and don\'t know what to include. I am using NetBeans and suddenly began getting this error:

Exc         


        
7条回答
  •  我在风中等你
    2021-01-18 04:48

    This happened to me in Netbeans. In netbeans, when you try to copy a .java file in same directory without "refactor copy", it places the new file as "YourJavaFile_1.java" and problem occures. But if you copy that file with "refactor copy", there is no problem.

    It gives the name as "YourJavaFile1.java", but with refactoring.

提交回复
热议问题