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.
2 つのフィルター ファイルがあり、1 つはグローバル フィルターとして機能し、もう 1 つはプロジェクト固有のフィルター ファイル用です。ant にフィルター ファイルを認識させたいのですが、excludeFilter は 1 つしか存在しないようです。オンラインで検索してみましたが、すべての例で 1 つのフィルター ファイルが使用されています。ありがとう!
FindBugs は複数の除外フィルターを処理できますが、FindBugs ant タスクは処理できないようです。コマンド ラインから、複数の -exclude オプションを使用できます。Eclipse プラグインでは、複数の除外ファイルをリストできます。