Francesco Galgani
Francesco Galgani

Reputation: 6249

Tools to diagram the sources of a Codename One app

A stakeholder asked me diagrams that explains how the source code of a Codename One app I’m writing works. It’s a generic question about diagrams... and it seems mission impossible to do by hand: currently I’ve already written about 50k lines of code for this app... Do you know any automatic tool that works fine with the sources of a Codename One app to make printable diagrams (any type of diagram that helps to understand how the code works)?

Thank you

Upvotes: 1

Views: 51

Answers (1)

Doc
Doc

Reputation: 11651

If the language is Java, then you can have a lot of UML makers out there

Use IntelliJ to generate class diagram will help if you are using an IDE.

Upvotes: 1

Related Questions