任何阻止警告在特定包中显示的方法 - FDT / Eclipse
我正在使用 FDT 和 Flash 10,并且刚刚发现 Flixel,但是当我将源代码导入到我的类目录中时,我得到大量的错误和警告。
在阅读这篇帖子后,我已经修复了这些错误,但我仍然有很多警告。
有什么方法可以阻止 FDT 向我发出有关特定软件包的警告吗?我想 Eclipse 也会有同样的选择吗?
I'm using FDT and Flash 10, and have just discovered Flixel, but when I import the source into my classes directory I get loads of errors and warnings.
I have fixed the errors, after reading this post, but I still have a lot of warnings left.
Is there any way to stop FDT from giving me warnings on a specific package? I guess Eclipse would have the same option?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该为 flixel 库创建一个自己的源文件夹,然后转到
FDT 构建路径
中的Source
选项卡。您可以在此处取消选中 flixel 源文件夹的生成问题/任务
。You should create an own source folder for the flixel library and go to the
Source
tab in theFDT Build Path
. There you can uncheckGenerate Problems/Tasks
for the flixel source folder.