-
Notifications
You must be signed in to change notification settings - Fork 184
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
Add parser for CCES (CrossCore Embedded Studio) #937
Conversation
bb0f6f4
to
960a03a
Compare
17eb896
to
0de0d8b
Compare
Codecov Report
@@ Coverage Diff @@
## master #937 +/- ##
=========================================
Coverage 92.91% 92.91%
- Complexity 2333 2338 +5
=========================================
Files 343 345 +2
Lines 6479 6495 +16
Branches 671 672 +1
=========================================
+ Hits 6020 6035 +15
Misses 262 262
- Partials 197 198 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
src/main/java/edu/hm/hafner/analysis/parser/CrossCoreEmbeddedStudioParser.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks for your PR.
Can you please regenerate the SUPPORTED_FORMATS file by running mvn verify
?
src/main/java/edu/hm/hafner/analysis/parser/CrossCoreEmbeddedStudioParser.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/hm/hafner/analysis/parser/CrossCoreEmbeddedStudioParser.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your PR!
Add support for parsing compiler logs generated by CrossCore Embedded Studio.
Notes
Gcc4CompilerParser.java
andEmbeddedEngineerParser.java
Testing done
CrossCoreEmbeddedStudioParserTest.java
See also
Submitter checklist
Extra:
Not clear to me how to "run
main
method ofParserRegistry
". Where is the binary? (Note that my java level is extremely low)