JAVA错误提示:The operation is not applicable to the current selection.Select a field which is not declar

从来好事天生俭,自古瓜儿苦后甜。这篇文章主要讲述JAVA错误提示:The operation is not applicable to the current selection.Select a field which is not declar相关的知识,希望能为你提供帮助。
平时没怎么注意,今天用Eclipse自动生成Set Get方法时提示错误,错误信息如下:
【JAVA错误提示:The operation is not applicable to the current selection.Select a field which is not declar】The operation is not applicable to the current selection.Select a field which is not declared as type variable or a type that declares such fields.

JAVA错误提示:The operation is not applicable to the current selection.Select a field which is not declar

文章图片

 
  原因:
JAVA错误提示:The operation is not applicable to the current selection.Select a field which is not declar

文章图片

 
解决方案:将光标定位到类内部自动生成Set、Get即可
 
JAVA错误提示:The operation is not applicable to the current selection.Select a field which is not declar

文章图片


    推荐阅读