Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Codenvy 经典 IDE 下开发一个 Maven 项目,我不想编写 getters/setters 样板,所以我将 lombok 作为我的 pom 的依赖项,并尝试在 Codenvy 下开发我的 bean。
尽管在老式的 Eclipse IDE 下构建代码是可以的,而且我没有看到任何编译问题,但我在 Codenvy IDE 上遇到了问题,它似乎没有将其编译的依赖项与构建目录绑定。
有没有人已经处理过这个问题并找到了解决方案。任何帮助甚至提示将不胜感激。
这个新插件将帮助您在 Codeenvy (Eclipse che) 上安装 lambok
https://github.com/KakashiMamun/plugin-lombok
I have a warning : Type safety: Unchecked cast from List < capture#10-of ?> to List < Object>
Type safety: Unchecked cast from List < capture#10-of ?> to List < Object>
There is the call, stock.getListDVD().getListDV
stock.getListDVD().getListDV