|
85 | 85 | } |
86 | 86 | } |
87 | 87 | } |
| 88 | + }, { |
| 89 | + "extension" : "revapi.differences", |
| 90 | + "id" : "intentional-api-changes", |
| 91 | + "configuration": { |
| 92 | + "differences" : [ { |
| 93 | + "code": "java.class.externalClassExposedInAPI", |
| 94 | + "new": "interface it.unimi.dsi.fastutil.ints.IntIntBiConsumer", |
| 95 | + "justification" : "This interface adds functionality to a dependency." |
| 96 | + }, { |
| 97 | + "code": "java.class.externalClassExposedInAPI", |
| 98 | + "new": "interface it.unimi.dsi.fastutil.ints.IntObjectBiConsumer<V>", |
| 99 | + "justification" : "This interface adds functionality to a dependency." |
| 100 | + }, { |
| 101 | + "code": "java.class.externalClassExposedInAPI", |
| 102 | + "new": "interface it.unimi.dsi.fastutil.longs.LongIntBiConsumer", |
| 103 | + "justification" : "This interface adds functionality to a dependency." |
| 104 | + }, { |
| 105 | + "code": "java.class.externalClassExposedInAPI", |
| 106 | + "new": "interface it.unimi.dsi.fastutil.objects.ObjectIntBiConsumer<K>", |
| 107 | + "justification" : "This interface adds functionality to a dependency." |
| 108 | + }, { |
| 109 | + "code": "java.method.varargOverloadsOnlyDifferInVarargParameter", |
| 110 | + "new": "method it.unimi.dsi.fastutil.ints.Int2IntMap it.unimi.dsi.fastutil.ints.Int2IntMap::ofEntries(it.unimi.dsi.fastutil.ints.Int2IntMap.Entry[])", |
| 111 | + "justification" : "This method adds functionality to a dependency." |
| 112 | + }, { |
| 113 | + "code": "java.method.varargOverloadsOnlyDifferInVarargParameter", |
| 114 | + "new": "method <V> it.unimi.dsi.fastutil.ints.Int2ObjectMap<V> it.unimi.dsi.fastutil.ints.Int2ObjectMap<V>::ofEntries(it.unimi.dsi.fastutil.ints.Int2ObjectMap.Entry<V>[])", |
| 115 | + "justification" : "This method adds functionality to a dependency." |
| 116 | + }, { |
| 117 | + "code": "java.method.varargOverloadsOnlyDifferInVarargParameter", |
| 118 | + "new": "method it.unimi.dsi.fastutil.longs.Long2IntMap it.unimi.dsi.fastutil.longs.Long2IntMap::ofEntries(it.unimi.dsi.fastutil.longs.Long2IntMap.Entry[])", |
| 119 | + "justification" : "This method adds functionality to a dependency." |
| 120 | + }, { |
| 121 | + "code": "java.method.varargOverloadsOnlyDifferInVarargParameter", |
| 122 | + "new": "method <K> it.unimi.dsi.fastutil.objects.Object2IntMap<K> it.unimi.dsi.fastutil.objects.Object2IntMap<K>::ofEntries(it.unimi.dsi.fastutil.objects.Object2IntMap.Entry<K>[])", |
| 123 | + "justification" : "This method adds functionality to a dependency." |
| 124 | + } ] |
| 125 | + } |
88 | 126 | } ] |
89 | 127 | } |
0 commit comments