Vanco / SequencePlugin

SequencePlugin for IntelliJ IDEA
Other
686 stars 196 forks source link

Cannot filter package 'com.base.package.toexclude.**' #147

Closed blimaupgrade closed 1 year ago

blimaupgrade commented 1 year ago

Describe the bug When adding package filter 'com.base.package.toexclude.**', classes from configured package are still being shown in generated diagram.

To Reproduce

  1. Go to 'Settings / Tools / Sequence Diagram'
  2. Click on 'Add' button from section "exclude from diagram"
  3. Scroll down to 'add com.base.package.toexclude.**'
  4. Implement class inside package com.base.package.toexclude, using lombok @Builder and apply MyClass.builder().build();
  5. Both classes will be shown in diagram (MyClass and MyClass.MyClassBuilder)

Expected behavior Classes from excluded package should not appear.

Plugin & IDE info:

Vanco commented 1 year ago

fixed since v3.x