Browsing French translation

18226 of 82199 results
18226.
Java API Compliance Checker (Java ACC) is a tool for checking backward binary and source-level compatibility of a Java library API. The tool checks classes declarations of old and new versions and analyzes changes that may break compatibility: removed methods, removed class fields, added abstract methods, etc. Binary incompatibility may result in crashing or incorrect behavior of existing clients built with an old version of a library when they are running with a new one. Source incompatibility may result in recompilation errors with a new library version. The tool is intended for library developers and operating system maintainers who are interested in ensuring backward compatibility, i.e. allow old clients to run or to be recompiled with newer library versions.
Description
Java API Compliance Checker (Java ACC –⋅vérificateur de la compatibilité d'API Java) est un outil pour vérifier la rétrocompatibilité binaire et au niveau du source de l'API d'une bibliothèque Java. L'outil vérifie les déclarations des classes entre les nouvelles et anciennes versions et analyse les modifications qui peuvent briser la compatibilité⋅: les méthodes et les champs de classe supprimés, les méthodes abstraites ajoutées,⋅etc. L'incompatibilité binaire peut avoir pour conséquence un plantage ou un comportement incorrect des clients construits avec une ancienne version d'une bibliothèque lors de l'exécution avec une nouvelle version. Les incompatibilités de source peuvent avoir pour conséquence des erreurs de recompilation avec une nouvelle version de la bibliothèque. L'outil est destiné aux développeurs de bibliothèques et à ceux qui entretiennent les systèmes d'exploitation qui sont intéressés à assurer la rétrocompatibilité, c'est-à-dire à permettre que les anciens clients soient exécutés ou recompilés avec les versions plus récentes de la bibliothèque.
Translated by Michael Vogt
Located in Package: japi-compliance-checker
18226 of 82199 results

This translation is managed by Ubuntu French Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.