使用myeclipse的时候generate getters and setters出错

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用myeclipse的时候generate getters and setters出错相关的知识,希望对你有一定的参考价值。

错误提示 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;

参考技术A 确保 是在当前文件中执行的生成。如果问题依旧,建议右键eclipse的快捷方式图标,点击属性,在目标的最后加上 空格 -clean,重新启动eclipse再次尝试看看。追问

很奇怪 从source那里选就报错,从代码报错那里点就可以 这是为啥

参考技术B

不要在主函数里面用这个方法。

public class Person 在这个函数里面可以使用getter & setter

public static void main(String[] args) 这个函数里面用不了。

参考技术C 可能是lombok版本问题,重新安装lombok至最新的版本 参考技术D 重启Eclipse

以上是关于使用myeclipse的时候generate getters and setters出错的主要内容,如果未能解决你的问题,请参考以下文章

myeclipse mybatis generator 怎么使用

MyEclipse下安装MyBatis Generator代码反向生成工具

Myeclipse2014添加mybatis generator插件

Myeclipse 出现了Could not generate DH keypair 错误

back-to-basics-generational-garbage-collection

IDEA入门--lombok和Junit generator2插件的运用