When package name export is enabled (`--package`), the relationship between classes are not exported. The problem is possibly in the method `parseClassLike` of the AST Visitor: https://github.com/feitosa-daniel/java2umltext/blob/474ce0e2262795fb9db7f1f437951367fb82c719/src/main/java/com/java2umltext/ASTVisitor.java#L169
When package name export is enabled (
--package), the relationship between classes are not exported.The problem is possibly in the method
parseClassLikeof the AST Visitor:java2umltext/src/main/java/com/java2umltext/ASTVisitor.java
Line 169 in 474ce0e