mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
[coverage] Clean up messages
GitOrigin-RevId: c0b2d940d5fbbd84dc648f31b611dc3326445bd2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
696934d22a
commit
7d228b432d
@@ -8,7 +8,7 @@ run.configuration.coverage.branches=Branch coverage
|
||||
run.configuration.coverage.branches.comment=Collect coverage for all branches of if/switch statements
|
||||
run.configuration.enable.coverage.in.test.folders=Collect coverage in test folders
|
||||
run.configuration.track.per.test.coverage=Track per test coverage
|
||||
run.configuration.track.per.test.coverage.comment=Collect data about which code lines were tested by specific tests
|
||||
run.configuration.track.per.test.coverage.comment=Collect data about which code lines were covered by specific tests
|
||||
settings.coverage.java.ignore.implicitly.declared.default.constructors=Ignore implicitly declared default constructors
|
||||
|
||||
# run config settings
|
||||
@@ -24,13 +24,6 @@ exclude.coverage.filters.title=Packages and classes to exclude from coverage dat
|
||||
show.coverage.data.only.in.specified.classes.and.packages=Show coverage data only in specified classes and packages
|
||||
do.not.show.coverage.data.in.specified.classes.and.packages=Do not show coverage data in specified classes and packages
|
||||
|
||||
coverage.settings.runner=Specify alternative coverage runner
|
||||
select.to.use.a.code.coverage.runner.other.than.the.built.in.one=Select to use a code coverage runner other than the built-in one
|
||||
coverage.settings.tracing=Enable branch coverage and test tracking
|
||||
enables.accurate.collection=Enables accurate collection of the branch coverage with the ability to track tests, view coverage statistics, and get additional information on each covered line.
|
||||
coverage.settings.test.folders=Collect coverage in test folders
|
||||
collect.code.coverage.statistics.for.tests=Collect code coverage statistics for tests
|
||||
|
||||
# classes tree view
|
||||
coverage.view.column.class=Class, %
|
||||
coverage.view.column.line=Line, %
|
||||
@@ -47,7 +40,6 @@ coverage.view.text.methods.covered={0}% methods
|
||||
report.unknown.outcome=Unknown outcome: {0}
|
||||
|
||||
# notifications
|
||||
code.coverage.is.not.supported=Code coverage is supported for jre 5.0 or higher
|
||||
generating.coverage.report=Generating coverage report\u2026
|
||||
project.is.out.of.date=Project Is out of Date
|
||||
project.class.files.are.out.of.date=Project class files are out of date, this may lead to incomplete coverage information
|
||||
|
||||
Reference in New Issue
Block a user