IntelliJ IDEA 2018.2 Help

New Filter Dialog

The dialog box opens when you click icons toolbarDecorator addPattern 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.

Item

Description

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.
Last modified: 20 November 2018

See Also