Skip to content

feat: windows native error & obfuscation support #7762

feat: windows native error & obfuscation support

feat: windows native error & obfuscation support #7762

Triggered via pull request September 18, 2024 19:07
Status Failure
Total duration 12m 7s
Artifacts

flutter.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 4 warnings, and 10 notices
analyze / analyze
Dart Analyzer detected problems, see the logs for more information.
analyze / package-analysis
Process completed with exit code 1.
The value of the field '_bits' isn't used.: flutter/lib/src/native/c/binding.dart#L872
Try removing the field, or using it. See https://dart.dev/diagnostics/unused_field to learn more about this problem.
The value of the field '_double' isn't used.: flutter/lib/src/native/c/binding.dart#L875
Try removing the field, or using it. See https://dart.dev/diagnostics/unused_field to learn more about this problem.
analyze / package-analysis
Failed to remove 'http.https://github.com/.extraheader' from the git config
linux | ubuntu | stable
Unexpected input(s) 'functionalities', valid inputs are ['token', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'file', 'files', 'flags', 'git_service', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugin', 'plugins', 'report_code', 'root_dir', 'slug', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'verbose', 'version', 'working-directory']
Unnecessary 'late' modifier.: flutter/lib/src/native/c/sentry_native.dart#L24
Try removing the 'late'. See https://dart.dev/diagnostics/unnecessary_late to learn more about this problem.
Unnecessary 'this.' qualifier.: flutter/lib/src/native/c/sentry_native.dart#L428
Try removing 'this.'. See https://dart.dev/diagnostics/unnecessary_this to learn more about this problem.
Unnecessary 'this.' qualifier.: flutter/lib/src/native/c/sentry_native.dart#L438
Try removing 'this.'. See https://dart.dev/diagnostics/unnecessary_this to learn more about this problem.
The private field _allocated could be 'final'.: flutter/lib/src/native/c/utils.dart#L7
Try making the field 'final'. See https://dart.dev/diagnostics/prefer_final_fields to learn more about this problem.
Assignment to a variable of type 'void'.: flutter/test/integrations/native_sdk_integration_test.dart#L18
Try removing the assignment or changing the type of the variable. See https://dart.dev/diagnostics/void_checks to learn more about this problem.
Assignment to a variable of type 'void'.: flutter/test/integrations/native_sdk_integration_test.dart#L19
Try removing the assignment or changing the type of the variable. See https://dart.dev/diagnostics/void_checks to learn more about this problem.
Assignment to a variable of type 'void'.: flutter/test/native_scope_observer_test.dart#L21
Try removing the assignment or changing the type of the variable. See https://dart.dev/diagnostics/void_checks to learn more about this problem.
Assignment to a variable of type 'void'.: flutter/test/native_scope_observer_test.dart#L29
Try removing the assignment or changing the type of the variable. See https://dart.dev/diagnostics/void_checks to learn more about this problem.
Assignment to a variable of type 'void'.: flutter/test/native_scope_observer_test.dart#L36
Try removing the assignment or changing the type of the variable. See https://dart.dev/diagnostics/void_checks to learn more about this problem.
Assignment to a variable of type 'void'.: flutter/test/native_scope_observer_test.dart#L44
Try removing the assignment or changing the type of the variable. See https://dart.dev/diagnostics/void_checks to learn more about this problem.