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.
Eclipse pmdプラグインに新しいJavaベースのpmdルールを追加するにはどうすればよいですか?
次のエラーが発生します:
無効なクラスの実装。クラスはプラグインのクラスパスにあり、ルールインターフェイスを実装する必要があります。
AbstractRuleクラスでルールクラスを拡張しました。
Eclipseプラグインに新しいルールを追加できます。
この記事に従ってください。