In OptimizeIt, how do I create logic for filters to both include and exclude certain packages?
By: Christopher Moeller
Abstract: Getting started with filters in OptimizeIt
Question:
In OptimizeIt, how do I create a filter for the following logic? :
I want to include the package:
sun.java2d.*
while excluding the nested package:
sun.java2d.loops.*
Answer:
In File | Edit Settings | Filters | Exclude, create the following two filters:
sun.java2d.loops.*
!sun.java2d.*
Published on: 1/31/2003 1:32:02 PM
Server Response from: ETNASC01