
plugins.eclipse.emma-plugin-eclipse.plugin.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of emma_ant Show documentation
Show all versions of emma_ant Show documentation
EMMA is a fast Java code coverage tool based on bytecode instrumentation. It differs from the existing tools by enabling coverage profiling on large scale enterprise software projects with simultaneous emphasis on fast individual development.
The newest version!
bundleName= Emma Plug-in
bundleVendor= Vladium
name.short= Emma
editor.browser= Browser
buildhtmlreport.label= Create html report
buildhtmlreport.tooltip= Creates a html report from the code executions
buildtextreport.label= Create text report
buildtextreport.tooltip= Creates a text report from the code executions
buildxmlreport.label= Create xml report
buildxmlreport.tooltip= Creates an xml report from the code executions
resetdata.label= Reset all coverage data
resetdata.tooltip= This resets all collected coverage and meta data from the project
instrument.jar= Create monitored jar
#Property page keys
properties.coveragedecoration= Coverage decoration
properties.filter= Filters
properties.output= Output
#Preference pages
preferences.decorations.label= Decorations
mainbuilder.name= Emma main builder
instrument.removefilter.source= Clear monitoring settings
instrument.include.source= Include in monitoring
instrument.exclude.source= Exclude from monitoring
#Show report action
report.show.coverage= Show coverage report
#Decorator texts
decorator.enabled.label= Emma enablement decorator
decorator.enabled.description= This is the Emma project decorator that indicates if monitoring is enabled for the project or not
decorator.filter.label= Emma filter decorator
decorator.filter.description= This is the filtering decorator for the Emma plugin which decorates source files and packages with filtering information.
decorator.coverage.label= Emma coverage decorator
decorator.coverage.description= This is the coverage decorator for the Emma plugin that decorate source files and packages with information about the level of coverage for the unit.
#Theme names
theme.coverage.passed= Coverage passed
theme.coverage.passed.font.desc= The font that units that has passed the coverage threshold gets.
theme.coverage.passed.color.desc= The color that units that has passed the coverage threshold gets.
theme.coverage.failed= Coverage failed
theme.coverage.failed.font.desc= The font that units that hasn't passed the coverage threshold gets.
theme.coverage.failed.color.desc= The color that units that hasn't passed the coverage threshold gets.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy