summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/.settings
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2015-11-10 00:59:40 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2015-11-10 00:59:40 +0100
commita74ff164e48811ff368ce3dde384a16a565be31e (patch)
treedea3976724f3310d29e3448829606862c3cfc3a3 /org.eclipse.jgit/.settings
parentb37d77997ca13fb21aa281cdddae59a14892de5d (diff)
downloadjgit-a74ff164e48811ff368ce3dde384a16a565be31e.tar.gz
jgit-a74ff164e48811ff368ce3dde384a16a565be31e.zip
Silence API errors for new methods added to BitmapBuilder
These API changes were introduced in f523f21e and 73474466. BitmapBuilder is an interface to be implemented by implementors of this interface. According to OSGi semantic versioning rules breaking API changes require update of the minor version only if implementors of the API have to be adapted and the changes do not affect clients of the API. Change-Id: If45d204181ea9bc788b6b57693ca17b1847564c7 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/.settings')
-rw-r--r--org.eclipse.jgit/.settings/.api_filters14
1 files changed, 14 insertions, 0 deletions
diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters
index f34226c42b..ed330b1517 100644
--- a/org.eclipse.jgit/.settings/.api_filters
+++ b/org.eclipse.jgit/.settings/.api_filters
@@ -1,5 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<component id="org.eclipse.jgit" version="2">
+ <resource path="src/org/eclipse/jgit/lib/BitmapIndex.java" type="org.eclipse.jgit.lib.BitmapIndex$BitmapBuilder">
+ <filter comment="interface is implemented by extenders but not clients of the API" id="403804204">
+ <message_arguments>
+ <message_argument value="org.eclipse.jgit.lib.BitmapIndex.BitmapBuilder"/>
+ <message_argument value="addObject(AnyObjectId, int)"/>
+ </message_arguments>
+ </filter>
+ <filter comment="interface is implemented by extenders but not clients of the API" id="403804204">
+ <message_arguments>
+ <message_argument value="org.eclipse.jgit.lib.BitmapIndex.BitmapBuilder"/>
+ <message_argument value="getBitmapIndex()"/>
+ </message_arguments>
+ </filter>
+ </resource>
<resource path="src/org/eclipse/jgit/transport/PushCertificate.java" type="org.eclipse.jgit.transport.PushCertificate">
<filter comment="PushCertificate wasn't really usable in 4.0" id="338722907">
<message_arguments>