-
Notifications
You must be signed in to change notification settings - Fork 171
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
Story Arc Editor #4020
base: master
Are you sure you want to change the base?
Story Arc Editor #4020
Conversation
…yPointEditorPanel
@@ -396,9 +404,13 @@ | |||
if (campaign != null) { | |||
getApplication().setCampaign(campaign); | |||
getApplication().getCampaignController().setHost(campaign.getId()); | |||
getApplication().showNewView(); | |||
if(storyArcEditor) { | |||
getApplication().showNewStoryArcEditor(storyArcStub.loadStoryArc(campaign)); |
Check warning
Code scanning / CodeQL
Dereferenced variable may be null Warning
storyArcStub
this
…nel that avoids JTable
@@ -60,6 +63,16 @@ | |||
return Integer.toString(value); | |||
} | |||
|
|||
public List<String> getAllPossibleResults() { |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
StoryPoint.getAllPossibleResults
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4020 +/- ##
============================================
- Coverage 10.54% 10.47% -0.08%
+ Complexity 5605 5603 -2
============================================
Files 886 897 +11
Lines 117416 118187 +771
Branches 17617 17675 +58
============================================
- Hits 12383 12380 -3
- Misses 103774 104547 +773
- Partials 1259 1260 +1 ☔ View full report in Codecov by Sentry. |
No description provided.