From e3922b590bef45c72cd43e9629fda5f173be74ca Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Mon, 16 Dec 2019 15:22:08 +0100 Subject: [PATCH] Ignore warnings for generated source code in org.eclipse.jgit.benchmark The source code in the folder .apt_generated is generated by the JMH code generator, so there's no point in raising any warnings as this could only be fixed in the upstream code generator. Change-Id: I882888e7bf924f9ae74182598fcb91671a5c9818 Signed-off-by: Matthias Sohn --- org.eclipse.jgit.benchmarks/.classpath | 1 + 1 file changed, 1 insertion(+) diff --git a/org.eclipse.jgit.benchmarks/.classpath b/org.eclipse.jgit.benchmarks/.classpath index 438d155e31..1285bd9e36 100644 --- a/org.eclipse.jgit.benchmarks/.classpath +++ b/org.eclipse.jgit.benchmarks/.classpath @@ -18,6 +18,7 @@ + -- 2.39.5