
mojo.clirr-maven-plugin.2.7.source-code.clirr-report_nl.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clirr-maven-plugin Show documentation
Show all versions of clirr-maven-plugin Show documentation
Clirr is a tool that checks Java libraries for binary and source compatibility with older releases.
Basically you give it two sets of jar files and Clirr dumps out a list of changes in the public API.
The clirr-maven-plugin can be configured to break the build, if it detects incompatible api changes.
In a continuous integration process, the clirr-maven-plugin can automatically prevent accidental
introduction of binary or source compatibility problems. Additionally, the plugin can generate
a report as part of the generated site.
#
# Copyright 2006 The Codehaus
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
report.clirr.name=Clirr
report.clirr.description=Rapport van API verschillen tussen releases
report.clirr.title=Clirr Resultaten
report.clirr.clirrlink=Het volgende document bevat de resultaten van
report.clirr.version.current=Huidige versie:
report.clirr.version.comparison=Vergeleken versie:
report.clirr.summary=Samenvatting
report.clirr.details=Details
report.clirr.column.severity=Strictheid
report.clirr.column.number=Aantal
report.clirr.level.info=Info
report.clirr.level.warning=Waarschuwing
report.clirr.level.error=Fout
report.clirr.column.message=Melding
report.clirr.column.class=Class
report.clirr.column.methodorfield=Methode / Veld
report.clirr.noresults=Geen resultaten
report.clirr.filtered=(De resultaten zijn gefilterd, zodat minder stricte resultaten niet getoond worden)
report.clirr.error.invalid.minseverity=Negeer ongeldige waarde minimum strictheid
report.clirr.error.noreports=Geen rapporten geconfigureerd
report.clirr.error.nopredecessor=Geen vorige versie gevonden. Gebruik eventueel ''comparisonArtifacts'' voor een expliciete versie.
check.clirr.failure.errors=Er zijn {0} fouten.
check.clirr.failure.warnings=Er zijn {0} waarschuwingen.
check.clirr.failure.infos=Er zijn {0} infos.
check.clirr.failure.error=Er is 1 fout.
check.clirr.failure.warning=Er is 1 waarschuwing.
check.clirr.failure.info=Er is 1 info.
check.clirr.success=Geslaagd met {0} fouten, {1} waarschuwingen en {2} andere veranderingen.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy