closed [remove @unlinked] IllegalStateException if some groups are empty

0 votes
asked May 3, 2020 in Bug by bflorat (180 points)
closed Aug 24, 2021 by plantuml

Thanks again for the remove @unlinked  feature. It works great.

Testing it, I figured out a few (non blocking) edge cases I put here to help the follow-up :

IllegalStateException if some groups are empty :

@startuml

together t{

}

remove @unlinked

@enduml

closed with the note: https://forum.plantuml.net/11052/remove-unlinked-components?show=14432#c14432
commented Aug 24, 2021 by The-Lu (64,340 points)
edited Aug 24, 2021 by The-Lu

This case seems not be fully corrected, see this simple example:

@startuml
together {
}
remove @unlinked
@enduml
http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuIh9JqyjoKWjKgZcgkKgIitDBqjLS2ZDoydCoqvDuN98pKi1gW80
...