-
Notifications
You must be signed in to change notification settings - Fork 186
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
[EA] Add support of multi-lines error messages #995
[EA] Add support of multi-lines error messages #995
Conversation
Can you please have a look at the style checks? |
…ning_style [EA] Add support for categories separated by a brace
Bumps [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/kentaro-m/auto-assign-action/releases) - [Commits](kentaro-m/auto-assign-action@v1.2.5...v1.2.6) --- updated-dependencies: - dependency-name: kentaro-m/auto-assign-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps `slf4j.version` from 2.0.10 to 2.0.11. Updates `org.slf4j:slf4j-api` from 2.0.10 to 2.0.11 Updates `org.slf4j:jul-to-slf4j` from 2.0.10 to 2.0.11 --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.slf4j:jul-to-slf4j dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
|
…j.version-2.0.11 Bump slf4j.version from 2.0.10 to 2.0.11
…ions/kentaro-m/auto-assign-action-1.2.6 Bump kentaro-m/auto-assign-action from 1.2.5 to 1.2.6
src/main/java/edu/hm/hafner/analysis/parser/EmbeddedEngineerParser.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/hm/hafner/analysis/parser/EmbeddedEngineerParser.java
Outdated
Show resolved
Hide resolved
Thanks! Can you please merge with main (or rebase)? |
…azer1998/analysis-model into take_multipleline_messages
changes for test cases
correct number of instances
resolve conflicts
resolve checkStyle issue
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #995 +/- ##
============================================
- Coverage 93.08% 93.08% -0.01%
- Complexity 2386 2395 +9
============================================
Files 347 349 +2
Lines 6612 6623 +11
Branches 689 690 +1
============================================
+ Hits 6155 6165 +10
Misses 257 257
- Partials 200 201 +1 ☔ View full report in Codecov by Sentry. |
remove unnecessary try block
Current implementation is unable to provide a complete description for the errors composed of multiple lines. An example is as:
[2023-04-10 12:04:22.1045] Error - Error loading plugins from: C:\file1\idc\sample_ext.x64.dll
File name: 'file:///C:\AA\BB\System.Text.Json.dll' ---> System.NotSupportedException: An attempt was made to load an
(moree lines!)
at System.Reflection.Assembly.LoadFrom(String assemblyFile)
at A.A
1.a(String , Predicate
1 , Object[] )at A.A
1.A(String , Predicate
1 , Object[] )Testing done
The current change was tested by adding additional test case to the EmbeddedEngineerParserTest file.
Tests were executed using [warnings-ng-plugin-devenv] development environment.
Screenshots of the test results:
Submitter checklist