Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import checker results from PList #322

Merged
merged 3 commits into from
Aug 29, 2016
Merged

Conversation

bruntib
Copy link
Contributor

@bruntib bruntib commented Jun 13, 2016

This commit fixes #288 and fixes #320. One can now import checker
results from PList files too.

@@ -189,6 +189,10 @@ def signal_handler(sig, frame):

workspace_help_msg = """Directory where the codechecker can store analysis related data."""

name_help_msg = """Name of the analysis."""

jobs_help_msg = '''Number of jobs. Start multiple processes for faster analisys''';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use the same """ everywhere.

@bruntib bruntib force-pushed the plist_import branch 2 times, most recently from d8be4e4 to e26b5e7 Compare July 6, 2016 14:34
@gyorb gyorb modified the milestone: release 5.5 Aug 5, 2016
Brunner Tibor added 2 commits August 29, 2016 10:20
This commit fixes Ericsson#288 and fixes Ericsson#320. One can now import checker
results from PList files too.
The handle_plist() function of result handler is now an abstract method.
Moreover we now warn the user in case of missing source files when
processing plists directly.
The `add_build_action` function has two more parameters: checker type
and checked file. These can't be provided when parsing PList files, so I
just give empty strings.
@gyorb gyorb merged commit fd2f37b into Ericsson:master Aug 29, 2016
@bruntib bruntib deleted the plist_import branch September 2, 2016 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

handle missing source file content PList import
3 participants