-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #443 from blackducksoftware/sierra/idetect-4487
Update synopsys references to Blackduck
- Loading branch information
Showing
276 changed files
with
3,213 additions
and
3,638 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
...blackduck/integration/blackduck/api/enumeration/PolicyRuleComponentUsageValueSetType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* | ||
* blackduck-common | ||
* | ||
* Copyright (c) 2024 Black Duck Software, Inc. | ||
* | ||
* Use subject to the terms and conditions of the Black Duck Software End User Software License and Maintenance Agreement. All rights reserved worldwide. | ||
*/ | ||
package com.blackduck.integration.blackduck.api.enumeration; | ||
|
||
public enum PolicyRuleComponentUsageValueSetType { | ||
DYNAMICALLY_LINKED, | ||
STATICALLY_LINKED, | ||
SOURCE_CODE, | ||
DEV_TOOL_EXCLUDED, | ||
SEPARATE_WORK, | ||
IMPLEMENTATION_OF_STANDARD | ||
} |
19 changes: 19 additions & 0 deletions
19
.../com/blackduck/integration/blackduck/api/enumeration/PolicyRuleConditionOperatorType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* | ||
* blackduck-common | ||
* | ||
* Copyright (c) 2024 Black Duck Software, Inc. | ||
* | ||
* Use subject to the terms and conditions of the Black Duck Software End User Software License and Maintenance Agreement. All rights reserved worldwide. | ||
*/ | ||
package com.blackduck.integration.blackduck.api.enumeration; | ||
|
||
public enum PolicyRuleConditionOperatorType { | ||
EQ, | ||
NE, | ||
LT, | ||
GT, | ||
IN, | ||
NOT_IN, | ||
GE; | ||
|
||
} |
6 changes: 3 additions & 3 deletions
6
.../enumeration/PolicyRuleConditionType.java → .../enumeration/PolicyRuleConditionType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...k/api/enumeration/RankedSeverityType.java → ...k/api/enumeration/RankedSeverityType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
src/main/java/com/blackduck/integration/blackduck/api/enumeration/ReviewStatusType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/* | ||
* blackduck-common | ||
* | ||
* Copyright (c) 2024 Black Duck Software, Inc. | ||
* | ||
* Use subject to the terms and conditions of the Black Duck Software End User Software License and Maintenance Agreement. All rights reserved worldwide. | ||
*/ | ||
package com.blackduck.integration.blackduck.api.enumeration; | ||
|
||
public enum ReviewStatusType { | ||
NOT_REVIEWED, | ||
REVIEWED | ||
} |
43 changes: 21 additions & 22 deletions
43
...ackduck/bdio2/Bdio2FileUploadService.java → ...ackduck/bdio2/Bdio2FileUploadService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 12 additions & 13 deletions
25
.../bdio2/Bdio2RetryAwareStreamUploader.java → .../bdio2/Bdio2RetryAwareStreamUploader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 16 additions & 20 deletions
36
.../blackduck/bdio2/Bdio2StreamUploader.java → .../blackduck/bdio2/Bdio2StreamUploader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 11 additions & 12 deletions
23
...ation/blackduck/bdio2/Bdio2UploadJob.java → ...ation/blackduck/bdio2/Bdio2UploadJob.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...on/blackduck/bdio2/Bdio2UploadResult.java → ...on/blackduck/bdio2/Bdio2UploadResult.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
src/main/java/com/blackduck/integration/blackduck/bdio2/RetriableBdioUploadException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* | ||
* blackduck-common | ||
* | ||
* Copyright (c) 2024 Black Duck Software, Inc. | ||
* | ||
* Use subject to the terms and conditions of the Black Duck Software End User Software License and Maintenance Agreement. All rights reserved worldwide. | ||
*/ | ||
package com.blackduck.integration.blackduck.bdio2; | ||
|
||
public class RetriableBdioUploadException extends Exception { | ||
} |
10 changes: 5 additions & 5 deletions
10
.../blackduck/bdio2/model/Bdio2Document.java → .../blackduck/bdio2/model/Bdio2Document.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.