diff --git a/.github/workflows/masterCI.yml b/.github/workflows/masterCI.yml index 8b2526a1..ac5432cc 100644 --- a/.github/workflows/masterCI.yml +++ b/.github/workflows/masterCI.yml @@ -184,7 +184,7 @@ jobs: # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - name: Run SonarScanner Analysis - run: SonarCloud/sonar-scanner-4.6.0.2311-macosx/bin/sonar-scanner -X -Dsonar.organization=${{ secrets.SONAR_ORGANIZATION_KEY }} -Dsonar.projectKey=${{ secrets.SONAR_PROJECT_KEY }} -Dsonar.coverageReportPaths=sonarqube-generic-coverage.xml + run: SonarCloud/sonar-scanner-4.6.2.2472-macosx/bin/sonar-scanner -X -Dsonar.organization=${{ secrets.SONAR_ORGANIZATION_KEY }} -Dsonar.projectKey=${{ secrets.SONAR_PROJECT_KEY }} -Dsonar.coverageReportPaths=sonarqube-generic-coverage.xml env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a5ae905..0d136af6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,13 @@ The change log has moved to this repo's [GitHub Releases Page](https://github.co ## Release Notes +**2.0.0-beta.23** +- refactor: upgraded KSCRash to v1.15.25 +- refactor: upgraded PLCrashReporter to v1.10.0 +- chore: updated macosAppObjC Xcode scheme +- chore: update SonarCloud build wrapper +- chore: update SonarCloud scanner + **2.0.0-beta.22** **2.0.0-beta.21** - feat: new RollbarAUL module is code complete diff --git a/Demos/macosAppObjC/macosAppObjC.xcodeproj/xcshareddata/xcschemes/macosAppObjC.xcscheme b/Demos/macosAppObjC/macosAppObjC.xcodeproj/xcshareddata/xcschemes/macosAppObjC.xcscheme new file mode 100644 index 00000000..5b33c9af --- /dev/null +++ b/Demos/macosAppObjC/macosAppObjC.xcodeproj/xcshareddata/xcschemes/macosAppObjC.xcscheme @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM.xcodeproj/project.pbxproj b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM.xcodeproj/project.pbxproj new file mode 100644 index 00000000..0e38dec7 --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM.xcodeproj/project.pbxproj @@ -0,0 +1,331 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + 556BD97A268D263E00D7D3DB /* tvosAppSwiftSPMApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 556BD979268D263E00D7D3DB /* tvosAppSwiftSPMApp.swift */; }; + 556BD97C268D263E00D7D3DB /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 556BD97B268D263E00D7D3DB /* ContentView.swift */; }; + 556BD97E268D264200D7D3DB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 556BD97D268D264200D7D3DB /* Assets.xcassets */; }; + 556BD981268D264200D7D3DB /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 556BD980268D264200D7D3DB /* Preview Assets.xcassets */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 556BD976268D263E00D7D3DB /* tvosAppSwiftSPM.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tvosAppSwiftSPM.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 556BD979268D263E00D7D3DB /* tvosAppSwiftSPMApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = tvosAppSwiftSPMApp.swift; sourceTree = ""; }; + 556BD97B268D263E00D7D3DB /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; + 556BD97D268D264200D7D3DB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 556BD980268D264200D7D3DB /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; + 556BD982268D264200D7D3DB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 556BD973268D263D00D7D3DB /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 556BD96D268D263D00D7D3DB = { + isa = PBXGroup; + children = ( + 556BD978268D263E00D7D3DB /* tvosAppSwiftSPM */, + 556BD977268D263E00D7D3DB /* Products */, + ); + sourceTree = ""; + }; + 556BD977268D263E00D7D3DB /* Products */ = { + isa = PBXGroup; + children = ( + 556BD976268D263E00D7D3DB /* tvosAppSwiftSPM.app */, + ); + name = Products; + sourceTree = ""; + }; + 556BD978268D263E00D7D3DB /* tvosAppSwiftSPM */ = { + isa = PBXGroup; + children = ( + 556BD979268D263E00D7D3DB /* tvosAppSwiftSPMApp.swift */, + 556BD97B268D263E00D7D3DB /* ContentView.swift */, + 556BD97D268D264200D7D3DB /* Assets.xcassets */, + 556BD982268D264200D7D3DB /* Info.plist */, + 556BD97F268D264200D7D3DB /* Preview Content */, + ); + path = tvosAppSwiftSPM; + sourceTree = ""; + }; + 556BD97F268D264200D7D3DB /* Preview Content */ = { + isa = PBXGroup; + children = ( + 556BD980268D264200D7D3DB /* Preview Assets.xcassets */, + ); + path = "Preview Content"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 556BD975268D263D00D7D3DB /* tvosAppSwiftSPM */ = { + isa = PBXNativeTarget; + buildConfigurationList = 556BD985268D264200D7D3DB /* Build configuration list for PBXNativeTarget "tvosAppSwiftSPM" */; + buildPhases = ( + 556BD972268D263D00D7D3DB /* Sources */, + 556BD973268D263D00D7D3DB /* Frameworks */, + 556BD974268D263D00D7D3DB /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = tvosAppSwiftSPM; + productName = tvosAppSwiftSPM; + productReference = 556BD976268D263E00D7D3DB /* tvosAppSwiftSPM.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 556BD96E268D263D00D7D3DB /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1250; + LastUpgradeCheck = 1250; + TargetAttributes = { + 556BD975268D263D00D7D3DB = { + CreatedOnToolsVersion = 12.5; + }; + }; + }; + buildConfigurationList = 556BD971268D263D00D7D3DB /* Build configuration list for PBXProject "tvosAppSwiftSPM" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 556BD96D268D263D00D7D3DB; + productRefGroup = 556BD977268D263E00D7D3DB /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 556BD975268D263D00D7D3DB /* tvosAppSwiftSPM */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 556BD974268D263D00D7D3DB /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 556BD981268D264200D7D3DB /* Preview Assets.xcassets in Resources */, + 556BD97E268D264200D7D3DB /* Assets.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 556BD972268D263D00D7D3DB /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 556BD97C268D263E00D7D3DB /* ContentView.swift in Sources */, + 556BD97A268D263E00D7D3DB /* tvosAppSwiftSPMApp.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 556BD983268D264200D7D3DB /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = appletvos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TVOS_DEPLOYMENT_TARGET = 14.5; + }; + name = Debug; + }; + 556BD984268D264200D7D3DB /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = appletvos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + TVOS_DEPLOYMENT_TARGET = 14.5; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 556BD986268D264200D7D3DB /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_ASSET_PATHS = "\"tvosAppSwiftSPM/Preview Content\""; + ENABLE_PREVIEWS = YES; + INFOPLIST_FILE = tvosAppSwiftSPM/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.rollbar.tvosAppSwiftSPM; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = 3; + TVOS_DEPLOYMENT_TARGET = 14.0; + }; + name = Debug; + }; + 556BD987268D264200D7D3DB /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_ASSET_PATHS = "\"tvosAppSwiftSPM/Preview Content\""; + ENABLE_PREVIEWS = YES; + INFOPLIST_FILE = tvosAppSwiftSPM/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.rollbar.tvosAppSwiftSPM; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = 3; + TVOS_DEPLOYMENT_TARGET = 14.0; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 556BD971268D263D00D7D3DB /* Build configuration list for PBXProject "tvosAppSwiftSPM" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 556BD983268D264200D7D3DB /* Debug */, + 556BD984268D264200D7D3DB /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 556BD985268D264200D7D3DB /* Build configuration list for PBXNativeTarget "tvosAppSwiftSPM" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 556BD986268D264200D7D3DB /* Debug */, + 556BD987268D264200D7D3DB /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 556BD96E268D263D00D7D3DB /* Project object */; +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 00000000..919434a6 --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/AccentColor.colorset/Contents.json b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 00000000..eb878970 --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/Contents.json b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 00000000..2e003356 --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,11 @@ +{ + "images" : [ + { + "idiom" : "tv" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Contents.json b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Contents.json new file mode 100644 index 00000000..73c00596 --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Contents.json b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Contents.json new file mode 100644 index 00000000..de59d885 --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Contents.json @@ -0,0 +1,17 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "layers" : [ + { + "filename" : "Front.imagestacklayer" + }, + { + "filename" : "Middle.imagestacklayer" + }, + { + "filename" : "Back.imagestacklayer" + } + ] +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/Contents.json b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 00000000..2e003356 --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,11 @@ +{ + "images" : [ + { + "idiom" : "tv" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Contents.json b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Contents.json new file mode 100644 index 00000000..73c00596 --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 00000000..2e003356 --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,11 @@ +{ + "images" : [ + { + "idiom" : "tv" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Contents.json b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Contents.json new file mode 100644 index 00000000..73c00596 --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/Contents.json b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 00000000..795cce17 --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "idiom" : "tv", + "scale" : "1x" + }, + { + "idiom" : "tv", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Contents.json b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Contents.json new file mode 100644 index 00000000..73c00596 --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Contents.json b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Contents.json new file mode 100644 index 00000000..de59d885 --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Contents.json @@ -0,0 +1,17 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "layers" : [ + { + "filename" : "Front.imagestacklayer" + }, + { + "filename" : "Middle.imagestacklayer" + }, + { + "filename" : "Back.imagestacklayer" + } + ] +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/Contents.json b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 00000000..795cce17 --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "idiom" : "tv", + "scale" : "1x" + }, + { + "idiom" : "tv", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Contents.json b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Contents.json new file mode 100644 index 00000000..73c00596 --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 00000000..795cce17 --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "idiom" : "tv", + "scale" : "1x" + }, + { + "idiom" : "tv", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Contents.json b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Contents.json new file mode 100644 index 00000000..73c00596 --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json new file mode 100644 index 00000000..f47ba43d --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json @@ -0,0 +1,32 @@ +{ + "assets" : [ + { + "filename" : "App Icon - App Store.imagestack", + "idiom" : "tv", + "role" : "primary-app-icon", + "size" : "1280x768" + }, + { + "filename" : "App Icon.imagestack", + "idiom" : "tv", + "role" : "primary-app-icon", + "size" : "400x240" + }, + { + "filename" : "Top Shelf Image Wide.imageset", + "idiom" : "tv", + "role" : "top-shelf-image-wide", + "size" : "2320x720" + }, + { + "filename" : "Top Shelf Image.imageset", + "idiom" : "tv", + "role" : "top-shelf-image", + "size" : "1920x720" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json new file mode 100644 index 00000000..b65f0cdd --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json @@ -0,0 +1,24 @@ +{ + "images" : [ + { + "idiom" : "tv", + "scale" : "1x" + }, + { + "idiom" : "tv", + "scale" : "2x" + }, + { + "idiom" : "tv-marketing", + "scale" : "1x" + }, + { + "idiom" : "tv-marketing", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json new file mode 100644 index 00000000..b65f0cdd --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json @@ -0,0 +1,24 @@ +{ + "images" : [ + { + "idiom" : "tv", + "scale" : "1x" + }, + { + "idiom" : "tv", + "scale" : "2x" + }, + { + "idiom" : "tv-marketing", + "scale" : "1x" + }, + { + "idiom" : "tv-marketing", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/Contents.json b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/Contents.json new file mode 100644 index 00000000..73c00596 --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/ContentView.swift b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/ContentView.swift new file mode 100644 index 00000000..be6571ea --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/ContentView.swift @@ -0,0 +1,21 @@ +// +// ContentView.swift +// tvosAppSwiftSPM +// +// Created by Andrey Kornich on 2021-06-30. +// + +import SwiftUI + +struct ContentView: View { + var body: some View { + Text("Hello, world!") + .padding() + } +} + +struct ContentView_Previews: PreviewProvider { + static var previews: some View { + ContentView() + } +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Info.plist b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Info.plist new file mode 100644 index 00000000..16d307cc --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Info.plist @@ -0,0 +1,32 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + $(PRODUCT_BUNDLE_PACKAGE_TYPE) + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UILaunchScreen + + UIRequiredDeviceCapabilities + + arm64 + + UIUserInterfaceStyle + Automatic + + diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Preview Content/Preview Assets.xcassets/Contents.json b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Preview Content/Preview Assets.xcassets/Contents.json new file mode 100644 index 00000000..73c00596 --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/Preview Content/Preview Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/tvosAppSwiftSPMApp.swift b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/tvosAppSwiftSPMApp.swift new file mode 100644 index 00000000..5972571b --- /dev/null +++ b/Demos/tvosAppSwiftSPM/tvosAppSwiftSPM/tvosAppSwiftSPMApp.swift @@ -0,0 +1,17 @@ +// +// tvosAppSwiftSPMApp.swift +// tvosAppSwiftSPM +// +// Created by Andrey Kornich on 2021-06-30. +// + +import SwiftUI + +@main +struct tvosAppSwiftSPMApp: App { + var body: some Scene { + WindowGroup { + ContentView() + } + } +} diff --git a/Package.swift b/Package.swift index 47f18524..e93def46 100644 --- a/Package.swift +++ b/Package.swift @@ -41,11 +41,11 @@ let package = Package( // .package(url: /* package url */, from: "1.0.0"), .package(name:"KSCrash", url: "https://github.com/kstenerud/KSCrash.git", - from: "1.15.24" //Package.Dependency.Requirement.branch("master") + from: "1.15.25" //Package.Dependency.Requirement.branch("master") ), .package(name:"PLCrashReporter", url: "https://github.com/microsoft/plcrashreporter.git", - from: "1.8.1" //Package.Dependency.Requirement.branch("master") + from: "1.10.0" //Package.Dependency.Requirement.branch("master") ), ], targets: [ diff --git a/RollbarAUL.podspec b/RollbarAUL.podspec index 2cfc0212..a04368bf 100644 --- a/RollbarAUL.podspec +++ b/RollbarAUL.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-beta.22" + s.version = "2.0.0-beta.23" s.name = "RollbarAUL" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarCommon.podspec b/RollbarCommon.podspec index 28ef59f1..678494a0 100644 --- a/RollbarCommon.podspec +++ b/RollbarCommon.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-beta.22" + s.version = "2.0.0-beta.23" s.name = "RollbarCommon" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarCommon/Sources/RollbarCommon/DTOs/RollbarDTO.m b/RollbarCommon/Sources/RollbarCommon/DTOs/RollbarDTO.m index 42d016f5..a521a3f9 100644 --- a/RollbarCommon/Sources/RollbarCommon/DTOs/RollbarDTO.m +++ b/RollbarCommon/Sources/RollbarCommon/DTOs/RollbarDTO.m @@ -337,7 +337,7 @@ - (instancetype)initWithJSONData: (NSData *)data { return self; } -- (instancetype)initWithDictionary:(NSDictionary *)data; { +- (instancetype)initWithDictionary:(nullable NSDictionary *)data; { self = [super init]; if (!self) { diff --git a/RollbarCommon/Sources/RollbarCommon/include/RollbarDTO.h b/RollbarCommon/Sources/RollbarCommon/include/RollbarDTO.h index 9837ab94..c7990b9d 100644 --- a/RollbarCommon/Sources/RollbarCommon/include/RollbarDTO.h +++ b/RollbarCommon/Sources/RollbarCommon/include/RollbarDTO.h @@ -59,7 +59,7 @@ NS_ASSUME_NONNULL_BEGIN /// Initialize this DTO instance with valid JSON NSDictionary seed /// @param data valid JSON NSDictionary seed -- (instancetype)initWithDictionary:(NSDictionary *)data +- (instancetype)initWithDictionary:(nullable NSDictionary *)data NS_DESIGNATED_INITIALIZER; /// Initialize this DTO instance with valid JSON NSArray seed diff --git a/RollbarDeploys.podspec b/RollbarDeploys.podspec index e8dbfe00..d23053b7 100644 --- a/RollbarDeploys.podspec +++ b/RollbarDeploys.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-beta.22" + s.version = "2.0.0-beta.23" s.name = "RollbarDeploys" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarKSCrash.podspec b/RollbarKSCrash.podspec index bdb1947d..cedbd5cf 100644 --- a/RollbarKSCrash.podspec +++ b/RollbarKSCrash.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-beta.22" + s.version = "2.0.0-beta.23" s.name = "RollbarKSCrash" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC @@ -49,7 +49,7 @@ Pod::Spec.new do |s| s.framework = "Foundation" s.dependency "RollbarCommon", "~> #{s.version}" - s.dependency "KSCrash", "~> 1.15.21" + s.dependency "KSCrash", "~> 1.15.25" # s.frameworks = "SomeFramework", "AnotherFramework" # s.library = "iconv" # s.libraries = "iconv", "xml2" diff --git a/RollbarKSCrash/Package.swift b/RollbarKSCrash/Package.swift index 7033329f..330aa106 100644 --- a/RollbarKSCrash/Package.swift +++ b/RollbarKSCrash/Package.swift @@ -26,7 +26,7 @@ let package = Package( ), .package(name:"KSCrash", url: "https://github.com/kstenerud/KSCrash.git", - from: "1.15.24" //Package.Dependency.Requirement.branch("master") + from: "1.15.25" //Package.Dependency.Requirement.branch("master") ), ], targets: [ diff --git a/RollbarNotifier.podspec b/RollbarNotifier.podspec index 4f896c18..2570dac4 100644 --- a/RollbarNotifier.podspec +++ b/RollbarNotifier.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-beta.22" + s.version = "2.0.0-beta.23" s.name = "RollbarNotifier" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m b/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m index faaabebd..9fa23f7c 100644 --- a/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m +++ b/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m @@ -22,7 +22,7 @@ #pragma mark - constants -static NSString * const NOTIFIER_VERSION = @"2.0.0-beta.22"; +static NSString * const NOTIFIER_VERSION = @"2.0.0-beta.23"; static NSString * const NOTIFIER_NAME = @"rollbar-apple"; diff --git a/RollbarNotifier/Sources/RollbarNotifier/Rollbar.m b/RollbarNotifier/Sources/RollbarNotifier/Rollbar.m index 7d415ba1..3b6668b9 100644 --- a/RollbarNotifier/Sources/RollbarNotifier/Rollbar.m +++ b/RollbarNotifier/Sources/RollbarNotifier/Rollbar.m @@ -121,9 +121,9 @@ + (void)updateConfiguration:(RollbarConfig *)configuration { + (void)reapplyConfiguration { - if (nil != Rollbar.currentConfiguration) { - - [Rollbar updateConfiguration:Rollbar.currentConfiguration]; + RollbarConfig *config = Rollbar.currentConfiguration; + if (nil != config) { + [Rollbar updateConfiguration:config]; } } diff --git a/RollbarNotifier/Sources/RollbarNotifier/RollbarLogger.m b/RollbarNotifier/Sources/RollbarNotifier/RollbarLogger.m index d6fb0ffa..e566e5a2 100644 --- a/RollbarNotifier/Sources/RollbarNotifier/RollbarLogger.m +++ b/RollbarNotifier/Sources/RollbarNotifier/RollbarLogger.m @@ -867,6 +867,9 @@ - (BOOL)sendPayload:(nonnull NSData *)payload } NSURL *url = [NSURL URLWithString:config.destination.endpoint]; + if (nil == url) { + return NO; + } NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:url]; [request setHTTPMethod:@"POST"]; @@ -947,6 +950,9 @@ - (BOOL)sendPayload:(NSData *)payload { } NSURL *url = [NSURL URLWithString:self.configuration.destination.endpoint]; + if (nil == url) { + return NO; + } NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:url]; [request setHTTPMethod:@"POST"]; diff --git a/RollbarNotifier/Sources/RollbarNotifier/RollbarReachability.h b/RollbarNotifier/Sources/RollbarNotifier/RollbarReachability.h index 05f36329..036ee11d 100644 --- a/RollbarNotifier/Sources/RollbarNotifier/RollbarReachability.h +++ b/RollbarNotifier/Sources/RollbarNotifier/RollbarReachability.h @@ -57,15 +57,15 @@ extern NSString *const kReachabilityChangedNotification; typedef NS_ENUM(NSInteger, NetworkStatus) { // Apple NetworkStatus Compatible Names. - NotReachable = 0, + NotReachable = 0, ReachableViaWiFi = 2, ReachableViaWWAN = 1 }; @class RollbarReachability; -typedef void (^NetworkReachable)(RollbarReachability * reachability); -typedef void (^NetworkUnreachable)(RollbarReachability * reachability); +typedef void (^NetworkReachable)(RollbarReachability *reachability); +typedef void (^NetworkUnreachable)(RollbarReachability *reachability); @interface RollbarReachability : NSObject @@ -75,13 +75,13 @@ typedef void (^NetworkUnreachable)(RollbarReachability * reachability); @property (nonatomic, assign) BOOL reachableOnWWAN; -+(RollbarReachability*)reachabilityWithHostname:(NSString*)hostname; ++(RollbarReachability *)reachabilityWithHostname:(NSString *)hostname; // This is identical to the function above, but is here to maintain //compatibility with Apples original code. (see .m) -+(RollbarReachability*)reachabilityWithHostName:(NSString*)hostname; -+(RollbarReachability*)reachabilityForInternetConnection; -+(RollbarReachability*)reachabilityWithAddress:(const struct sockaddr_in*)hostAddress; -+(RollbarReachability*)reachabilityForLocalWiFi; ++(RollbarReachability *)reachabilityWithHostName:(NSString *)hostname; ++(RollbarReachability *)reachabilityForInternetConnection; ++(RollbarReachability *)reachabilityWithAddress:(const struct sockaddr_in *)hostAddress; ++(RollbarReachability *)reachabilityForLocalWiFi; -(RollbarReachability *)initWithReachabilityRef:(SCNetworkReachabilityRef)ref; @@ -103,8 +103,8 @@ typedef void (^NetworkUnreachable)(RollbarReachability * reachability); -(NetworkStatus)currentReachabilityStatus; -(SCNetworkReachabilityFlags)reachabilityFlags; --(NSString*)currentReachabilityString; --(NSString*)currentReachabilityFlags; +-(NSString *)currentReachabilityString; +-(NSString *)currentReachabilityFlags; @end diff --git a/RollbarNotifier/Sources/RollbarNotifier/RollbarReachability.m b/RollbarNotifier/Sources/RollbarNotifier/RollbarReachability.m index b010678d..a8d2a70c 100644 --- a/RollbarNotifier/Sources/RollbarNotifier/RollbarReachability.m +++ b/RollbarNotifier/Sources/RollbarNotifier/RollbarReachability.m @@ -76,7 +76,7 @@ -(BOOL)isReachableWithFlags:(SCNetworkReachabilityFlags)flags; } // Start listening for reachability notifications on the current run loop -static void TMReachabilityCallback(SCNetworkReachabilityRef target, SCNetworkReachabilityFlags flags, void* info) +static void TMReachabilityCallback(SCNetworkReachabilityRef target, SCNetworkReachabilityFlags flags, void *info) { #pragma unused (target) #if __has_feature(objc_arc) @@ -108,18 +108,23 @@ @implementation RollbarReachability #pragma mark - Class Constructor Methods -+(RollbarReachability*)reachabilityWithHostName:(NSString*)hostname ++(RollbarReachability *)reachabilityWithHostName:(NSString *)hostname { return [RollbarReachability reachabilityWithHostname:hostname]; } -+(RollbarReachability*)reachabilityWithHostname:(NSString*)hostname ++(RollbarReachability *)reachabilityWithHostname:(NSString *)hostname { - if ((nil == hostname) || (nil == [hostname UTF8String])) { + if (nil == hostname) { return nil; } + const char *utf8Hostname = [hostname UTF8String]; + if (nil == [hostname UTF8String]) { + return nil; + } + SCNetworkReachabilityRef ref = SCNetworkReachabilityCreateWithName(NULL, [hostname UTF8String]); if (ref) { @@ -163,7 +168,7 @@ +(RollbarReachability *)reachabilityForInternetConnection return [self reachabilityWithAddress:&zeroAddress]; } -+(RollbarReachability*)reachabilityForLocalWiFi ++(RollbarReachability *)reachabilityForLocalWiFi { struct sockaddr_in localWifiAddress; bzero(&localWifiAddress, sizeof(localWifiAddress)); @@ -480,7 +485,7 @@ -(SCNetworkReachabilityFlags)reachabilityFlags return 0; } --(NSString*)currentReachabilityString +-(NSString *)currentReachabilityString { NetworkStatus temp = [self currentReachabilityStatus]; @@ -497,7 +502,7 @@ -(NSString*)currentReachabilityString return NSLocalizedString(@"No Connection", @""); } --(NSString*)currentReachabilityFlags +-(NSString *)currentReachabilityFlags { return reachabilityFlags([self reachabilityFlags]); } @@ -530,7 +535,7 @@ -(void)reachabilityChanged:(SCNetworkReachabilityFlags)flags #pragma mark - Debug Description -- (NSString *) description +- (NSString *)description { NSString *description = [NSString stringWithFormat:@"<%@: %#lx>", NSStringFromClass([self class]), (unsigned long) self]; diff --git a/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryConnectivityBody.h b/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryConnectivityBody.h index 229e284f..85ec6624 100644 --- a/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryConnectivityBody.h +++ b/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryConnectivityBody.h @@ -27,7 +27,7 @@ NS_DESIGNATED_INITIALIZER; - (instancetype)initWithArray:(NSArray *)data NS_DESIGNATED_INITIALIZER; -- (instancetype)initWithDictionary:(NSDictionary *)data +- (instancetype)initWithDictionary:(nullable NSDictionary *)data NS_DESIGNATED_INITIALIZER; - (instancetype)init diff --git a/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryEvent.h b/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryEvent.h index 930baf4b..39b61ad5 100644 --- a/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryEvent.h +++ b/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryEvent.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN - (instancetype)initWithArray:(NSArray *)data NS_UNAVAILABLE; -- (instancetype)initWithDictionary:(NSDictionary *)data +- (instancetype)initWithDictionary:(nullable NSDictionary *)data NS_DESIGNATED_INITIALIZER; - (instancetype)init diff --git a/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryLogBody.h b/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryLogBody.h index 6c75ff4d..b7b36735 100644 --- a/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryLogBody.h +++ b/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryLogBody.h @@ -27,7 +27,7 @@ NS_DESIGNATED_INITIALIZER; - (instancetype)initWithArray:(NSArray *)data NS_DESIGNATED_INITIALIZER; -- (instancetype)initWithDictionary:(NSDictionary *)data +- (instancetype)initWithDictionary:(nullable NSDictionary *)data NS_DESIGNATED_INITIALIZER; - (instancetype)init diff --git a/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryNavigationBody.h b/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryNavigationBody.h index 5b815f3a..84c6f64c 100644 --- a/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryNavigationBody.h +++ b/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryNavigationBody.h @@ -30,7 +30,7 @@ NS_DESIGNATED_INITIALIZER; - (instancetype)initWithArray:(NSArray *)data NS_DESIGNATED_INITIALIZER; -- (instancetype)initWithDictionary:(NSDictionary *)data +- (instancetype)initWithDictionary:(nullable NSDictionary *)data NS_DESIGNATED_INITIALIZER; - (instancetype)init diff --git a/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryNetworkBody.h b/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryNetworkBody.h index b458c36a..add23577 100644 --- a/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryNetworkBody.h +++ b/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryNetworkBody.h @@ -34,7 +34,7 @@ NS_DESIGNATED_INITIALIZER; - (instancetype)initWithArray:(NSArray *)data NS_DESIGNATED_INITIALIZER; -- (instancetype)initWithDictionary:(NSDictionary *)data +- (instancetype)initWithDictionary:(nullable NSDictionary *)data NS_DESIGNATED_INITIALIZER; - (instancetype)init diff --git a/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryViewBody.h b/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryViewBody.h index aa0a3e87..3f214370 100644 --- a/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryViewBody.h +++ b/RollbarNotifier/Sources/RollbarNotifier/include/RollbarTelemetryViewBody.h @@ -27,7 +27,7 @@ NS_DESIGNATED_INITIALIZER; - (instancetype)initWithArray:(NSArray *)data NS_DESIGNATED_INITIALIZER; -- (instancetype)initWithDictionary:(NSDictionary *)data +- (instancetype)initWithDictionary:(nullable NSDictionary *)data NS_DESIGNATED_INITIALIZER; - (instancetype)init diff --git a/RollbarPLCrashReporter.podspec b/RollbarPLCrashReporter.podspec index 9f6cd771..630a9bdd 100644 --- a/RollbarPLCrashReporter.podspec +++ b/RollbarPLCrashReporter.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-beta.22" + s.version = "2.0.0-beta.23" s.name = "RollbarPLCrashReporter" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC @@ -50,7 +50,7 @@ Pod::Spec.new do |s| s.static_framework = true s.framework = "Foundation" s.dependency "RollbarCommon", "~> #{s.version}" - s.dependency "PLCrashReporter", "~> 1.8.1" + s.dependency "PLCrashReporter", "~> 1.10.0" # s.frameworks = "SomeFramework", "AnotherFramework" # s.library = "iconv" # s.libraries = "iconv", "xml2" diff --git a/RollbarPLCrashReporter/Package.swift b/RollbarPLCrashReporter/Package.swift index c1bb92e4..26ece360 100644 --- a/RollbarPLCrashReporter/Package.swift +++ b/RollbarPLCrashReporter/Package.swift @@ -26,7 +26,7 @@ let package = Package( ), .package(name:"PLCrashReporter", url: "https://github.com/microsoft/plcrashreporter.git", - from: "1.8.1" //Package.Dependency.Requirement.branch("master") + from: "1.10.0" //Package.Dependency.Requirement.branch("master") ), ], targets: [ diff --git a/RollbarSDK.experimental_podspec b/RollbarSDK.experimental_podspec index 3de4b330..73f4f374 100644 --- a/RollbarSDK.experimental_podspec +++ b/RollbarSDK.experimental_podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |sdk| # Rollbar SDK: # ============ - sdk.version = "2.0.0-beta.22" + sdk.version = "2.0.0-beta.23" sdk.name = "RollbarSDK" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." sdk.description = <<-DESC diff --git a/RollbarSDK.xcworkspace/xcshareddata/swiftpm/Package.resolved b/RollbarSDK.xcworkspace/xcshareddata/swiftpm/Package.resolved index 3ca32e2c..7b7b50ff 100644 --- a/RollbarSDK.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/RollbarSDK.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "repositoryURL": "https://github.com/kstenerud/KSCrash.git", "state": { "branch": null, - "revision": "bba17ee3fab2961e8ed10ac79994dd438555da6c", - "version": "1.15.24" + "revision": "f45a917d93928b32626f3268239c58a6cdd852bb", + "version": "1.15.25" } }, { @@ -15,8 +15,8 @@ "repositoryURL": "https://github.com/microsoft/plcrashreporter.git", "state": { "branch": null, - "revision": "de6b8f9db4b2a0aa859a5507550a70548e4da936", - "version": "1.8.1" + "revision": "59513acde6194d93617afcf7b2c81c88638a6af2", + "version": "1.10.0" } } ] diff --git a/RollbarSwift.podspec b/RollbarSwift.podspec index b18e3da9..e3e78017 100644 --- a/RollbarSwift.podspec +++ b/RollbarSwift.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-beta.22" + s.version = "2.0.0-beta.23" s.name = "RollbarSwift" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC diff --git a/SonarCloud/build-wrapper-macosx-x86/build-wrapper-macosx-x86 b/SonarCloud/build-wrapper-macosx-x86/build-wrapper-macosx-x86 index acf8d9af..51a811e8 100755 Binary files a/SonarCloud/build-wrapper-macosx-x86/build-wrapper-macosx-x86 and b/SonarCloud/build-wrapper-macosx-x86/build-wrapper-macosx-x86 differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/bin/java b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/bin/java deleted file mode 100755 index a05cf75b..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/bin/java and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/libpng.md b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/libpng.md deleted file mode 100644 index 746946c9..00000000 --- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/libpng.md +++ /dev/null @@ -1,112 +0,0 @@ -## libpng v1.6.35 - -### libpng License -
-
-This copy of the libpng notices is provided for your convenience.  In case of
-any discrepancy between this copy and the notices in the file png.h that is
-included in the libpng distribution, the latter shall prevail.
-
-COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
-
-If you modify libpng you may insert additional notices immediately following
-this sentence.
-
-This code is released under the libpng license.
-
-libpng versions 1.0.7, July 1, 2000 through 1.6.35, September 29, 2017 are
-Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are
-derived from libpng-1.0.6, and are distributed according to the same
-disclaimer and license as libpng-1.0.6 with the following individuals
-added to the list of Contributing Authors:
-
-   Simon-Pierre Cadieux
-   Eric S. Raymond
-   Mans Rullgard
-   Cosmin Truta
-   Gilles Vollant
-   James Yu
-   Mandar Sahastrabuddhe
-   Google Inc.
-   Vadim Barkov
-
-and with the following additions to the disclaimer:
-
-   There is no warranty against interference with your enjoyment of the
-   library or against infringement.  There is no warranty that our
-   efforts or the library will fulfill any of your particular purposes
-   or needs.  This library is provided with all faults, and the entire
-   risk of satisfactory quality, performance, accuracy, and effort is with
-   the user.
-
-Some files in the "contrib" directory and some configure-generated
-files that are distributed with libpng have other copyright owners and
-are released under other open source licenses.
-
-libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
-Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
-libpng-0.96, and are distributed according to the same disclaimer and
-license as libpng-0.96, with the following individuals added to the list
-of Contributing Authors:
-
-   Tom Lane
-   Glenn Randers-Pehrson
-   Willem van Schaik
-
-libpng versions 0.89, June 1996, through 0.96, May 1997, are
-Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,
-and are distributed according to the same disclaimer and license as
-libpng-0.88, with the following individuals added to the list of
-Contributing Authors:
-
-   John Bowler
-   Kevin Bracey
-   Sam Bushell
-   Magnus Holmgren
-   Greg Roelofs
-   Tom Tanner
-
-Some files in the "scripts" directory have other copyright owners
-but are released under this license.
-
-libpng versions 0.5, May 1995, through 0.88, January 1996, are
-Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
-
-For the purposes of this copyright and license, "Contributing Authors"
-is defined as the following set of individuals:
-
-   Andreas Dilger
-   Dave Martindale
-   Guy Eric Schalnat
-   Paul Schmidt
-   Tim Wegner
-
-The PNG Reference Library is supplied "AS IS".  The Contributing Authors
-and Group 42, Inc. disclaim all warranties, expressed or implied,
-including, without limitation, the warranties of merchantability and of
-fitness for any purpose.  The Contributing Authors and Group 42, Inc.
-assume no liability for direct, indirect, incidental, special, exemplary,
-or consequential damages, which may result from the use of the PNG
-Reference Library, even if advised of the possibility of such damage.
-
-Permission is hereby granted to use, copy, modify, and distribute this
-source code, or portions hereof, for any purpose, without fee, subject
-to the following restrictions:
-
-  1. The origin of this source code must not be misrepresented.
-
-  2. Altered versions must be plainly marked as such and must not
-     be misrepresented as being the original source.
-
-  3. This Copyright notice may not be removed or altered from any
-     source or altered source distribution.
-
-The Contributing Authors and Group 42, Inc. specifically permit, without
-fee, and encourage the use of this source code as a component to
-supporting the PNG file format in commercial products.  If you use this
-source code in a product, acknowledgment is not required but would be
-appreciated.
-
-END OF COPYRIGHT NOTICE, DISCLAIMER, and LICENSE.
-
-
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/mesa3d.md b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/mesa3d.md deleted file mode 100644 index 3d2168e3..00000000 --- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/mesa3d.md +++ /dev/null @@ -1,28 +0,0 @@ -## Mesa 3-D Graphics Library v4.1 - -### Mesa License -
-
-Mesa 3-D graphics library
-Version:  4.1
-
-Copyright (C) 1999-2002  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/opengl.md b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/opengl.md deleted file mode 100644 index 41c811b1..00000000 --- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/opengl.md +++ /dev/null @@ -1,27 +0,0 @@ -## Khronos Group OpenGL Headers v2.1 - -### Khronos Group License -
-
-Copyright (c) 2007 The Khronos Group Inc.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and/or associated documentation files (the
-"Materials"), to deal in the Materials without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Materials, and to
-permit persons to whom the Materials are furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Materials.
-
-THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
-
-
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/xwindows.md b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/xwindows.md deleted file mode 100644 index 42b2841a..00000000 --- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/xwindows.md +++ /dev/null @@ -1,232 +0,0 @@ -## X Windows System v6.8.2 - -### X Windows System License -
-
-This is the copyright for the files in src/java.desktop/unix/native/libawt_xawt:
-list.h, multiVis.h, wsutils.h, list.c, multiVis.c
-
-Copyright (c) 1994 Hewlett-Packard Co.
-Copyright (c) 1996 X Consortium
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
-OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of the X Consortium shall
-not be used in advertising or otherwise to promote the sale, use or
-other dealings in this Software without prior written authorization
-from the X Consortium.
-
-___________________________
-
-
-The files in motif/lib/Xm/util included this copyright:
-mkdirhier.man,xmkmf.man, chownxterm.c, makeg.man, mergelib.cpp,
- lndir.man, makestrs.man, checktree.c, lndir.c, makestrs.c
-
-Copyright (c) 1993, 1994 X Consortium
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
-OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-Except as contained in this notice, the name of the X Consortium shall not
-be used in advertising or otherwise to promote the sale, use or other
-dealing in this Software without prior written authorization from the
-X Consortium.
-
-_____________________________
-
-Xmos_r.h:
-/*
-Copyright (c) 1996 X Consortium
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of the X Consortium shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from the X Consortium.
-*/
-
-_____________________________
-
-Copyright notice for extutil.h:
-Copyright 1989, 1998 The Open Group
-
-All Rights Reserved.
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
-*
-* Author: Jim Fulton, MIT The Open Group
-*
-* Xlib Extension-Writing Utilities
-*
-* This package contains utilities for writing the client API for various
-* protocol extensions. THESE INTERFACES ARE NOT PART OF THE X STANDARD AND
-* ARE SUBJECT TO CHANGE!
-*/
-
-_____________________________
-
-Copyright notice for HPkeysym.h:
-/*
-
-Copyright 1987, 1998 The Open Group
-
-All Rights Reserved.
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
-OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall
-not be used in advertising or otherwise to promote the sale, use or
-other dealings in this Software without prior written authorization
-from The Open Group.
-
-Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
-
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the names of Hewlett Packard
-or Digital not be
-used in advertising or publicity pertaining to distribution of the
-software without specific, written prior permission.
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
-
-HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD
-TO THIS SOFWARE, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. Hewlett-Packard shall not be liable for errors
-contained herein or direct, indirect, special, incidental or
-consequential damages in connection with the furnishing,
-performance, or use of this material.
-
-*/
-_____________________________________
-
-Copyright notice in keysym2ucs.h:
-
-Copyright 1987, 1994, 1998 The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
-OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall
-not be used in advertising or otherwise to promote the sale, use or
-other dealings in this Software without prior written authorization
-from The Open Group.
-
-
-Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts
-
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Digital not be
-used in advertising or publicity pertaining to distribution of the
-software without specific, written prior permission.
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
-
-******************************************************************/
-
-
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.crypto.cryptoki/pkcs11cryptotoken.md b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.crypto.cryptoki/pkcs11cryptotoken.md deleted file mode 100644 index 9f786fa3..00000000 --- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.crypto.cryptoki/pkcs11cryptotoken.md +++ /dev/null @@ -1,20 +0,0 @@ -## PKCS #11 Cryptographic Token Interface v2.20 Amendment 3 Header Files - -### PKCS #11 Cryptographic Token Interface License -
-
-License to copy and use this software is granted provided that it is
-identified as "RSA Security Inc. PKCS #11 Cryptographic Token Interface
-(Cryptoki)" in all material mentioning or referencing this software.
-
-License is also granted to make and use derivative works provided that
-such works are identified as "derived from the RSA Security Inc. PKCS #11
-Cryptographic Token Interface (Cryptoki)" in all material mentioning or
-referencing the derived work.
-
-RSA Security Inc. makes no representations concerning either the
-merchantability of this software or the suitability of this software for
-any particular purpose. It is provided "as is" without express or implied
-warranty of any kind.
-
-
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/jli/libjli.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/jli/libjli.dylib deleted file mode 100644 index 91819f7e..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/jli/libjli.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/jspawnhelper b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/jspawnhelper deleted file mode 100755 index ecb53c37..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/jspawnhelper and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libawt.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libawt.dylib deleted file mode 100644 index 256628f1..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libawt.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libawt_lwawt.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libawt_lwawt.dylib deleted file mode 100644 index 0895bf91..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libawt_lwawt.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libdt_socket.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libdt_socket.dylib deleted file mode 100644 index fc81438b..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libdt_socket.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libextnet.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libextnet.dylib deleted file mode 100644 index f0b7c869..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libextnet.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libfontmanager.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libfontmanager.dylib deleted file mode 100644 index b7d15189..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libfontmanager.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libfreetype.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libfreetype.dylib deleted file mode 100644 index 1044ab66..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libfreetype.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libinstrument.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libinstrument.dylib deleted file mode 100644 index 06f5b687..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libinstrument.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libj2gss.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libj2gss.dylib deleted file mode 100644 index da3c4f7b..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libj2gss.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libj2pcsc.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libj2pcsc.dylib deleted file mode 100644 index 8cd1a65b..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libj2pcsc.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libj2pkcs11.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libj2pkcs11.dylib deleted file mode 100644 index 7588aee6..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libj2pkcs11.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjaas.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjaas.dylib deleted file mode 100644 index 4495cba8..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjaas.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjava.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjava.dylib deleted file mode 100644 index 84e4c6b3..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjava.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjavajpeg.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjavajpeg.dylib deleted file mode 100644 index cd555954..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjavajpeg.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjawt.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjawt.dylib deleted file mode 100644 index 054942f8..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjawt.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjdwp.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjdwp.dylib deleted file mode 100644 index e741df29..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjdwp.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjimage.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjimage.dylib deleted file mode 100644 index 70f2ca48..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjimage.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjsig.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjsig.dylib deleted file mode 100644 index 118f06ca..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjsig.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjsound.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjsound.dylib deleted file mode 100644 index c1467490..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libjsound.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/liblcms.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/liblcms.dylib deleted file mode 100644 index 84aee85d..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/liblcms.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libmanagement.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libmanagement.dylib deleted file mode 100644 index b175e1b9..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libmanagement.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libmanagement_agent.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libmanagement_agent.dylib deleted file mode 100644 index 21d8f8dd..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libmanagement_agent.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libmanagement_ext.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libmanagement_ext.dylib deleted file mode 100644 index 3beb025d..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libmanagement_ext.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libmlib_image.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libmlib_image.dylib deleted file mode 100644 index b3070167..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libmlib_image.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libnet.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libnet.dylib deleted file mode 100644 index d473fd03..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libnet.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libnio.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libnio.dylib deleted file mode 100644 index 9d3064d1..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libnio.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libosx.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libosx.dylib deleted file mode 100644 index 7d719322..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libosx.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libosxkrb5.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libosxkrb5.dylib deleted file mode 100644 index adf983ed..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libosxkrb5.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libosxsecurity.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libosxsecurity.dylib deleted file mode 100644 index f2f8b1af..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libosxsecurity.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libosxui.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libosxui.dylib deleted file mode 100644 index 9612f161..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libosxui.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libprefs.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libprefs.dylib deleted file mode 100644 index 536a2d39..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libprefs.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/librmi.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/librmi.dylib deleted file mode 100644 index 8afad450..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/librmi.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libsplashscreen.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libsplashscreen.dylib deleted file mode 100644 index 250ff29b..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libsplashscreen.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libsunec.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libsunec.dylib deleted file mode 100644 index aeaedbfd..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libsunec.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libunpack.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libunpack.dylib deleted file mode 100644 index ad545eec..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libunpack.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libverify.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libverify.dylib deleted file mode 100644 index 61302a0d..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libverify.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libzip.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libzip.dylib deleted file mode 100644 index cea2c3aa..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libzip.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/security/cacerts b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/security/cacerts deleted file mode 100644 index b71e5229..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/security/cacerts and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/security/public_suffix_list.dat b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/security/public_suffix_list.dat deleted file mode 100644 index 9b0f023d..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/security/public_suffix_list.dat and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/server/libjsig.dylib b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/server/libjsig.dylib deleted file mode 100644 index 118f06ca..00000000 Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/server/libjsig.dylib and /dev/null differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/release b/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/release deleted file mode 100644 index 1728c792..00000000 --- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/release +++ /dev/null @@ -1,8 +0,0 @@ -IMPLEMENTOR="AdoptOpenJDK" -IMPLEMENTOR_VERSION="AdoptOpenJDK" -JAVA_VERSION="11.0.3" -JAVA_VERSION_DATE="2019-04-16" -MODULES="java.base java.compiler java.datatransfer java.xml java.prefs java.desktop java.instrument java.logging java.management java.security.sasl java.naming java.rmi java.management.rmi java.net.http java.scripting java.security.jgss java.transaction.xa java.sql java.sql.rowset java.xml.crypto java.se java.smartcardio jdk.accessibility jdk.internal.vm.ci jdk.management jdk.unsupported jdk.internal.vm.compiler jdk.aot jdk.charsets jdk.crypto.ec jdk.crypto.cryptoki jdk.dynalink jdk.httpserver jdk.internal.ed jdk.internal.le jdk.internal.vm.compiler.management jdk.jdwp.agent jdk.jfr jdk.jsobject jdk.localedata jdk.management.agent jdk.management.jfr jdk.naming.dns jdk.naming.rmi jdk.net jdk.pack jdk.scripting.nashorn jdk.scripting.nashorn.shell jdk.sctp jdk.security.auth jdk.security.jgss jdk.xml.dom jdk.zipfs" -OS_ARCH="x86_64" -OS_NAME="Darwin" -SOURCE="" diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/bin/sonar-scanner b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/bin/sonar-scanner similarity index 96% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/bin/sonar-scanner rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/bin/sonar-scanner index 174abd71..5449780a 100755 --- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/bin/sonar-scanner +++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/bin/sonar-scanner @@ -30,7 +30,7 @@ sonar_scanner_home=`dirname "$script_path"`/.. # make it fully qualified sonar_scanner_home=`cd "$sonar_scanner_home" && pwd -P` -jar_file=$sonar_scanner_home/lib/sonar-scanner-cli-4.6.0.2311.jar +jar_file=$sonar_scanner_home/lib/sonar-scanner-cli-4.6.2.2472.jar # check that sonar_scanner_home has been correctly set if [ ! -f "$jar_file" ] ; then diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/bin/sonar-scanner-debug b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/bin/sonar-scanner-debug similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/bin/sonar-scanner-debug rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/bin/sonar-scanner-debug diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/conf/sonar-scanner.properties b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/conf/sonar-scanner.properties similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/conf/sonar-scanner.properties rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/conf/sonar-scanner.properties diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/bin/java b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/bin/java new file mode 100755 index 00000000..e0b69122 Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/bin/java differ diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/logging.properties b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/logging.properties similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/logging.properties rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/logging.properties diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/management/jmxremote.access b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/management/jmxremote.access similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/management/jmxremote.access rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/management/jmxremote.access diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/management/jmxremote.password.template b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/management/jmxremote.password.template similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/management/jmxremote.password.template rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/management/jmxremote.password.template diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/management/management.properties b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/management/management.properties similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/management/management.properties rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/management/management.properties diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/net.properties b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/net.properties similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/net.properties rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/net.properties diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/security/java.policy b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/security/java.policy similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/security/java.policy rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/security/java.policy diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/security/java.security b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/security/java.security similarity index 83% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/security/java.security rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/security/java.security index 5713a463..2ccba612 100644 --- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/security/java.security +++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/security/java.security @@ -452,6 +452,47 @@ networkaddress.cache.negative.ttl=10 # krb5.kdc.bad.policy = tryLast +# +# Kerberos cross-realm referrals (RFC 6806) +# +# OpenJDK's Kerberos client supports cross-realm referrals as defined in +# RFC 6806. This allows to setup more dynamic environments in which clients +# do not need to know in advance how to reach the realm of a target principal +# (either a user or service). +# +# When a client issues an AS or a TGS request, the "canonicalize" option +# is set to announce support of this feature. A KDC server may fulfill the +# request or reply referring the client to a different one. If referred, +# the client will issue a new request and the cycle repeats. +# +# In addition to referrals, the "canonicalize" option allows the KDC server +# to change the client name in response to an AS request. For security reasons, +# RFC 6806 (section 11) FAST scheme is enforced. +# +# Disable Kerberos cross-realm referrals. Value may be overwritten with a +# System property (-Dsun.security.krb5.disableReferrals). +sun.security.krb5.disableReferrals=false + +# Maximum number of AS or TGS referrals to avoid infinite loops. Value may +# be overwritten with a System property (-Dsun.security.krb5.maxReferrals). +sun.security.krb5.maxReferrals=5 + +# +# This property contains a list of disabled EC Named Curves that can be included +# in the jdk.[tls|certpath|jar].disabledAlgorithms properties. To include this +# list in any of the disabledAlgorithms properties, add the property name as +# an entry. +jdk.disabled.namedCurves = secp112r1, secp112r2, secp128r1, secp128r2, \ + secp160k1, secp160r1, secp160r2, secp192k1, secp192r1, secp224k1, \ + secp224r1, secp256k1, sect113r1, sect113r2, sect131r1, sect131r2, \ + sect163k1, sect163r1, sect163r2, sect193r1, sect193r2, sect233k1, \ + sect233r1, sect239k1, sect283k1, sect283r1, sect409k1, sect409r1, \ + sect571k1, sect571r1, X9.62 c2tnb191v1, X9.62 c2tnb191v2, \ + X9.62 c2tnb191v3, X9.62 c2tnb239v1, X9.62 c2tnb239v2, X9.62 c2tnb239v3, \ + X9.62 c2tnb359v1, X9.62 c2tnb431r1, X9.62 prime192v2, X9.62 prime192v3, \ + X9.62 prime239v1, X9.62 prime239v2, X9.62 prime239v3, brainpoolP256r1, \ + brainpoolP320r1, brainpoolP384r1, brainpoolP512r1 + # # Algorithm restrictions for certification path (CertPath) processing # @@ -466,7 +507,7 @@ krb5.kdc.bad.policy = tryLast # " DisabledAlgorithm { , DisabledAlgorithm } " # # DisabledAlgorithm: -# AlgorithmName [Constraint] { '&' Constraint } +# AlgorithmName [Constraint] { '&' Constraint } | IncludeProperty # # AlgorithmName: # (see below) @@ -493,6 +534,9 @@ krb5.kdc.bad.policy = tryLast # UsageConstraint: # usage [TLSServer] [TLSClient] [SignedJAR] # +# IncludeProperty: +# include +# # The "AlgorithmName" is the standard algorithm name of the disabled # algorithm. See "Java Cryptography Architecture Standard Algorithm Name # Documentation" for information about Standard Algorithm Names. Matching @@ -505,6 +549,14 @@ krb5.kdc.bad.policy = tryLast # that rely on DSA, such as NONEwithDSA, SHA1withDSA. However, the assertion # will not disable algorithms related to "ECDSA". # +# The "IncludeProperty" allows a implementation-defined security property that +# can be included in the disabledAlgorithms properties. These properties are +# to help manage common actions easier across multiple disabledAlgorithm +# properties. +# There is one defined security property: jdk.disabled.NamedCurves +# See the property for more specific details. +# +# # A "Constraint" defines restrictions on the keys and/or certificates for # a specified AlgorithmName: # @@ -577,7 +629,28 @@ krb5.kdc.bad.policy = tryLast # # jdk.certpath.disabledAlgorithms=MD2, MD5, SHA1 jdkCA & usage TLSServer, \ - RSA keySize < 1024, DSA keySize < 1024, EC keySize < 224 + RSA keySize < 1024, DSA keySize < 1024, EC keySize < 224, \ + include jdk.disabled.namedCurves + +# +# Legacy algorithms for certification path (CertPath) processing and +# signed JAR files. +# +# In some environments, a certain algorithm or key length may be undesirable +# but is not yet disabled. +# +# Tools such as keytool and jarsigner may emit warnings when these legacy +# algorithms are used. See the man pages for those tools for more information. +# +# The syntax is the same as the "jdk.certpath.disabledAlgorithms" and +# "jdk.jar.disabledAlgorithms" security properties. +# +# Note: This property is currently used by the JDK Reference +# implementation. It is not guaranteed to be examined and used by other +# implementations. + +jdk.security.legacyAlgorithms=SHA1, \ + RSA keySize < 2048, DSA keySize < 2048 # # Algorithm restrictions for signed JAR files @@ -621,7 +694,7 @@ jdk.certpath.disabledAlgorithms=MD2, MD5, SHA1 jdkCA & usage TLSServer, \ # See "jdk.certpath.disabledAlgorithms" for syntax descriptions. # jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024, \ - DSA keySize < 1024 + DSA keySize < 1024, include jdk.disabled.namedCurves # # Algorithm restrictions for Secure Socket Layer/Transport Layer Security @@ -653,8 +726,9 @@ jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024, \ # # Example: # jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048 -jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, DH keySize < 1024, \ - EC keySize < 224, 3DES_EDE_CBC, anon, NULL +jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \ + DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL, \ + include jdk.disabled.namedCurves # # Legacy algorithms for Secure Socket Layer/Transport Layer Security (SSL/TLS) @@ -907,8 +981,8 @@ jdk.xml.dsig.secureValidationPolicy=\ # Patterns are separated by ";" (semicolon). # Whitespace is significant and is considered part of the pattern. # -# If the system property jdk.serialFilter is also specified, it supersedes -# the security property value defined here. +# If the system property jdk.serialFilter is also specified on the command +# line, it supersedes the security property value defined here. # # If a pattern includes a "=", it sets a limit. # If a limit appears more than once the last value is used. @@ -1021,6 +1095,16 @@ jdk.xml.dsig.secureValidationPolicy=\ # #com.sun.CORBA.ORBIorTypeCheckRegistryFilter=binary_class_name;binary_class_name +# The iteration count used for password-based encryption (PBE) in JCEKS +# keystores. Values in the range 10000 to 5000000 are considered valid. +# If the value is out of this range, or is not a number, or is unspecified; +# a default of 200000 is used. +# +# If the system property jdk.jceks.iterationCount is also specified, it +# supersedes the security property value defined here. +# +#jdk.jceks.iterationCount = 200000 + # # JCEKS Encrypted Key Serial Filter # @@ -1064,6 +1148,24 @@ jceks.key.serialFilter = java.base/java.lang.Enum;java.base/java.security.KeyRep # #jdk.includeInExceptions=hostInfo +# +# Disabled mechanisms for the Simple Authentication and Security Layer (SASL) +# +# Disabled mechanisms will not be negotiated by both SASL clients and servers. +# These mechanisms will be ignored if they are specified in the "mechanisms" +# argument of "Sasl.createSaslClient" or the "mechanism" argument of +# "Sasl.createSaslServer". +# +# The value of this property is a comma-separated list of SASL mechanisms. +# The mechanisms are case-sensitive. Whitespaces around the commas are ignored. +# +# Note: This property is currently used by the JDK Reference implementation. +# It is not guaranteed to be examined and used by other implementations. +# +# Example: +# jdk.sasl.disabledMechanisms=PLAIN, CRAM-MD5, DIGEST-MD5 +jdk.sasl.disabledMechanisms= + # # Policies for distrusting Certificate Authorities (CAs). # @@ -1094,3 +1196,86 @@ jceks.key.serialFilter = java.base/java.lang.Enum;java.base/java.security.KeyRep # jdk.security.caDistrustPolicies=SYMANTEC_TLS +# +# FilePermission path canonicalization +# +# This security property dictates how the path argument is processed and stored +# while constructing a FilePermission object. If the value is set to true, the +# path argument is canonicalized and FilePermission methods (such as implies, +# equals, and hashCode) are implemented based on this canonicalized result. +# Otherwise, the path argument is not canonicalized and FilePermission methods are +# implemented based on the original input. See the implementation note of the +# FilePermission class for more details. +# +# If a system property of the same name is also specified, it supersedes the +# security property value defined here. +# +# The default value for this property is false. +# +jdk.io.permissionsUseCanonicalPath=false + + +# +# Policies for the proxy_impersonator Kerberos ccache configuration entry +# +# The proxy_impersonator ccache configuration entry indicates that the ccache +# is a synthetic delegated credential for use with S4U2Proxy by an intermediate +# server. The ccache file should also contain the TGT of this server and +# an evidence ticket from the default principal of the ccache to this server. +# +# This security property determines how Java uses this configuration entry. +# There are 3 possible values: +# +# no-impersonate - Ignore this configuration entry, and always act as +# the owner of the TGT (if it exists). +# +# try-impersonate - Try impersonation when this configuration entry exists. +# If no matching TGT or evidence ticket is found, +# fallback to no-impersonate. +# +# always-impersonate - Always impersonate when this configuration entry exists. +# If no matching TGT or evidence ticket is found, +# no initial credential is read from the ccache. +# +# The default value is "always-impersonate". +# +# If a system property of the same name is also specified, it supersedes the +# security property value defined here. +# +#jdk.security.krb5.default.initiate.credential=always-impersonate + +# +# Trust Anchor Certificates - CA Basic Constraint check +# +# X.509 v3 certificates used as Trust Anchors (to validate signed code or TLS +# connections) must have the cA Basic Constraint field set to 'true'. Also, if +# they include a Key Usage extension, the keyCertSign bit must be set. These +# checks, enabled by default, can be disabled for backward-compatibility +# purposes with the jdk.security.allowNonCaAnchor System and Security +# properties. In the case that both properties are simultaneously set, the +# System value prevails. The default value of the property is "false". +# +#jdk.security.allowNonCaAnchor=true + +# +# JNDI Object Factories Filter +# +# This filter is used by the JNDI runtime to control the set of object factory classes +# which will be allowed to instantiate objects from object references returned by +# naming/directory systems. The factory class named by the reference instance will be +# matched against this filter. The filter property supports pattern-based filter syntax +# with the same format as jdk.serialFilter. +# +# Each pattern is matched against the factory class name to allow or disallow it's +# instantiation. The access to a factory class is allowed unless the filter returns +# REJECTED. +# +# Note: This property is currently used by the JDK Reference implementation. +# It is not guaranteed to be examined and used by other implementations. +# +# If the system property jdk.jndi.object.factoriesFilter is also specified, it supersedes +# the security property value defined here. The default value of the property is "*". +# +# The default pattern value allows any object factory class specified by the reference +# instance to recreate the referenced object. +#jdk.jndi.object.factoriesFilter=* diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/security/policy/README.txt b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/security/policy/README.txt similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/security/policy/README.txt rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/security/policy/README.txt diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/security/policy/limited/default_US_export.policy b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/security/policy/limited/default_US_export.policy similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/security/policy/limited/default_US_export.policy rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/security/policy/limited/default_US_export.policy diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/security/policy/limited/default_local.policy b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/security/policy/limited/default_local.policy similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/security/policy/limited/default_local.policy rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/security/policy/limited/default_local.policy diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/security/policy/limited/exempt_local.policy b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/security/policy/limited/exempt_local.policy similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/security/policy/limited/exempt_local.policy rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/security/policy/limited/exempt_local.policy diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/security/policy/unlimited/default_US_export.policy b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/security/policy/unlimited/default_US_export.policy similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/security/policy/unlimited/default_US_export.policy rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/security/policy/unlimited/default_US_export.policy diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/security/policy/unlimited/default_local.policy b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/security/policy/unlimited/default_local.policy similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/security/policy/unlimited/default_local.policy rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/security/policy/unlimited/default_local.policy diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/sound.properties b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/sound.properties similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/conf/sound.properties rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/conf/sound.properties diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.base/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.base/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.base/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.base/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.base/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.base/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.base/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.base/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.base/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.base/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.base/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.base/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.base/aes.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.base/aes.md similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.base/aes.md rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.base/aes.md diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.base/asm.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.base/asm.md similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.base/asm.md rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.base/asm.md diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.base/c-libutl.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.base/c-libutl.md similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.base/c-libutl.md rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.base/c-libutl.md diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.base/cldr.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.base/cldr.md similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.base/cldr.md rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.base/cldr.md diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.base/icu.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.base/icu.md similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.base/icu.md rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.base/icu.md diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.base/public_suffix.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.base/public_suffix.md similarity index 99% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.base/public_suffix.md rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.base/public_suffix.md index 5f7cd5a3..3c015a44 100644 --- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.base/public_suffix.md +++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.base/public_suffix.md @@ -11,7 +11,7 @@ If you do not wish to use the Public Suffix List, you may remove the The Source Code of this file is available under the Mozilla Public License, v. 2.0 and is located at -https://raw.githubusercontent.com/publicsuffix/list/2225db8d9f4a2a27ec697c883360632fa0c16261/public_suffix_list.dat. +https://raw.githubusercontent.com/publicsuffix/list/cbbba1d234670453df9c930dfbf510c0474d4301/public_suffix_list.dat. If a copy of the MPL was not distributed with this file, you can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.base/unicode.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.base/unicode.md similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.base/unicode.md rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.base/unicode.md diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.compiler/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.compiler/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.compiler/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.compiler/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.compiler/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.compiler/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.compiler/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.compiler/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.compiler/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.compiler/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.compiler/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.compiler/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.datatransfer/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.datatransfer/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.datatransfer/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.datatransfer/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.datatransfer/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.datatransfer/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.datatransfer/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.datatransfer/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.datatransfer/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.datatransfer/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.datatransfer/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.datatransfer/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/colorimaging.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/colorimaging.md similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/colorimaging.md rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/colorimaging.md diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/freetype.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/freetype.md similarity index 87% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/freetype.md rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/freetype.md index d943e083..3a68f0e1 100644 --- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/freetype.md +++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/freetype.md @@ -1,4 +1,4 @@ -## The FreeType Project: Freetype v2.9.1 +## The FreeType Project: Freetype v2.10.2 ### FreeType Notice @@ -533,5 +533,77 @@ consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. +######################################################################### + +--- fthash.c and fthash.h are covered by the following notices --- + +/* + * Copyright 2000 Computing Research Labs, New Mexico State University + * Copyright 2001-2015 + * Francesco Zappa Nardelli + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT + * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR + * THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ + + /************************************************************************** + * + * This file is based on code from bdf.c,v 1.22 2000/03/16 20:08:50 + * + * taken from Mark Leisher's xmbdfed package + * + */ + +######################################################################### + + +--- FreeType 2 PSaux module is covered by the following notices --- + +Copyright 2006-2014 Adobe Systems Incorporated. + +This software, and all works of authorship, whether in source or +object code form as indicated by the copyright notice(s) included +herein (collectively, the "Work") is made available, and may only be +used, modified, and distributed under the FreeType Project License, +LICENSE.TXT. Additionally, subject to the terms and conditions of the +FreeType Project License, each contributor to the Work hereby grants +to any individual or legal entity exercising permissions granted by +the FreeType Project License and this section (hereafter, "You" or +"Your") a perpetual, worldwide, non-exclusive, no-charge, +royalty-free, irrevocable (except as stated in this section) patent +license to make, have made, use, offer to sell, sell, import, and +otherwise transfer the Work, where such license applies only to those +patent claims licensable by such contributor that are necessarily +infringed by their contribution(s) alone or by combination of their +contribution(s) with the Work to which such contribution(s) was +submitted. If You institute patent litigation against any entity +(including a cross-claim or counterclaim in a lawsuit) alleging that +the Work or a contribution incorporated within the Work constitutes +direct or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate as of +the date such litigation is filed. + +By using, modifying, or distributing the Work you indicate that you +have read and understood the terms and conditions of the +FreeType Project License as well as those provided in this section, +and you accept them fully. + +######################################################################### + ``` diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/giflib.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/giflib.md similarity index 75% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/giflib.md rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/giflib.md index a2c1e7ed..0be4fb82 100644 --- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/giflib.md +++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/giflib.md @@ -1,9 +1,9 @@ -## GIFLIB v5.1.4 +## GIFLIB v5.2.1 ### GIFLIB License -
+```
 
-The GIFLIB distribution is Copyright (c) 1997 Eric S. Raymond
+The GIFLIB distribution is Copyright (c) 1997  Eric S. Raymond
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
@@ -17,10 +17,14 @@ all copies or substantial portions of the Software.
 
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
 
-
+ +https://sourceforge.net/p/giflib/code/ci/master/tree/openbsd-reallocarray.c + +Copyright (c) 2008 Otto Moerbeek +SPDX-License-Identifier: MIT diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/harfbuzz.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/harfbuzz.md similarity index 99% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/harfbuzz.md rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/harfbuzz.md index b8625f22..16698bc8 100644 --- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/harfbuzz.md +++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/harfbuzz.md @@ -1,4 +1,4 @@ -## Harfbuzz v1.8.2 +## Harfbuzz v2.3.1 ### Harfbuzz License diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/jpeg.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/jpeg.md similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/jpeg.md rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/jpeg.md diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/lcms.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/lcms.md similarity index 92% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/lcms.md rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/lcms.md index a8a06325..0dce053f 100644 --- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.desktop/lcms.md +++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/lcms.md @@ -1,10 +1,10 @@ -## Little Color Management System (LCMS) v2.9 +## Little Color Management System (LCMS) v2.11 ### LCMS License
 
 Little Color Management System
-Copyright (c) 1998-2011 Marti Maria Saguer
+Copyright (c) 1998-2020 Marti Maria Saguer
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the "Software"),
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/libpng.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/libpng.md
new file mode 100644
index 00000000..655cd095
--- /dev/null
+++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/libpng.md
@@ -0,0 +1,141 @@
+## libpng v1.6.37
+
+### libpng License
+
+
+COPYRIGHT NOTICE, DISCLAIMER, and LICENSE
+=========================================
+
+PNG Reference Library License version 2
+---------------------------------------
+
+ * Copyright (c) 1995-2019 The PNG Reference Library Authors.
+ * Copyright (c) 2018-2019 Cosmin Truta.
+ * Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson.
+ * Copyright (c) 1996-1997 Andreas Dilger.
+ * Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
+
+The software is supplied "as is", without warranty of any kind,
+express or implied, including, without limitation, the warranties
+of merchantability, fitness for a particular purpose, title, and
+non-infringement.  In no event shall the Copyright owners, or
+anyone distributing the software, be liable for any damages or
+other liability, whether in contract, tort or otherwise, arising
+from, out of, or in connection with the software, or the use or
+other dealings in the software, even if advised of the possibility
+of such damage.
+
+Permission is hereby granted to use, copy, modify, and distribute
+this software, or portions hereof, for any purpose, without fee,
+subject to the following restrictions:
+
+ 1. The origin of this software must not be misrepresented; you
+    must not claim that you wrote the original software.  If you
+    use this software in a product, an acknowledgment in the product
+    documentation would be appreciated, but is not required.
+
+ 2. Altered source versions must be plainly marked as such, and must
+    not be misrepresented as being the original software.
+
+ 3. This Copyright notice may not be removed or altered from any
+    source or altered source distribution.
+
+
+PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35)
+-----------------------------------------------------------------------
+
+libpng versions 1.0.7, July 1, 2000, through 1.6.35, July 15, 2018 are
+Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are
+derived from libpng-1.0.6, and are distributed according to the same
+disclaimer and license as libpng-1.0.6 with the following individuals
+added to the list of Contributing Authors:
+
+    Simon-Pierre Cadieux
+    Eric S. Raymond
+    Mans Rullgard
+    Cosmin Truta
+    Gilles Vollant
+    James Yu
+    Mandar Sahastrabuddhe
+    Google Inc.
+    Vadim Barkov
+
+and with the following additions to the disclaimer:
+
+    There is no warranty against interference with your enjoyment of
+    the library or against infringement.  There is no warranty that our
+    efforts or the library will fulfill any of your particular purposes
+    or needs.  This library is provided with all faults, and the entire
+    risk of satisfactory quality, performance, accuracy, and effort is
+    with the user.
+
+Some files in the "contrib" directory and some configure-generated
+files that are distributed with libpng have other copyright owners, and
+are released under other open source licenses.
+
+libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
+Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
+libpng-0.96, and are distributed according to the same disclaimer and
+license as libpng-0.96, with the following individuals added to the
+list of Contributing Authors:
+
+    Tom Lane
+    Glenn Randers-Pehrson
+    Willem van Schaik
+
+libpng versions 0.89, June 1996, through 0.96, May 1997, are
+Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,
+and are distributed according to the same disclaimer and license as
+libpng-0.88, with the following individuals added to the list of
+Contributing Authors:
+
+    John Bowler
+    Kevin Bracey
+    Sam Bushell
+    Magnus Holmgren
+    Greg Roelofs
+    Tom Tanner
+
+Some files in the "scripts" directory have other copyright owners,
+but are released under this license.
+
+libpng versions 0.5, May 1995, through 0.88, January 1996, are
+Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
+
+For the purposes of this copyright and license, "Contributing Authors"
+is defined as the following set of individuals:
+
+    Andreas Dilger
+    Dave Martindale
+    Guy Eric Schalnat
+    Paul Schmidt
+    Tim Wegner
+
+The PNG Reference Library is supplied "AS IS".  The Contributing
+Authors and Group 42, Inc. disclaim all warranties, expressed or
+implied, including, without limitation, the warranties of
+merchantability and of fitness for any purpose.  The Contributing
+Authors and Group 42, Inc. assume no liability for direct, indirect,
+incidental, special, exemplary, or consequential damages, which may
+result from the use of the PNG Reference Library, even if advised of
+the possibility of such damage.
+
+Permission is hereby granted to use, copy, modify, and distribute this
+source code, or portions hereof, for any purpose, without fee, subject
+to the following restrictions:
+
+ 1. The origin of this source code must not be misrepresented.
+
+ 2. Altered versions must be plainly marked as such and must not
+    be misrepresented as being the original source.
+
+ 3. This Copyright notice may not be removed or altered from any
+    source or altered source distribution.
+
+The Contributing Authors and Group 42, Inc. specifically permit,
+without fee, and encourage the use of this source code as a component
+to supporting the PNG file format in commercial products.  If you use
+this source code in a product, acknowledgment is not required but would
+be appreciated.
+
+
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/mesa3d.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/mesa3d.md new file mode 100644 index 00000000..b3f32d84 --- /dev/null +++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/mesa3d.md @@ -0,0 +1,134 @@ +## Mesa 3-D Graphics Library v19.2.1 + +### Mesa License + +``` +Copyright (C) 1999-2007 Brian Paul All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Attention, Contributors + +When contributing to the Mesa project you must agree to the licensing terms +of the component to which you're contributing. +The following section lists the primary components of the Mesa distribution +and their respective licenses. +Mesa Component Licenses + + + +Component Location License +------------------------------------------------------------------ +Main Mesa code src/mesa/ MIT +Device drivers src/mesa/drivers/* MIT, generally + +Gallium code src/gallium/ MIT + +Ext headers GL/glext.h Khronos + GL/glxext.h Khronos + GL/wglext.h Khronos + KHR/khrplatform.h Khronos + +***************************************************************************** + +---- +include/GL/gl.h : + + + Mesa 3-D graphics library + + Copyright (C) 1999-2006 Brian Paul All Rights Reserved. + Copyright (C) 2009 VMware, Inc. All Rights Reserved. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR + OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + OTHER DEALINGS IN THE SOFTWARE. + + ***************************************************************************** + +---- +include/GL/glext.h +include/GL/glxext.h +include/GL/wglxext.h : + + + Copyright (c) 2013 - 2018 The Khronos Group Inc. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and/or associated documentation files (the + "Materials"), to deal in the Materials without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Materials, and to + permit persons to whom the Materials are furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Materials. + + THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. + + ***************************************************************************** + +---- +include/KHR/khrplatform.h : + + Copyright (c) 2008 - 2018 The Khronos Group Inc. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and/or associated documentation files (the + "Materials"), to deal in the Materials without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Materials, and to + permit persons to whom the Materials are furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Materials. + + THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. + + ***************************************************************************** + +``` diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/xwd.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/xwd.md new file mode 100644 index 00000000..f3c53278 --- /dev/null +++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.desktop/xwd.md @@ -0,0 +1,34 @@ +## xwd v1.0.7 + +### xwd utility +
+
+This is the copyright for the files in src/java.desktop/unix/native/libawt_xawt:
+list.h, multiVis.h, wsutils.h, list.c, multiVis.c
+
+Copyright 1994 Hewlett-Packard Co.
+Copyright 1996, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall
+not be used in advertising or otherwise to promote the sale, use or
+other dealings in this Software without prior written authorization
+from The Open Group.
+
+
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.instrument/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.instrument/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.instrument/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.instrument/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.instrument/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.instrument/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.instrument/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.instrument/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.instrument/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.instrument/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.instrument/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.instrument/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.logging/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.logging/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.logging/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.logging/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.logging/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.logging/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.logging/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.logging/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.logging/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.logging/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.logging/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.logging/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.management.rmi/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.management.rmi/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.management.rmi/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.management.rmi/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.management.rmi/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.management.rmi/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.management.rmi/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.management.rmi/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.management.rmi/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.management.rmi/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.management.rmi/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.management.rmi/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.management/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.management/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.management/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.management/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.management/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.management/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.management/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.management/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.management/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.management/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.management/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.management/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.naming/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.naming/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.naming/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.naming/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.naming/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.naming/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.naming/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.naming/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.naming/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.naming/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.naming/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.naming/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.net.http/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.net.http/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.net.http/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.net.http/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.net.http/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.net.http/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.net.http/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.net.http/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.net.http/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.net.http/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.net.http/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.net.http/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.prefs/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.prefs/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.prefs/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.prefs/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.prefs/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.prefs/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.prefs/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.prefs/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.prefs/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.prefs/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.prefs/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.prefs/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.rmi/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.rmi/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.rmi/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.rmi/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.rmi/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.rmi/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.rmi/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.rmi/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.rmi/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.rmi/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.rmi/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.rmi/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.scripting/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.scripting/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.scripting/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.scripting/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.scripting/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.scripting/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.scripting/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.scripting/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.scripting/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.scripting/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.scripting/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.scripting/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.se/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.se/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.se/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.se/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.se/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.se/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.se/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.se/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.se/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.se/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.se/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.se/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.security.jgss/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.security.jgss/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.security.jgss/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.security.jgss/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.security.jgss/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.security.jgss/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.security.jgss/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.security.jgss/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.security.jgss/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.security.jgss/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.security.jgss/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.security.jgss/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.security.sasl/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.security.sasl/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.security.sasl/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.security.sasl/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.security.sasl/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.security.sasl/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.security.sasl/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.security.sasl/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.security.sasl/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.security.sasl/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.security.sasl/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.security.sasl/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.smartcardio/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.smartcardio/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.smartcardio/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.smartcardio/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.smartcardio/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.smartcardio/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.smartcardio/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.smartcardio/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.smartcardio/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.smartcardio/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.smartcardio/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.smartcardio/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.smartcardio/pcsclite.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.smartcardio/pcsclite.md similarity index 74% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.smartcardio/pcsclite.md rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.smartcardio/pcsclite.md index 380062df..abf19833 100644 --- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.smartcardio/pcsclite.md +++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.smartcardio/pcsclite.md @@ -1,10 +1,10 @@ -## PC/SC Lite for Suse Linux v1.1.1 +## PC/SC Lite v1.8.26 ### PC/SC Lite License
 
-Copyright (c) 1999-2004 David Corcoran 
-Copyright (c) 1999-2004 Ludovic Rousseau 
+Copyright (c) 1999-2003 David Corcoran 
+Copyright (c) 2001-2011 Ludovic Rousseau 
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
@@ -16,12 +16,7 @@ are met:
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
-3. All advertising materials mentioning features or use of this software
-   must display the following acknowledgement:
-     This product includes software developed by:
-      David Corcoran 
-      http://www.linuxnet.com (MUSCLE)
-4. The name of the author may not be used to endorse or promote products
+3. The name of the author may not be used to endorse or promote products
    derived from this software without specific prior written permission.
 
 Changes to this license can be made only by the copyright author with
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.sql.rowset/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.sql.rowset/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.sql.rowset/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.sql.rowset/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.sql.rowset/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.sql.rowset/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.sql.rowset/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.sql.rowset/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.sql.rowset/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.sql.rowset/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.sql.rowset/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.sql.rowset/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.sql/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.sql/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.sql/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.sql/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.sql/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.sql/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.sql/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.sql/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.sql/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.sql/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.sql/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.sql/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.transaction.xa/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.transaction.xa/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.transaction.xa/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.transaction.xa/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.transaction.xa/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.transaction.xa/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.transaction.xa/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.transaction.xa/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.transaction.xa/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.transaction.xa/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.transaction.xa/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.transaction.xa/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml.crypto/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml.crypto/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml.crypto/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml.crypto/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml.crypto/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml.crypto/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml.crypto/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml.crypto/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml.crypto/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml.crypto/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml.crypto/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml.crypto/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml.crypto/santuario.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml.crypto/santuario.md
similarity index 99%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml.crypto/santuario.md
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml.crypto/santuario.md
index 03dfdd5c..e7c06c90 100644
--- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml.crypto/santuario.md
+++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml.crypto/santuario.md
@@ -1,10 +1,10 @@
-## Apache Santuario v2.1.1
+## Apache Santuario v2.1.4
 
 ### Apache Santuario Notice
 
 
   Apache Santuario - XML Security for Java
-  Copyright 1999-2018 The Apache Software Foundation
+  Copyright 1999-2019 The Apache Software Foundation
 
   This product includes software developed at
   The Apache Software Foundation (http://www.apache.org/).
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml/bcel.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml/bcel.md
similarity index 99%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml/bcel.md
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml/bcel.md
index bb434b09..757c2072 100644
--- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml/bcel.md
+++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml/bcel.md
@@ -1,4 +1,4 @@
-## Apache Commons Byte Code Engineering Library (BCEL) Version 6.0 
+## Apache Commons Byte Code Engineering Library (BCEL) Version 6.3.1
 
 ### Apache Commons BCEL Notice
 
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml/dom.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml/dom.md
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml/dom.md
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml/dom.md
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml/jcup.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml/jcup.md
similarity index 89%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml/jcup.md
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml/jcup.md
index acceffdf..a0ff3dfa 100644
--- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml/jcup.md
+++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml/jcup.md
@@ -1,9 +1,9 @@
-## CUP Parser Generator for Java v 0.10k
+## CUP Parser Generator for Java v 0.11b
 
 ### CUP Parser Generator License
 
 
-Copyright 1996-1999 by Scott Hudson, Frank Flannery, C. Scott Ananian
+Copyright 1996-2015 by Scott Hudson, Frank Flannery, C. Scott Ananian, Michael Petter
 
 Permission to use, copy, modify, and distribute this software and its
 documentation for any purpose and without fee is hereby granted, provided
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml/xalan.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml/xalan.md
similarity index 90%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml/xalan.md
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml/xalan.md
index 54141ef6..924bce87 100644
--- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml/xalan.md
+++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml/xalan.md
@@ -231,4 +231,25 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 
+
+JLEX COPYRIGHT NOTICE, LICENSE AND DISCLAIMER.
+Copyright 1996-2003 by Elliot Joel Berk and C. Scott Ananian
+Permission to use, copy, modify, and distribute this software and 
+its documentation for any purpose and without fee is hereby granted, 
+provided that the above copyright notice appear in all copies and that 
+both the copyright notice and this permission notice and warranty 
+disclaimer appear in supporting documentation, and that the name of 
+the authors or their employers not be used in advertising or publicity 
+pertaining to distribution of the software without specific, written 
+prior permission.
+The authors and their employers disclaim all warranties with regard to 
+this software, including all implied warranties of merchantability and 
+fitness. In no event shall the authors or their employers be liable for 
+any special, indirect or consequential damages or any damages whatsoever 
+resulting from loss of use, data or profits, whether in an action of 
+contract, negligence or other tortious action, arising out of or in 
+connection with the use or performance of this software.The portions of 
+JLex output which are hard-coded into the JLex source code are (naturally) 
+covered by this same license.
+
 
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml/xerces.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml/xerces.md similarity index 99% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml/xerces.md rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml/xerces.md index ff0167bc..c81fbc09 100644 --- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/java.xml/xerces.md +++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/java.xml/xerces.md @@ -1,16 +1,18 @@ -## Apache Xerces v2.11.0 +## Apache Xerces v2.12.1 ### Apache Xerces Notice
     =========================================================================
-    == NOTICE file corresponding to section 4(d) of the Apache License, ==
-    == Version 2.0, in this case for the Apache Xerces Java distribution. ==
+    == NOTICE file corresponding to section 4(d) of the Apache License,    ==
+    == Version 2.0, in this case for the Apache Xerces Java distribution.  ==
     =========================================================================
     
     Apache Xerces Java
-    Copyright 1999-2010 The Apache Software Foundation
+    Copyright 1999-2020 The Apache Software Foundation
+
     This product includes software developed at
     The Apache Software Foundation (http://www.apache.org/).
+
     Portions of this software were originally based on the following:
     - software copyright (c) 1999, IBM Corporation., http://www.ibm.com.
     - software copyright (c) 1999, Sun Microsystems., http://www.sun.com.
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.accessibility/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.accessibility/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.accessibility/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.accessibility/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.accessibility/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.accessibility/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.accessibility/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.accessibility/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.accessibility/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.accessibility/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.accessibility/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.accessibility/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.aot/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.aot/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.aot/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.aot/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.aot/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.aot/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.aot/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.aot/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.aot/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.aot/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.aot/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.aot/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.charsets/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.charsets/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.charsets/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.charsets/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.charsets/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.charsets/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.charsets/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.charsets/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.charsets/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.charsets/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.charsets/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.charsets/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.crypto.cryptoki/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.crypto.cryptoki/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.crypto.cryptoki/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.crypto.cryptoki/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.crypto.cryptoki/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.crypto.cryptoki/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.crypto.cryptoki/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.crypto.cryptoki/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.crypto.cryptoki/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.crypto.cryptoki/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.crypto.cryptoki/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.crypto.cryptoki/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.crypto.cryptoki/pkcs11cryptotoken.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.crypto.cryptoki/pkcs11cryptotoken.md
new file mode 100644
index 00000000..08d1e3c7
--- /dev/null
+++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.crypto.cryptoki/pkcs11cryptotoken.md
@@ -0,0 +1,72 @@
+## OASIS PKCS #11 Cryptographic Token Interface v3.0
+
+### OASIS PKCS #11 Cryptographic Token Interface License
+
+
+Copyright © OASIS Open 2020. All Rights Reserved.
+
+    All capitalized terms in the following text have the meanings
+assigned to them in the OASIS Intellectual Property Rights Policy (the
+"OASIS IPR Policy"). The full Policy may be found at the OASIS website:
+[http://www.oasis-open.org/policies-guidelines/ipr]
+
+    This document and translations of it may be copied and furnished to
+others, and derivative works that comment on or otherwise explain it or
+assist in its implementation may be prepared, copied, published, and
+distributed, in whole or in part, without restriction of any kind,
+provided that the above copyright notice and this section are included
+on all such copies and derivative works. However, this document itself
+may not be modified in any way, including by removing the copyright
+notice or references to OASIS, except as needed for the purpose of
+developing any document or deliverable produced by an OASIS Technical
+Committee (in which case the rules applicable to copyrights, as set
+forth in the OASIS IPR Policy, must be followed) or as required to
+translate it into languages other than English.
+
+    The limited permissions granted above are perpetual and will not be
+revoked by OASIS or its successors or assigns.
+
+    This document and the information contained herein is provided on an
+"AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
+INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
+INFORMATION HEREIN WILL NOT INFRINGE ANY OWNERSHIP RIGHTS OR ANY IMPLIED
+WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. OASIS
+AND ITS MEMBERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THIS DOCUMENT OR ANY
+PART THEREOF.
+
+    [OASIS requests that any OASIS Party or any other party that
+believes it has patent claims that would necessarily be infringed by
+implementations of this OASIS Standards Final Deliverable, to notify
+OASIS TC Administrator and provide an indication of its willingness to
+grant patent licenses to such patent claims in a manner consistent with
+the IPR Mode of the OASIS Technical Committee that produced this
+deliverable.]
+
+    [OASIS invites any party to contact the OASIS TC Administrator if it
+is aware of a claim of ownership of any patent claims that would
+necessarily be infringed by implementations of this OASIS Standards
+Final Deliverable by a patent holder that is not willing to provide a
+license to such patent claims in a manner consistent with the IPR Mode
+of the OASIS Technical Committee that produced this OASIS Standards
+Final Deliverable. OASIS may include such claims on its website, but
+disclaims any obligation to do so.]
+
+    [OASIS takes no position regarding the validity or scope of any
+intellectual property or other rights that might be claimed to pertain
+to the implementation or use of the technology described in this OASIS
+Standards Final Deliverable or the extent to which any license under
+such rights might or might not be available; neither does it represent
+that it has made any effort to identify any such rights. Information on
+OASIS' procedures with respect to rights in any document or deliverable
+produced by an OASIS Technical Committee can be found on the OASIS
+website. Copies of claims of rights made available for publication and
+any assurances of licenses to be made available, or the result of an
+attempt made to obtain a general license or permission for the use of
+such proprietary rights by implementers or users of this OASIS Standards
+Final Deliverable, can be obtained from the OASIS TC Administrator.
+OASIS makes no representation that any information or list of
+intellectual property rights will at any time be complete, or that any
+claims in such list are, in fact, Essential Claims.]
+
+
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.crypto.cryptoki/pkcs11wrapper.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.crypto.cryptoki/pkcs11wrapper.md similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.crypto.cryptoki/pkcs11wrapper.md rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.crypto.cryptoki/pkcs11wrapper.md diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.crypto.ec/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.crypto.ec/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.crypto.ec/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.crypto.ec/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.crypto.ec/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.crypto.ec/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.crypto.ec/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.crypto.ec/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.crypto.ec/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.crypto.ec/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.crypto.ec/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.crypto.ec/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.crypto.ec/ecc.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.crypto.ec/ecc.md similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.crypto.ec/ecc.md rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.crypto.ec/ecc.md diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.dynalink/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.dynalink/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.dynalink/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.dynalink/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.dynalink/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.dynalink/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.dynalink/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.dynalink/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.dynalink/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.dynalink/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.dynalink/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.dynalink/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.dynalink/dynalink.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.dynalink/dynalink.md similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.dynalink/dynalink.md rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.dynalink/dynalink.md diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.httpserver/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.httpserver/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.httpserver/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.httpserver/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.httpserver/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.httpserver/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.httpserver/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.httpserver/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.httpserver/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.httpserver/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.httpserver/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.httpserver/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.ed/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.ed/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.ed/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.ed/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.ed/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.ed/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.ed/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.ed/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.ed/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.ed/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.ed/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.ed/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.le/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.le/ADDITIONAL_LICENSE_INFO similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.le/ADDITIONAL_LICENSE_INFO rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.le/ADDITIONAL_LICENSE_INFO diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.le/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.le/ASSEMBLY_EXCEPTION similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.le/ASSEMBLY_EXCEPTION rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.le/ASSEMBLY_EXCEPTION diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.le/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.le/LICENSE similarity index 100% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.le/LICENSE rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.le/LICENSE diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.le/jline.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.le/jline.md similarity index 92% rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.le/jline.md rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.le/jline.md index 0924a8e5..86fad6f5 100644 --- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.le/jline.md +++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.le/jline.md @@ -1,12 +1,12 @@ -## JLine v2.14.6 +## JLine v3.14.0 ### JLine License
 
-Copyright (c) 2002-2016, the original author or authors.
+Copyright (c) 2002-2018, the original author or authors.
 All rights reserved.
 
-http://www.opensource.org/licenses/bsd-license.php
+https://opensource.org/licenses/BSD-3-Clause
 
 Redistribution and use in source and binary forms, with or
 without modification, are permitted provided that the following
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.vm.ci/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.vm.ci/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.vm.ci/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.vm.ci/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.vm.ci/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.vm.ci/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.vm.ci/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.vm.ci/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.vm.ci/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.vm.ci/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.vm.ci/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.vm.ci/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.vm.compiler.management/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.vm.compiler.management/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.vm.compiler.management/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.vm.compiler.management/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.vm.compiler.management/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.vm.compiler.management/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.vm.compiler.management/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.vm.compiler.management/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.vm.compiler.management/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.vm.compiler.management/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.vm.compiler.management/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.vm.compiler.management/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.vm.compiler/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.vm.compiler/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.vm.compiler/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.vm.compiler/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.vm.compiler/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.vm.compiler/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.vm.compiler/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.vm.compiler/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.vm.compiler/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.vm.compiler/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.internal.vm.compiler/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.internal.vm.compiler/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.jdwp.agent/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.jdwp.agent/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.jdwp.agent/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.jdwp.agent/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.jdwp.agent/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.jdwp.agent/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.jdwp.agent/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.jdwp.agent/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.jdwp.agent/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.jdwp.agent/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.jdwp.agent/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.jdwp.agent/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.jfr/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.jfr/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.jfr/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.jfr/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.jfr/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.jfr/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.jfr/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.jfr/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.jfr/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.jfr/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.jfr/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.jfr/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.jsobject/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.jsobject/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.jsobject/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.jsobject/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.jsobject/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.jsobject/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.jsobject/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.jsobject/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.jsobject/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.jsobject/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.jsobject/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.jsobject/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.localedata/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.localedata/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.localedata/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.localedata/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.localedata/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.localedata/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.localedata/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.localedata/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.localedata/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.localedata/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.localedata/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.localedata/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.localedata/cldr.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.localedata/cldr.md
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.localedata/cldr.md
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.localedata/cldr.md
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.localedata/thaidict.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.localedata/thaidict.md
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.localedata/thaidict.md
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.localedata/thaidict.md
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.management.agent/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.management.agent/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.management.agent/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.management.agent/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.management.agent/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.management.agent/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.management.agent/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.management.agent/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.management.agent/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.management.agent/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.management.agent/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.management.agent/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.management.jfr/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.management.jfr/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.management.jfr/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.management.jfr/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.management.jfr/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.management.jfr/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.management.jfr/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.management.jfr/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.management.jfr/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.management.jfr/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.management.jfr/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.management.jfr/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.management/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.management/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.management/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.management/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.management/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.management/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.management/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.management/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.management/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.management/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.management/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.management/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.naming.dns/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.naming.dns/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.naming.dns/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.naming.dns/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.naming.dns/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.naming.dns/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.naming.dns/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.naming.dns/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.naming.dns/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.naming.dns/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.naming.dns/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.naming.dns/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.naming.rmi/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.naming.ldap/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.naming.rmi/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.naming.ldap/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.naming.rmi/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.naming.ldap/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.naming.rmi/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.naming.ldap/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.naming.rmi/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.naming.ldap/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.naming.rmi/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.naming.ldap/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.net/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.naming.rmi/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.net/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.naming.rmi/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.net/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.naming.rmi/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.net/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.naming.rmi/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.net/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.naming.rmi/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.net/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.naming.rmi/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.pack/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.net/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.pack/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.net/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.pack/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.net/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.pack/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.net/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.pack/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.net/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.pack/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.net/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.scripting.nashorn.shell/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.pack/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.scripting.nashorn.shell/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.pack/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.scripting.nashorn.shell/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.pack/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.scripting.nashorn.shell/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.pack/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.scripting.nashorn.shell/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.pack/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.scripting.nashorn.shell/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.pack/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.scripting.nashorn/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.scripting.nashorn.shell/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.scripting.nashorn/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.scripting.nashorn.shell/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.scripting.nashorn/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.scripting.nashorn.shell/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.scripting.nashorn/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.scripting.nashorn.shell/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.scripting.nashorn/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.scripting.nashorn.shell/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.scripting.nashorn/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.scripting.nashorn.shell/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.sctp/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.scripting.nashorn/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.sctp/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.scripting.nashorn/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.sctp/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.scripting.nashorn/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.sctp/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.scripting.nashorn/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.sctp/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.scripting.nashorn/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.sctp/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.scripting.nashorn/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.scripting.nashorn/double-conversion.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.scripting.nashorn/double-conversion.md
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.scripting.nashorn/double-conversion.md
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.scripting.nashorn/double-conversion.md
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.scripting.nashorn/joni.md b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.scripting.nashorn/joni.md
similarity index 93%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.scripting.nashorn/joni.md
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.scripting.nashorn/joni.md
index d13f1e60..2c639a7a 100644
--- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.scripting.nashorn/joni.md
+++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.scripting.nashorn/joni.md
@@ -1,9 +1,9 @@
-## JRuby Joni v1.1.9
+## JRuby Joni v2.1.16
 
-### JRuby License
+### MIT License
 
 
-Jruby 2012
+Copyright (c) 2017 JRuby Team
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.security.auth/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.sctp/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.security.auth/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.sctp/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.security.auth/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.sctp/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.security.auth/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.sctp/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.security.auth/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.sctp/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.security.auth/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.sctp/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.security.jgss/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.security.auth/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.security.jgss/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.security.auth/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.security.jgss/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.security.auth/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.security.jgss/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.security.auth/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.security.jgss/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.security.auth/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.security.jgss/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.security.auth/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.unsupported/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.security.jgss/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.unsupported/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.security.jgss/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.unsupported/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.security.jgss/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.unsupported/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.security.jgss/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.unsupported/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.security.jgss/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.unsupported/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.security.jgss/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.xml.dom/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.unsupported/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.xml.dom/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.unsupported/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.xml.dom/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.unsupported/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.xml.dom/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.unsupported/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.xml.dom/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.unsupported/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.xml.dom/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.unsupported/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.zipfs/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.xml.dom/ADDITIONAL_LICENSE_INFO
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.zipfs/ADDITIONAL_LICENSE_INFO
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.xml.dom/ADDITIONAL_LICENSE_INFO
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.zipfs/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.xml.dom/ASSEMBLY_EXCEPTION
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.zipfs/ASSEMBLY_EXCEPTION
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.xml.dom/ASSEMBLY_EXCEPTION
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.zipfs/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.xml.dom/LICENSE
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/legal/jdk.zipfs/LICENSE
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.xml.dom/LICENSE
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.zipfs/ADDITIONAL_LICENSE_INFO b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.zipfs/ADDITIONAL_LICENSE_INFO
new file mode 120000
index 00000000..76b7b2f2
--- /dev/null
+++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.zipfs/ADDITIONAL_LICENSE_INFO
@@ -0,0 +1 @@
+../java.base/ADDITIONAL_LICENSE_INFO
\ No newline at end of file
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.zipfs/ASSEMBLY_EXCEPTION b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.zipfs/ASSEMBLY_EXCEPTION
new file mode 120000
index 00000000..bd8da863
--- /dev/null
+++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.zipfs/ASSEMBLY_EXCEPTION
@@ -0,0 +1 @@
+../java.base/ASSEMBLY_EXCEPTION
\ No newline at end of file
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.zipfs/LICENSE b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.zipfs/LICENSE
new file mode 120000
index 00000000..902705b9
--- /dev/null
+++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/legal/jdk.zipfs/LICENSE
@@ -0,0 +1 @@
+../java.base/LICENSE
\ No newline at end of file
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/classlist b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/classlist
similarity index 98%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/classlist
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/classlist
index 87c35cbb..56d44ee8 100644
--- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/classlist
+++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/classlist
@@ -195,7 +195,6 @@ java/io/FilterOutputStream
 java/io/BufferedOutputStream
 java/io/OutputStreamWriter
 java/io/Writer
-sun/nio/cs/StreamEncoder
 java/nio/charset/Charset
 sun/nio/cs/StandardCharsets
 java/nio/charset/spi/CharsetProvider
@@ -205,6 +204,7 @@ sun/security/action/GetPropertyAction
 sun/nio/cs/UTF_8
 sun/nio/cs/Unicode
 sun/nio/cs/HistoricallyNamedCharset
+sun/nio/cs/StreamEncoder
 sun/nio/cs/UTF_8$Encoder
 java/nio/charset/CharsetEncoder
 java/nio/charset/CodingErrorAction
@@ -225,6 +225,13 @@ java/lang/Integer$IntegerCache
 jdk/internal/misc/OSEnvironment
 java/lang/System$2
 jdk/internal/misc/JavaLangAccess
+java/io/File
+java/io/DefaultFileSystem
+java/io/UnixFileSystem
+java/io/FileSystem
+java/io/ExpiringCache
+java/io/ExpiringCache$1
+java/util/LinkedHashMap
 java/lang/IllegalArgumentException
 java/lang/invoke/MethodHandleStatics
 java/lang/CharacterData
@@ -233,14 +240,10 @@ jdk/internal/module/ModuleBootstrap
 java/lang/module/ModuleDescriptor
 java/lang/module/ModuleDescriptor$1
 jdk/internal/misc/JavaLangModuleAccess
-java/io/File
-java/io/DefaultFileSystem
-java/io/UnixFileSystem
-java/io/FileSystem
-java/io/ExpiringCache
-java/io/ExpiringCache$1
-java/util/LinkedHashMap
+java/util/ImmutableCollections
 jdk/internal/module/ModulePatcher
+java/util/ImmutableCollections$SetN
+jdk/internal/module/ArchivedModuleGraph
 jdk/internal/module/SystemModuleFinders
 java/net/URI
 java/net/URI$1
@@ -250,8 +253,6 @@ jdk/internal/module/SystemModules$all
 jdk/internal/module/SystemModules
 jdk/internal/module/Builder
 java/lang/module/ModuleDescriptor$Requires
-java/util/ImmutableCollections
-java/util/ImmutableCollections$SetN
 java/lang/module/ModuleDescriptor$Exports
 java/lang/module/ModuleDescriptor$Opens
 java/lang/module/ModuleDescriptor$Provides
@@ -281,6 +282,8 @@ jdk/internal/loader/AbstractClassLoaderValue
 jdk/internal/loader/ClassLoaders$BootClassLoader
 jdk/internal/reflect/Reflection
 java/util/HashMap$Node
+java/util/HashMap$TreeNode
+java/util/LinkedHashMap$Entry
 java/lang/ClassLoader$ParallelLoaders
 java/util/WeakHashMap
 java/util/WeakHashMap$Entry
@@ -298,7 +301,6 @@ java/net/URL$3
 jdk/internal/misc/JavaNetURLAccess
 java/io/File$PathStatus
 java/io/ExpiringCache$Entry
-java/util/LinkedHashMap$Entry
 sun/net/www/ParseUtil
 sun/net/www/protocol/file/Handler
 java/net/URLStreamHandler
@@ -310,6 +312,7 @@ jdk/internal/reflect/LangReflectAccess
 java/lang/Class$1
 jdk/internal/reflect/NativeConstructorAccessorImpl
 jdk/internal/reflect/DelegatingConstructorAccessorImpl
+sun/net/util/IPAddressUtil
 java/util/ArrayDeque
 java/util/Deque
 java/util/Queue
@@ -318,6 +321,7 @@ jdk/internal/loader/BuiltinClassLoader$LoadedModule
 sun/net/www/protocol/jrt/Handler
 java/util/ImmutableCollections$SetN$SetNIterator
 java/lang/module/Configuration
+java/util/ImmutableCollections$ListN
 java/lang/module/ResolvedModule
 java/util/AbstractMap$1
 java/util/AbstractMap$1$1
@@ -325,11 +329,9 @@ java/util/ImmutableCollections$MapN$1
 java/util/ImmutableCollections$MapN$MapNIterator
 java/util/ImmutableCollections$Set12$1
 jdk/internal/module/ModuleLoaderMap
-java/util/HashMap$TreeNode
 jdk/internal/module/ModuleLoaderMap$Mapper
 java/util/function/Function
 java/lang/ModuleLayer
-java/util/ImmutableCollections$ListN
 java/util/ImmutableCollections$ListItr
 java/util/ListIterator
 java/util/ArrayList$Itr
@@ -384,10 +386,6 @@ java/util/jar/JarFile
 java/util/jar/JavaUtilJarAccessImpl
 jdk/internal/misc/JavaUtilJarAccess
 java/lang/Runtime$Version
-java/nio/charset/StandardCharsets
-sun/nio/cs/UTF_16BE
-sun/nio/cs/UTF_16LE
-sun/nio/cs/UTF_16
 java/util/zip/ZipCoder
 java/util/zip/ZipCoder$UTF8
 java/util/zip/ZipFile$CleanableResource
@@ -412,6 +410,8 @@ jdk/internal/misc/InnocuousThread$2
 java/util/zip/ZipFile$Source
 java/util/zip/ZipFile$Source$Key
 java/nio/file/FileSystems
+java/nio/file/FileSystems$DefaultFileSystemHolder
+java/nio/file/FileSystems$DefaultFileSystemHolder$1
 sun/nio/fs/DefaultFileSystemProvider
 sun/nio/fs/MacOSXFileSystemProvider
 sun/nio/fs/BsdFileSystemProvider
@@ -445,8 +445,6 @@ java/nio/CharBuffer
 java/lang/Readable
 java/nio/HeapCharBuffer
 java/nio/charset/CoderResult
-java/nio/file/FileSystems$DefaultFileSystemHolder
-java/nio/file/FileSystems$DefaultFileSystemHolder$1
 java/net/URI$Parser
 java/nio/file/LinkOption
 java/nio/file/CopyOption
@@ -530,9 +528,6 @@ jdk/internal/loader/URLClassPath$JarLoader$2
 jdk/internal/loader/Resource
 java/util/jar/Attributes
 java/util/jar/Manifest$FastInputStream
-sun/nio/cs/StandardCharsets$Aliases
-sun/util/PreHashedMap
-sun/nio/cs/StandardCharsets$Cache
 java/util/jar/Attributes$Name
 java/lang/Package
 java/lang/NamedPackage
@@ -540,23 +535,14 @@ java/lang/Package$VersionInfo
 sun/nio/ByteBuffered
 java/security/SecureClassLoader$CodeSourceKey
 java/security/SecureClassLoader$1
-java/security/Permissions
+sun/security/util/LazyCodeSourcePermissionCollection
 java/security/PermissionCollection
-sun/net/www/protocol/file/FileURLConnection
-sun/net/www/URLConnection
-java/net/URLConnection
-sun/net/www/MessageHeader
-java/io/FilePermission
-java/io/FilePermission$1
-jdk/internal/misc/JavaIOFilePermissionAccess
-sun/security/util/FilePermCompat
+java/security/Permissions
+java/lang/RuntimePermission
 java/security/Permissions$1
-java/io/FilePermissionCollection
-java/io/FilePermissionCollection$1
+java/security/BasicPermissionCollection
 java/security/AllPermission
 java/security/UnresolvedPermission
-java/lang/RuntimePermission
-java/security/BasicPermissionCollection
 java/security/SecureClassLoader$DebugHolder
 sun/security/util/Debug
 java/time/temporal/TemporalAccessor
@@ -595,6 +581,15 @@ java/security/SecurityPermission
 java/net/SocketPermission
 sun/security/action/GetBooleanAction
 java/security/AllPermissionCollection
+sun/security/util/FilePermCompat
+sun/security/util/SecurityProperties
+java/security/Security
+java/security/Security$1
+java/util/Properties$LineReader
+java/lang/StringUTF16
+java/util/concurrent/ConcurrentHashMap$ForwardingNode
+java/io/FileInputStream$1
+java/io/FilePermission
 sun/util/logging/internal/LoggingProviderImpl
 jdk/internal/logger/DefaultLoggerFinder
 java/lang/System$LoggerFinder
@@ -618,7 +613,6 @@ java/lang/invoke/LambdaForm$Holder
 java/lang/invoke/MethodHandleImpl$Intrinsic
 java/lang/invoke/InvokerBytecodeGenerator
 java/lang/invoke/InvokerBytecodeGenerator$2
-java/lang/StringUTF16
 jdk/internal/org/objectweb/asm/ClassWriter
 jdk/internal/org/objectweb/asm/ClassVisitor
 jdk/internal/org/objectweb/asm/ByteVector
@@ -693,7 +687,6 @@ java/util/logging/LogManager$LoggerContext$1
 java/util/concurrent/ConcurrentHashMap$KeySetView
 java/util/Collections$3
 java/util/concurrent/ConcurrentHashMap$KeyIterator
-java/util/Properties$LineReader
 java/util/Hashtable$Enumerator
 java/lang/invoke/LambdaMetafactory
 java/lang/invoke/InnerClassLambdaMetafactory
@@ -746,7 +739,6 @@ java/util/stream/Stream$Builder
 java/util/stream/Streams$AbstractStreamBuilderImpl
 java/util/stream/Streams
 java/util/IdentityHashMap$Values
-java/io/FileInputStream$1
 jdk/internal/logger/BootstrapLogger
 java/lang/System$Logger
 sun/util/logging/PlatformLogger$Bridge
@@ -770,7 +762,6 @@ java/util/ServiceLoader$LazyClassPathLookupIterator
 java/util/ServiceLoader$2
 java/util/ServiceLoader$3
 jdk/internal/loader/AbstractClassLoaderValue$Memoizer
-java/util/Collections$EmptyIterator
 jdk/internal/module/Resources
 jdk/internal/loader/BuiltinClassLoader$2
 jdk/internal/loader/BuiltinClassLoader$5
@@ -794,6 +785,7 @@ jdk/internal/jimage/ImageStringsReader
 jdk/internal/jimage/ImageStrings
 jdk/internal/jimage/decompressor/Decompressor
 jdk/internal/jimage/ImageLocation
+java/util/Collections$EmptyIterator
 java/util/Collections$EmptyEnumeration
 jdk/internal/loader/BuiltinClassLoader$1
 java/lang/CompoundEnumeration
@@ -833,7 +825,6 @@ java/net/InetAddress$NameService
 java/net/Inet4AddressImpl
 java/net/Inet4Address
 java/util/Spliterators$ArraySpliterator
-java/util/concurrent/ConcurrentHashMap$ForwardingNode
 java/util/stream/Collectors
 java/util/stream/Collector$Characteristics
 java/util/EnumSet
@@ -1029,21 +1020,6 @@ java/util/AbstractSequentialList
 java/util/LinkedList$Node
 sun/util/cldr/CLDRCalendarDataProviderImpl
 sun/util/locale/provider/CalendarDataProviderImpl
-sun/util/logging/PlatformLogger
-sun/util/logging/PlatformLogger$Level
-java/lang/System$Logger$Level
-jdk/internal/logger/LazyLoggers
-jdk/internal/logger/LazyLoggers$1
-jdk/internal/logger/LazyLoggers$LazyLoggerFactories
-jdk/internal/logger/LoggerFinderLoader
-sun/util/logging/internal/LoggingProviderImpl$JULWrapper
-sun/util/logging/PlatformLogger$ConfigurableBridge$LoggerConfiguration
-sun/util/calendar/Gregorian$Date
-sun/util/calendar/BaseCalendar$Date
-sun/util/calendar/CalendarDate
-sun/util/calendar/CalendarUtils
-java/text/DateFormatSymbols
-sun/util/locale/provider/DateFormatSymbolsProviderImpl
 sun/util/resources/LocaleData$1
 sun/util/resources/LocaleData$LocaleDataStrategy
 sun/util/resources/Bundles$Strategy
@@ -1053,14 +1029,21 @@ java/util/ResourceBundle$1
 jdk/internal/misc/JavaUtilResourceBundleAccess
 java/util/ResourceBundle$2
 sun/util/resources/Bundles$CacheKey
-sun/text/resources/cldr/FormatData
+sun/util/resources/cldr/CalendarData
 java/util/ListResourceBundle
 java/util/ResourceBundle$ResourceBundleProviderHelper
 sun/util/resources/Bundles$BundleReference
 sun/util/resources/Bundles$CacheKeyReference
+sun/util/locale/provider/LocaleResources$ResourceReference
+sun/util/calendar/Gregorian$Date
+sun/util/calendar/BaseCalendar$Date
+sun/util/calendar/CalendarDate
+sun/util/calendar/CalendarUtils
+java/text/DateFormatSymbols
+sun/util/locale/provider/DateFormatSymbolsProviderImpl
+sun/text/resources/cldr/FormatData
 java/text/NumberFormat
 sun/util/locale/provider/NumberFormatProviderImpl
-sun/util/locale/provider/LocaleResources$ResourceReference
 java/text/DecimalFormatSymbols
 sun/util/locale/provider/DecimalFormatSymbolsProviderImpl
 java/text/DecimalFormat
@@ -1096,6 +1079,12 @@ java/util/regex/Pattern$Begin
 java/util/regex/Pattern$First
 java/util/regex/Pattern$Start
 java/util/regex/Pattern$TreeInfo
+sun/util/locale/provider/BaseLocaleDataMetaInfo
+sun/util/resources/LocaleData$CommonResourceBundleProvider
+sun/util/resources/LocaleData$LocaleDataResourceBundleProvider
+java/util/spi/ResourceBundleProvider
+java/util/ArrayList$SubList$1
+sun/text/resources/cldr/FormatData_en
 java/util/regex/Matcher
 java/util/regex/MatchResult
 java/util/regex/IntHashSet
@@ -1112,6 +1101,10 @@ java/util/logging/SimpleFormatter
 java/util/logging/Formatter
 jdk/internal/logger/SurrogateLogger
 jdk/internal/logger/SimpleConsoleLogger
+sun/util/logging/PlatformLogger$ConfigurableBridge$LoggerConfiguration
+java/lang/System$Logger$Level
+sun/util/logging/PlatformLogger
+sun/util/logging/PlatformLogger$Level
 jdk/internal/logger/SimpleConsoleLogger$Formatting
 java/util/logging/ErrorManager
 java/util/logging/Handler$1
@@ -1152,6 +1145,5 @@ jdk/internal/module/Checks
 java/util/Formatter$DateTime
 java/util/Formatter$FixedString
 java/time/ZonedDateTime$1
-sun/text/resources/cldr/FormatData_en
 java/util/IdentityHashMap$KeyIterator
 java/util/IdentityHashMap$IdentityHashMapIterator
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/fontconfig.bfc b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/fontconfig.bfc
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/fontconfig.bfc
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/fontconfig.bfc
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/fontconfig.properties.src b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/fontconfig.properties.src
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/fontconfig.properties.src
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/fontconfig.properties.src
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/jfr/default.jfc b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/jfr/default.jfc
similarity index 90%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/jfr/default.jfc
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/jfr/default.jfc
index 6164a4e1..1a1d420d 100644
--- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/jfr/default.jfc
+++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/jfr/default.jfc
@@ -29,6 +29,7 @@
 
     
       true
+      true
     
 
     
@@ -115,12 +116,12 @@
 
     
       true
-      20 ms
+      20 ms
     
 
     
       true
-      20 ms
+      20 ms
     
 
     
@@ -420,6 +421,15 @@
       false
     
 
+    
+      false
+      everyChunk
+    
+
+    
+      false
+    
+
     
       true
       false
@@ -488,6 +498,11 @@
       beginChunk
     
 
+    
+     true
+     beginChunk
+    
+
     
       true
       beginChunk
@@ -588,6 +603,26 @@
       20 ms
     
 
+    
+       false
+       true
+    
+
+    
+      false
+      true
+    
+
+    
+       false
+       true
+    
+
+    
+       false
+       true
+    
+
     
       false
       true
@@ -753,13 +788,42 @@
       
 
       
-        
-        
-        
+        
+        
+        
+        
       
+      
+      
+        
+      
+
+      
+        
+      
+
+      
+        
+      
+
+      
+        
+      
+      
+      
+        
+      
+
+      
+        
+          
+          
+          
+        
+        
 
       
-        
+        
       
 
       
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/jfr/profile.jfc b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/jfr/profile.jfc
similarity index 90%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/jfr/profile.jfc
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/jfr/profile.jfc
index 267064ad..edde79ce 100644
--- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/jfr/profile.jfc
+++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/jfr/profile.jfc
@@ -29,6 +29,7 @@
 
     
       true
+      true
     
 
     
@@ -115,12 +116,12 @@
 
     
       true
-      10 ms
+      10 ms
     
 
     
       true
-      10 ms
+      20 ms
     
 
     
@@ -420,6 +421,15 @@
       false
     
 
+    
+      false
+      everyChunk
+    
+
+    
+      false
+    
+
     
       true
       true
@@ -488,6 +498,11 @@
       beginChunk
     
 
+    
+     true
+     beginChunk
+    
+
     
       true
       beginChunk
@@ -588,6 +603,26 @@
       10 ms
     
 
+    
+       false
+       true
+    
+
+    
+      false
+      true
+    
+
+    
+       false
+       true
+    
+
+    
+       false
+       true
+    
+
     
       false
       true
@@ -753,14 +788,43 @@
         
       
 
-      
-        
-        
-        
+      
+        
+        
+        
+        
       
+      
+      
+        
+      
+
+      
+        
+      
+
+      
+        
+      
+
+      
+        
+      
+      
+      
+        
+      
 
+      
+        
+          
+          
+          
+        
+          
+      
       
-        
+        
       
 
       
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/jli/libjli.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/jli/libjli.dylib
new file mode 100644
index 00000000..5c3d2a57
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/jli/libjli.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/jrt-fs.jar b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/jrt-fs.jar
similarity index 58%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/jrt-fs.jar
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/jrt-fs.jar
index 34bc3be1..f12fa1dd 100644
Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/jrt-fs.jar and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/jrt-fs.jar differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/jspawnhelper b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/jspawnhelper
new file mode 100755
index 00000000..c7a40fe4
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/jspawnhelper differ
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/jvm.cfg b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/jvm.cfg
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/jvm.cfg
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/jvm.cfg
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libawt.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libawt.dylib
new file mode 100644
index 00000000..37d217ea
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libawt.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libawt_lwawt.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libawt_lwawt.dylib
new file mode 100644
index 00000000..98d8b3c8
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libawt_lwawt.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libdt_socket.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libdt_socket.dylib
new file mode 100644
index 00000000..9dc9249f
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libdt_socket.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libextnet.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libextnet.dylib
new file mode 100644
index 00000000..44a7d433
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libextnet.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libfontmanager.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libfontmanager.dylib
new file mode 100644
index 00000000..48ec05eb
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libfontmanager.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libfreetype.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libfreetype.dylib
new file mode 100644
index 00000000..3700087f
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libfreetype.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libharfbuzz.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libharfbuzz.dylib
new file mode 100644
index 00000000..bb9f516f
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libharfbuzz.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libinstrument.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libinstrument.dylib
new file mode 100644
index 00000000..07dbd581
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libinstrument.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libj2gss.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libj2gss.dylib
new file mode 100644
index 00000000..ce62837c
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libj2gss.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libj2pcsc.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libj2pcsc.dylib
new file mode 100644
index 00000000..40ea29d6
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libj2pcsc.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libj2pkcs11.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libj2pkcs11.dylib
new file mode 100644
index 00000000..8feb7d6e
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libj2pkcs11.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjaas.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjaas.dylib
new file mode 100644
index 00000000..a3038b05
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjaas.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjava.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjava.dylib
new file mode 100644
index 00000000..fd23d006
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjava.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjavajpeg.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjavajpeg.dylib
new file mode 100644
index 00000000..9c1873e4
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjavajpeg.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjawt.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjawt.dylib
new file mode 100644
index 00000000..db5bff38
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjawt.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjdwp.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjdwp.dylib
new file mode 100644
index 00000000..e88062e1
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjdwp.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjimage.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjimage.dylib
new file mode 100644
index 00000000..3a39c879
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjimage.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjsig.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjsig.dylib
new file mode 100644
index 00000000..883f4b7f
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjsig.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjsound.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjsound.dylib
new file mode 100644
index 00000000..94de55ee
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libjsound.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/liblcms.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/liblcms.dylib
new file mode 100644
index 00000000..40ab5a26
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/liblcms.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libmanagement.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libmanagement.dylib
new file mode 100644
index 00000000..ec7443ac
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libmanagement.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libmanagement_agent.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libmanagement_agent.dylib
new file mode 100644
index 00000000..d5a0a13e
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libmanagement_agent.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libmanagement_ext.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libmanagement_ext.dylib
new file mode 100644
index 00000000..1fea17db
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libmanagement_ext.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libmlib_image.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libmlib_image.dylib
new file mode 100644
index 00000000..30ca8d91
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libmlib_image.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libnet.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libnet.dylib
new file mode 100644
index 00000000..0b0db596
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libnet.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libnio.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libnio.dylib
new file mode 100644
index 00000000..2ba31f42
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libnio.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libosx.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libosx.dylib
new file mode 100644
index 00000000..60f11f73
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libosx.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libosxapp.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libosxapp.dylib
similarity index 58%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libosxapp.dylib
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libosxapp.dylib
index 49901054..e012ae8f 100644
Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/libosxapp.dylib and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libosxapp.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libosxkrb5.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libosxkrb5.dylib
new file mode 100644
index 00000000..fe2affc6
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libosxkrb5.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libosxsecurity.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libosxsecurity.dylib
new file mode 100644
index 00000000..4f181503
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libosxsecurity.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libosxui.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libosxui.dylib
new file mode 100644
index 00000000..deac54ea
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libosxui.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libprefs.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libprefs.dylib
new file mode 100644
index 00000000..9b93708c
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libprefs.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/librmi.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/librmi.dylib
new file mode 100644
index 00000000..dd5fb557
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/librmi.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libsplashscreen.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libsplashscreen.dylib
new file mode 100644
index 00000000..87a15b3d
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libsplashscreen.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libsunec.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libsunec.dylib
new file mode 100644
index 00000000..f3f031d9
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libsunec.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libunpack.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libunpack.dylib
new file mode 100644
index 00000000..8d3202ba
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libunpack.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libverify.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libverify.dylib
new file mode 100644
index 00000000..8cf792a4
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libverify.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libzip.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libzip.dylib
new file mode 100644
index 00000000..f797c77b
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/libzip.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/modules b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/modules
similarity index 93%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/modules
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/modules
index 75d07297..91c62e72 100644
Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/modules and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/modules differ
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/psfont.properties.ja b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/psfont.properties.ja
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/psfont.properties.ja
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/psfont.properties.ja
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/psfontj2d.properties b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/psfontj2d.properties
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/psfontj2d.properties
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/psfontj2d.properties
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/security/blacklisted.certs b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/security/blacklisted.certs
similarity index 50%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/security/blacklisted.certs
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/security/blacklisted.certs
index e192c1aa..beded9ed 100644
--- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/security/blacklisted.certs
+++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/security/blacklisted.certs
@@ -1,20 +1,39 @@
 Algorithm=SHA-256
+03DB9E5E79FE6117177F81C11595AF598CB176AF766290DBCEB2C318B32E39A2
+08C396C006A21055D00826A5781A5CCFCE2C8D053AB3C197637A4A7A5BB9A650
 14E6D2764A4B06701C6CBC376A253775F79C782FBCB6C0EE6F99DE4BA1024ADD
+1C5E6985ACC09221DBD1A4B7BBC6D3A8C3F8540D19F20763A9537FDD42B4FFE7
+1F6BF8A3F2399AF7FD04516C2719C566CBAD51F412738F66D0457E1E6BDE6F2D
+2A464E4113141352C7962FBD1706ED4B88533EF24D7BBA6CCC5D797FD202F1C4
 31C8FD37DB9B56E708B03D1F01848B068C6DA66F36FB5D82C008C6040FA3E133
 3946901F46B0071E90D78279E82FABABCA177231A704BE72C5B0E8918566EA66
+3E11CF90719F6FB44D94EAC9A156B89BEBE7B8598F28EC58913F2BFCAF91D0C0
+423279423B9FC8CB06F1BB7C3B247522B948D5F18939F378ECC901126DE40BFB
 450F1B421BB05C8609854884559C323319619E8B06B001EA2DCBB74A23AA3BE2
 4CBBF8256BC9888A8007B2F386940A2E394378B0D903CBB3863C5A6394B889CE
 4FEE0163686ECBD65DB968E7494F55D84B25486D438E9DE558D629D28CD4D176
+535D04DFCE027C70BD5F8A9E0AD4F218E9AFDCF5BBCF9B6DE0D81E148E2E3172
+568FAF38D9F155F624838E2181B1CEB4D8459305EE652B0F810C97C3611BFE19
+585CFE6B7436CBD4E732763A2137D7F49599BA9B1790E688FCEC799C58EB84A6
 5E83124D68D24E8E177E306DF643D5EA99C5A94D6FC34B072F7544A1CABB7C7B
+71CB00749B9130FB2707A2664BFF958D0FCC8E161D9674C7450BA0FC2BEAF9D3
 76A45A496031E4DD2D7ED23E8F6FF97DBDEA980BAAC8B0BA94D7EDB551348645
 8A1BD21661C60015065212CC98B1ABB50DFD14C872A208E66BAE890F25C448AF
 9ED8F9B0E8E42A1656B8E1DD18F42BA42DC06FE52686173BA2FC70E756F207DC
+9FADCE80D62A959F9930D748488C1E22E821F4E1E4A43584B848C2FC11E04D77
 A686FEE577C88AB664D0787ECDFFF035F4806F3DE418DC9E4D516324FFF02083
+A90132CEA1D4F7185E4F688EFFD16F6AC14DFD78356A807599A5DABBEEF3333E
 B8686723E415534BC0DBD16326F9486F85B0B0799BF6639334E61DAAE67F36CD
+C0D1F42B9F4BF7ACC045B7BB5D4805E10737F67B6310CE505248D543D0D5FE07
+D0156949F1381943442C6974E9B5B49EF441BB799EF20477B90A89C3F33620CE
+D151962D954970501C60079258EBCFA38502E0A9F03CD640322B08C0A3117FE5
 D24566BF315F4E597D6E381C87119FB4198F5E9E2607F5F4AB362EF7E2E7672F
 D3A936E1A7775A45217C8296A1F22AC5631DCDEC45594099E78EEEBBEDCBA967
+D6CEAE5D9E047FAF7D797858D229AC991AD44316D1E2A37A21926D763153593A
 DF21016B00FC54F9FE3BC8B039911BB216E9162FAD2FD14D990AB96E951B49BE
+E0E740E4B0F8B3548181FF75B5372FAF4C70B99EC995D694ED0FB91B03FF8D21
 EC30C9C3065A06BB07DC5B1C6B497F370C1CA65C0F30C08E042BA6BCECC78F2C
 F5B6F88F75D391A4B1EB336F9E201239FB6B1377DB8CFA7B84736216E5AFFFD7
+FBB12938ABD86C125796EDF4162D291028890A7D6C0C1CCA75FD4B95EBFA7A1A
 FC02FD48DB92D4DCE6F11679D38354CF750CFC7F584A520EB90BDE80E241F2BD
 FDEDB5BDFCB67411513A61AEE5CB5B5D7C52AF06028EFC996CC1B05B1D6CEA2B
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/security/cacerts b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/security/cacerts
new file mode 100644
index 00000000..06dc1c26
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/security/cacerts differ
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/security/default.policy b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/security/default.policy
similarity index 91%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/security/default.policy
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/security/default.policy
index b0ffc990..ab59a334 100644
--- a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/security/default.policy
+++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/security/default.policy
@@ -122,11 +122,14 @@ grant codeBase "jrt:/jdk.crypto.ec" {
 };
 
 grant codeBase "jrt:/jdk.crypto.cryptoki" {
+    permission java.lang.RuntimePermission
+                   "accessClassInPackage.com.sun.crypto.provider";
     permission java.lang.RuntimePermission
                    "accessClassInPackage.sun.security.*";
     permission java.lang.RuntimePermission "accessClassInPackage.sun.nio.ch";
     permission java.lang.RuntimePermission "loadLibrary.j2pkcs11";
     permission java.util.PropertyPermission "sun.security.pkcs11.allowSingleThreadedModules", "read";
+    permission java.util.PropertyPermission "sun.security.pkcs11.disableKeyExtraction", "read";
     permission java.util.PropertyPermission "os.name", "read";
     permission java.util.PropertyPermission "os.arch", "read";
     permission java.util.PropertyPermission "jdk.crypto.KeyAgreement.legacyKDF", "read";
@@ -161,10 +164,14 @@ grant codeBase "jrt:/jdk.internal.vm.compiler" {
 };
 
 grant codeBase "jrt:/jdk.internal.vm.compiler.management" {
-    permission java.lang.RuntimePermission "accessClassInPackage.org.graalvm.compiler.hotspot";
+    permission java.lang.RuntimePermission "accessClassInPackage.jdk.internal.vm.compiler.collections";
     permission java.lang.RuntimePermission "accessClassInPackage.jdk.vm.ci.runtime";
-    permission java.lang.RuntimePermission "accessClassInPackage.sun.management.spi";
-    permission java.lang.RuntimePermission "sun.management.spi.PlatformMBeanProvider.subclass";
+    permission java.lang.RuntimePermission "accessClassInPackage.org.graalvm.compiler.core.common";
+    permission java.lang.RuntimePermission "accessClassInPackage.org.graalvm.compiler.debug";
+    permission java.lang.RuntimePermission "accessClassInPackage.org.graalvm.compiler.hotspot";
+    permission java.lang.RuntimePermission "accessClassInPackage.org.graalvm.compiler.options";
+    permission java.lang.RuntimePermission "accessClassInPackage.org.graalvm.compiler.phases.common.jmx";
+    permission java.lang.RuntimePermission "accessClassInPackage.org.graalvm.compiler.serviceprovider";
 };
 
 grant codeBase "jrt:/jdk.jsobject" {
@@ -199,6 +206,7 @@ grant codeBase "jrt:/jdk.security.jgss" {
 grant codeBase "jrt:/jdk.zipfs" {
     permission java.io.FilePermission "<>", "read,write,delete";
     permission java.lang.RuntimePermission "fileSystemProvider";
+    permission java.lang.RuntimePermission "accessUserInformation";
     permission java.util.PropertyPermission "os.name", "read";
 };
 
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/security/public_suffix_list.dat b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/security/public_suffix_list.dat
new file mode 100644
index 00000000..029aa3c5
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/security/public_suffix_list.dat differ
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/server/Xusage.txt b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/server/Xusage.txt
similarity index 100%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/server/Xusage.txt
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/server/Xusage.txt
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/server/libjsig.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/server/libjsig.dylib
new file mode 100644
index 00000000..883f4b7f
Binary files /dev/null and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/server/libjsig.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/server/libjvm.dylib b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/server/libjvm.dylib
similarity index 59%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/server/libjvm.dylib
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/server/libjvm.dylib
index 9b00a70f..1da31620 100644
Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/server/libjvm.dylib and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/server/libjvm.dylib differ
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/tzdb.dat b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/tzdb.dat
similarity index 50%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/tzdb.dat
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/tzdb.dat
index 0a937466..5046960e 100644
Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/jre/lib/tzdb.dat and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/lib/tzdb.dat differ
diff --git a/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/release b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/release
new file mode 100644
index 00000000..22466159
--- /dev/null
+++ b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/jre/release
@@ -0,0 +1,16 @@
+IMPLEMENTOR="AdoptOpenJDK"
+IMPLEMENTOR_VERSION="AdoptOpenJDK-11.0.11+9"
+JAVA_VERSION="11.0.11"
+JAVA_VERSION_DATE="2021-04-20"
+MODULES="java.base java.compiler java.datatransfer java.xml java.prefs java.desktop java.instrument java.logging java.management java.security.sasl java.naming java.rmi java.management.rmi java.net.http java.scripting java.security.jgss java.transaction.xa java.sql java.sql.rowset java.xml.crypto java.se java.smartcardio jdk.accessibility jdk.internal.vm.ci jdk.management jdk.unsupported jdk.internal.vm.compiler jdk.aot jdk.internal.jvmstat jdk.attach jdk.charsets jdk.compiler jdk.crypto.ec jdk.crypto.cryptoki jdk.dynalink jdk.internal.ed jdk.editpad jdk.hotspot.agent jdk.httpserver jdk.internal.le jdk.internal.opt jdk.internal.vm.compiler.management jdk.jartool jdk.javadoc jdk.jcmd jdk.management.agent jdk.jconsole jdk.jdeps jdk.jdwp.agent jdk.jdi jdk.jfr jdk.jlink jdk.jshell jdk.jsobject jdk.jstatd jdk.localedata jdk.management.jfr jdk.naming.dns jdk.naming.ldap jdk.naming.rmi jdk.net jdk.pack jdk.rmic jdk.scripting.nashorn jdk.scripting.nashorn.shell jdk.sctp jdk.security.auth jdk.security.jgss jdk.unsupported.desktop jdk.xml.dom jdk.zipfs"
+OS_ARCH="x86_64"
+OS_NAME="Darwin"
+SOURCE=".:git:9a5c368512c6"
+BUILD_SOURCE="git:4ad15fd"
+FULL_VERSION="11.0.11+9"
+SEMANTIC_VERSION="11.0.11+9"
+BUILD_INFO="OS: Mac OS X Version: 10.14.6
+18G84"
+JVM_VARIANT="Hotspot"
+JVM_VERSION="11.0.11+9"
+IMAGE_TYPE="JRE"
diff --git a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/lib/sonar-scanner-cli-4.6.0.2311.jar b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/lib/sonar-scanner-cli-4.6.2.2472.jar
similarity index 88%
rename from SonarCloud/sonar-scanner-4.6.0.2311-macosx/lib/sonar-scanner-cli-4.6.0.2311.jar
rename to SonarCloud/sonar-scanner-4.6.2.2472-macosx/lib/sonar-scanner-cli-4.6.2.2472.jar
index 31092393..3a9ce7f6 100644
Binary files a/SonarCloud/sonar-scanner-4.6.0.2311-macosx/lib/sonar-scanner-cli-4.6.0.2311.jar and b/SonarCloud/sonar-scanner-4.6.2.2472-macosx/lib/sonar-scanner-cli-4.6.2.2472.jar differ