使用myeclipse的时候generate getters and setters出错
错误提示theoperationisnotapplicabletothecurrentselection.Selectafieldwhichisnotdeclaredas...
错误提示 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.
代码是
package com.test.bean;
public class User {
private Integer id;
private String firstname;
private String lastname;
private int age;
} 展开
代码是
package com.test.bean;
public class User {
private Integer id;
private String firstname;
private String lastname;
private int age;
} 展开
4个回答
展开全部
确保 是在当前文件中执行的生成。如果问题依旧,建议右键eclipse的快捷方式图标,点击属性,在目标的最后加上 空格 -clean,重新启动eclipse再次尝试看看。
追问
很奇怪 从source那里选就报错,从代码报错那里点就可以 这是为啥
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
不要在主函数里面用这个方法。
public class Person {在这个函数里面可以使用getter & setter
public static void main(String[] args) {这个函数里面用不了。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
可能是lombok版本问题,重新安装lombok至最新的版本
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询