-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor code involving text to use StringViewer #422
Labels
main
Issues with the main code base
refactoring
A proposal to refector or generally improve the code
Milestone
Comments
yannsartori
added a commit
to yannsartori/JetUML
that referenced
this issue
Mar 11, 2021
…al pads Now, instead of passing in a somewhat cryptic sequence of boolean flags to indicate the decorations, the using code passes in an EnumSet of the decorations desired. Furthermore, padding is now optional
yannsartori
added a commit
to yannsartori/JetUML
that referenced
this issue
Mar 11, 2021
yannsartori
added a commit
to yannsartori/JetUML
that referenced
this issue
Mar 11, 2021
prmr
added
main
Issues with the main code base
refactoring
A proposal to refector or generally improve the code
labels
Mar 11, 2021
yannsartori
added a commit
to yannsartori/JetUML
that referenced
this issue
Mar 12, 2021
yannsartori
added a commit
to yannsartori/JetUML
that referenced
this issue
Mar 12, 2021
yannsartori
added a commit
to yannsartori/JetUML
that referenced
this issue
Mar 12, 2021
yannsartori
added a commit
to yannsartori/JetUML
that referenced
this issue
Mar 14, 2021
prmr
pushed a commit
that referenced
this issue
Mar 16, 2021
Now, instead of passing in a somewhat cryptic sequence of boolean flags to indicate the decorations, the using code passes in an EnumSet of the decorations desired. Furthermore, padding is now optional
prmr
pushed a commit
that referenced
this issue
Mar 16, 2021
prmr
pushed a commit
that referenced
this issue
Mar 16, 2021
prmr
pushed a commit
that referenced
this issue
Mar 16, 2021
prmr
pushed a commit
that referenced
this issue
Mar 16, 2021
prmr
pushed a commit
that referenced
this issue
Mar 16, 2021
prmr
pushed a commit
that referenced
this issue
Mar 16, 2021
louib
pushed a commit
to louib/JetUML
that referenced
this issue
Aug 15, 2021
…al pads Now, instead of passing in a somewhat cryptic sequence of boolean flags to indicate the decorations, the using code passes in an EnumSet of the decorations desired. Furthermore, padding is now optional
louib
pushed a commit
to louib/JetUML
that referenced
this issue
Aug 15, 2021
louib
pushed a commit
to louib/JetUML
that referenced
this issue
Aug 15, 2021
louib
pushed a commit
to louib/JetUML
that referenced
this issue
Aug 15, 2021
louib
pushed a commit
to louib/JetUML
that referenced
this issue
Aug 15, 2021
louib
pushed a commit
to louib/JetUML
that referenced
this issue
Aug 15, 2021
louib
pushed a commit
to louib/JetUML
that referenced
this issue
Aug 15, 2021
louib
pushed a commit
to louib/JetUML
that referenced
this issue
Aug 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
main
Issues with the main code base
refactoring
A proposal to refector or generally improve the code
Currently, there are a couple classes that contain operations involving text (
AbstractEdgeViewer
,StateTransitionEdgeViewer
, etc) which all reimplement functionalities provided by StringViewer. These areas can be rewritten to utilize StringViewerThe result of this refactoring would make adding features involving text much easier, since there is only one point of contact.
The text was updated successfully, but these errors were encountered: