Skip to content

Conversation

wwillard7800
Copy link
Contributor

With DAT-17659 we may have changes that are skipped due to licensing issues

Impact

  • Bug fix (non-breaking change which fixes expected existing functionality)
  • Enhancement/New feature (adds functionality without impacting existing logic)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

Things to be aware of

Things to worry about

Additional Context

@@ -251,19 +278,27 @@
//
// Create a final list of changesets to be displayed
//
private static List<ChangeSetStatus> createFinalStatusList(List<ChangeSet> skippedChangeSets, List<ChangeSetStatus> filterDenied, SortedMap<String, Integer> mdcSkipCounts) {
private static List<ChangeSetStatus> createFinalStatusList(List<ChangeSet> skippedChangeSets, List<ChangeSet> skippedBecauseOfLicenseChangeSets, List<ChangeSetStatus> filterDenied, SortedMap<String, Integer> mdcSkipCounts) {

Check notice

Code scanning / CodeQL

Useless parameter

The parameter 'mdcSkipCounts' is never used.
@filipelautert filipelautert merged commit 649ef7b into master Aug 5, 2024
1 check passed
@filipelautert filipelautert deleted the DAT-17659 branch August 5, 2024 12:53
filipelautert pushed a commit that referenced this pull request Aug 13, 2024
…AT-17659 (#6114)

Handle reporting of changes which are skipped due to license issues

DAT-17659
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants