Why eclipse is generating argument names as arg0,arg1,arg2… for methods?

后端 未结 6 1606
面向向阳花
面向向阳花 2020-12-09 15:40

When I try to access some class\'s method; eclipse gets that method but arguments inside that method are replaced by arg0, arg1, arg2...

Example:-

Suppose I

6条回答
  •  庸人自扰
    2020-12-09 15:46

    Anyone having the same issue, try performing a Project > Clean, this will delete the old class files, and Eclipse will recompile them in debug mode this time. Worked for me in Indigo 3.7.2

提交回复
热议问题