Home
last modified time | relevance | path

Searched refs:breakingChanges (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/graphql/utilities/
H A DfindBreakingChanges.mjs67 var breakingChanges = [];
70 breakingChanges.push({
76 return breakingChanges;
87 var breakingChanges = [];
95 breakingChanges.push({
101 return breakingChanges;
114 var breakingChanges = [];
183 breakingChanges: breakingChanges,
246 return breakingChanges;
304 breakingChanges: breakingChanges,
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/tests/util/
H A DDecodeBuildState.java62 IDelta[] breakingChanges = state.getBreakingChanges(); in printBuildState() local
63 int length = breakingChanges.length; in printBuildState()
66 IDelta delta = breakingChanges[i]; in printBuildState()
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/Azure/azure-sdk-for-go/azure-sdk-for-go-16.2.1/tools/apidiff/cmd/
H A Dcommon.go57 type breakingChanges struct { struct
66 func (bc breakingChanges) isEmpty() bool { argument
110 BreakingChanges *breakingChanges `json:"breakingChanges,omitempty"`
139 breaks := breakingChanges{}
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/Azure/azure-sdk-for-go/tools/apidiff/cmd/
H A Dcommon.go69 type breakingChanges struct { struct
78 func (bc breakingChanges) isEmpty() bool { argument
122 BreakingChanges *breakingChanges `json:"breakingChanges,omitempty"`
151 breaks := breakingChanges{}
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/builder/
H A DBuildState.java67 private Map<String, Set<IDelta>> breakingChanges; field in BuildState
89 this.breakingChanges = new LinkedHashMap<>(); in BuildState()
323 Set<IDelta> object = this.breakingChanges.get(typeName); in addBreakingChange()
327 this.breakingChanges.put(typeName, changes); in addBreakingChange()
338 if (this.breakingChanges == null || this.breakingChanges.isEmpty()) { in getBreakingChanges()
342 Collection<Set<IDelta>> values = this.breakingChanges.values(); in getBreakingChanges()
381 this.breakingChanges.remove(typeName); in cleanup()
H A DBaseApiAnalyzer.java2129 IDelta[] breakingChanges = fBuildState.getBreakingChanges(); in checkApiComponentVersion() local
2131 if (breakingChanges.length != 0) { in checkApiComponentVersion()
2136 compversionval, refversionval }, String.valueOf(newversion), collectDetails(breakingChanges)); in checkApiComponentVersion()
2292 if (breakingChanges.length > 0 || compatibleChanges.length > 0) { in checkApiComponentVersion()
2308 if (breakingChanges.length > 0) { in checkApiComponentVersion()