Generated diagrams do not correspond to propect structure

Issue #5 on hold
YOUR BROTHER created an issue

What I've encountered:

  1. Some packages were skipped
  2. Consecutively generated diagrams on same directory do not match
  3. For some set of packages, all diagrams were identical to the one generated for first package of that set.

Project structure (After diagrams created): (For reference, generated diagrams are attached as images)

  • app
    • root
      • model
      • ownerships
        • estate
          • Estate.java
        • vehicle
          • Type.java
          • Vehicle.java
        • Ownership.java
        • ownerships.plantuml # contains only Ownership.java interface
      • InvoiceImpl.java
      • Invoice.java
      • User.java
    • repository/:
      • control/:
        • control.plantuml # correctly represents relationship between classes in repository (not control) package
        • PaymentTriggerImpl.java
        • PaymentTrigger.java
      • repository.plantuml # is exactly same as ownerships.plantuml
      • Users.java
    • service.taxcounter/:
      • resolvers/: # no diagrams here...
        • TaxResolver.java
      • TaxCounterImpl.java
      • TaxCounter.java
      • TaxResolvers.java
    • webapi/:
      • ErrorController.java
      • ServletConfig.java
    • RootConfig.java
  • WebAppInit.java

Also, at the root of Intellij project the correct diagram was created. But it is really messy with package names: website.png I think that the outermost package's name should be the only absolute path. All inner packages should be relative to their respective parent packages.

Comments (4)

  1. Philippe MESMEUR repo owner

    Hello

    Would it be possible to send me a sample, i.e. a light project reproducing at least partially your problems?

    Regards, Philippe

  2. Log in to comment