-
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
Open
anarnold97
wants to merge
12
commits into
migtools:main
Choose a base branch
from
anarnold97:MTA-4775-effort-application-built-or-not
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
2c90f35
MTA-4775: Effort differs between applications depending on whether th…
anarnold97 79ce22d
update
anarnold97 41fa4f3
Update docs/topics/issues-with-report.adoc
anarnold97 cc4c79b
Update docs/cli-guide/master.adoc
anarnold97 06d7886
add
anarnold97 bfc31ae
Update issues-with-report.adoc
anarnold97 903cbff
update
anarnold97 2c0e713
add
anarnold97 5966f1b
Update docs/cli-guide/master.adoc
anarnold97 591fcd4
Update docs/web-console-guide/master.adoc
anarnold97 2b79497
Update docs/topics/issues-with-report.adoc
anarnold97 ad49768
Update docs/topics/issues-with-report.adoc
anarnold97 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// 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; | ||
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, for example, a `pom.xml` or `build.gradle` file | ||
* Compilation errors of one form or another | ||
|
||
.Running {ProductShortName} on a project with an inaccessible parent pom.xml file may not result in a full analysis | ||
|
||
Running {ProductFullName} on a project with an inaccessible parent pom.xml file may not result in a full analysis. For example, this issue impacts the link:https://github.com/jboss-developer/jboss-eap-quickstarts/tree/EAP_7.4.0.GA[JBoss EAP Quickstarts], which demonstrate JBoss EAP, Jakarta EE 10, and other additional technologies. They provide small, specific, working examples that can be used as a reference for your project. However, these quickstarts specify a relative path to their parent POM file, which does not exist when the {ProductShortName} container is run. | ||
|
||
Specifying an input path of link:https://github.com/jboss-developer/jboss-eap-quickstarts/tree/EAP_7.4.0.GA/kitchensink[`kitchensink`] mounts the `kitchensink` directory as a volume in the container, but that means that the JDT Language Server (jdtls) is unable to access the parent link:https://github.com/jboss-developer/jboss-eap-quickstarts/blob/EAP_7.4.0.GA/kitchensink/pom.xml[pom.xml] file. | ||
|
||
This causes the jdtls to encounter a `Non-resolvable parent POM` project build error. This error creates a `.project` file, which is missing the `org.eclipse.jdt.core.javanature`, meaning that jdtls, and subsequently {ProductShortName}, is unable to access details about the Java files. | ||
|
||
If you remove the parent pom.xml file and make the `kitchensink` project completely standalone, there are no issues. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.