Skip to content
#

software-analytics

Here are 24 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
Artimunor
Artimunor commented Aug 27, 2020

It would be really helpful if Sprints can also be imported from Jira.
Right now they seem not to be in the datamodel, or am I overlooking something?

I can see Epics, as a type of Issue, however links to Epics seem not to exist in IssueLinks, e.g. not being imported.
Any idea why? Can it be Jira settings? Or is it not yet supported?

I am writing Cypher Queries that shows IssueLinks of one

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-analytics 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-analytics topic, visit your repo's landing page and select "manage topics."

Learn more