-
Notifications
You must be signed in to change notification settings - Fork 177
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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4020 +/- ##
============================================
+ Coverage 10.32% 11.07% +0.75%
- Complexity 6094 6435 +341
============================================
Files 1032 1076 +44
Lines 138661 141335 +2674
Branches 20553 20949 +396
============================================
+ Hits 14315 15659 +1344
- Misses 122905 124058 +1153
- Partials 1441 1618 +177 ☔ View full report in Codecov by Sentry. |
No description provided.