-
Notifications
You must be signed in to change notification settings - Fork 8
MTA-4775: Effort differs between applications depending on whether th… #119
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
base: main
Are you sure you want to change the base?
Changes from 6 commits
2c90f35
79ce22d
41fa4f3
cc4c79b
06d7886
bfc31ae
903cbff
2c0e713
5966f1b
591fcd4
2b79497
ad49768
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * docs/cli-guide/master.adoc | ||
|
||
:_content-type: CONCEPT | ||
[id="issues-with-report_{context}"] | ||
= Issues with reports | ||
|
||
Analysis precision is lower when the project cannot be built for whatever reasons. This lowering of precision can be caused by a number of factors; | ||
Check failure on line 9 in docs/topics/issues-with-report.adoc
|
||
anarnold97 marked this conversation as resolved.
Show resolved
Hide resolved
anarnold97 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
* The lack of a proper build file, such as, a `pom.xml` or `build.gradle` file. For example, running {ProductFullName} on a project with an inaccessible parent `pom.xml` file may not result in a full analysis. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure, I guess there is Unnecessary Comma "such as," There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @kpunwatk - it would be acceptable with a comma or without. However, as it is going into a two-item list, i think it reads better as it gives emphasis to the pom.xl and gradle.file. As this is the last remaining issue, are you ok for me to move it Thanks There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Completely ok for me, Thanks! |
||
* Compilation errors of one form or another. |
Uh oh!
There was an error while loading. Please reload this page.