IntelliJ IDEA 2016.2 Help

New Filter Dialog

The dialog box opens when you click add_class_pattern in the Class Filter or Class Exclusion Filter area of the Class Filters dialog box.

In this dialog box, specify class patterns that identify the classes to be included in the currently configured class filter.

A class pattern points at the classes whose fully qualified names match the pattern. The subclasses of such classes are included in a filter only if their fully qualified names also match the specified pattern.

ItemDescription
Enter the filter pattern In this text box, specify the class pattern. A class pattern may start or end with an asterisk (*), which stands for any number (including zero) of any characters. The patterns are matched against fully qualified class names.

See Also

Last modified: 23 November 2016