-
Updated
Feb 12, 2021 - Python
software-analytics
Here are 24 public repositories matching this topic...
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Feb 5, 2021 - Jupyter Notebook
-
Updated
Oct 4, 2017 - Java
-
Updated
Nov 18, 2020 - Jupyter Notebook
-
Updated
Oct 29, 2020 - Java
Code refactorings.
Change code style, conventions, package layout...
-
Updated
Oct 13, 2020 - Java
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
-
Updated
Jan 19, 2020 - ANTLR
-
Updated
Nov 23, 2017 - Java
-
Updated
Oct 1, 2020 - Java
-
Updated
Sep 26, 2019
-
Updated
Oct 19, 2020 - Python
-
Updated
Jul 16, 2017 - JavaScript
-
Updated
Oct 13, 2020 - Java
-
Updated
Jan 19, 2020 - Java
-
Updated
Feb 12, 2021 - Python
-
Updated
Feb 29, 2020 - Java
-
Updated
Jan 20, 2021 - Java
-
Updated
Dec 10, 2018
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.
-
Updated
Oct 12, 2020 - Java
Improve this page
Add a description, image, and links to the software-analytics topic page so that developers can more easily learn about it.
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."
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: