org.sonar.l10n.jacoco.properties Maven / Gradle / Ivy
category.JaCoCo.help=Wildcards
\
Following rules are applied:
\
\
\
\
\
* \
Match zero or more characters \
\
\
? \
Match a single character \
\
\
/ \
Package names separator \
\
\
\
Examples:
\
\
Filter Description Matches \
\
\
*/mycompany/* \
Match all java classes located in a 'mycompany' package \
\
\
- com/mycompany/MyClass
\
- org/mycompany/subpackage/AnotherClass
\
\
\
\
\
*bean* \
Match all java classes having the 'bean' string in their logical path \
\
\
- com/mycompany/bean/MyClass
\
- org/mycompany/MybeanClass
\
\
\
\
\