The Wayback Machine - https://web.archive.org/web/20200906165743/https://github.com/topics/software-visualization
Skip to content
#

software-visualization

Here are 19 public repositories matching this topic...

naraesk
naraesk commented Feb 5, 2020

In Settingsconfiguration.java we create directories using mkdirs(). We should check the return type and print an error message to the log, if the directory could not be created

Findbugs output:

Exceptional return value of java.io.File.mkdirs() ignored in org.getaviz.generator.SettingsConfiguration.loadConfig(String)

Exceptional return value of java.io.File.mkdirs() ignored in org.getav
b-pos465
b-pos465 commented Jul 29, 2019

In the first iteration I decided to hide the AppBar when any dialog is open. I did so to prevent the AppBar blocking the sight at the model.

A few weeks later I implemented a custom solution which I called MenuBar. The menu bar has a better positioning a solves a couple of bugs with the AppBar. Now it could make sense to keep it always visible - even if a dialog is open.

Improve this page

Add a description, image, and links to the software-visualization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the software-visualization topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.