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.
我错误地在我的 plugin.xml 中有重复的条目。但是eclipse IDE没有抱怨。不应该吗?
扩展点的语义各不相同。Eclipse 仅在设计时对扩展数据执行基本数据类型验证。扩展点处理程序通常在运行时执行进一步验证,但验证的深度因扩展点而异。在运行时检测到的问题将在错误日志中报告。