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.
我正在尝试编辑创建新方法的模板。我想做这样的事情:
throw new mypackage.UnimplementedException();
但我想将我的包添加到导入中,而不是在方法体上用完整包声明它。我尝试使用:
${:import(mypackage.UnimplementedException)}
但它不起作用(仅适用于编辑器模板)
我为此提交了一个请求: https ://bugs.eclipse.org/bugs/show_bug.cgi?id=333313