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

fix recent javadoc "reference not found" #1393

Closed
wants to merge 1 commit into from

Conversation

jukzi
Copy link
Contributor

@jukzi jukzi commented Sep 5, 2024

@jukzi jukzi requested a review from HannesWell September 5, 2024 13:19
Copy link

github-actions bot commented Sep 5, 2024

Test Results

   285 files  ±0     285 suites  ±0   53m 11s ⏱️ + 1m 10s
 3 580 tests ±0   3 504 ✅ ±0   76 💤 ±0  0 ❌ ±0 
10 932 runs  ±0  10 701 ✅ ±0  231 💤 ±0  0 ❌ ±0 

Results for commit a7bd1b3. ± Comparison against base commit 0953a33.

♻️ This comment has been updated with latest results.

Copy link
Member

@HannesWell HannesWell left a comment

Choose a reason for hiding this comment

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

Can you please move the version bumps into a separate commit as it is our common practice with the usual message Bump version(s) for 4.34 stream so that version bumps are easier to discover in the history and are not reverted in case the actual change is reverted (unlikely in this case).

@@ -70,7 +70,7 @@ public void testInvalidBundleContainers() throws Exception {
* Tests that if we find a bundle with a bad or missing manifest when
* resolving we create the correct status.
*
* @see TargetBundle.STATUS_INVALID_MANIFEST
* @see org.eclipse.pde.core.target.TargetBundle#STATUS_INVALID_MANIFEST
Copy link
Member

Choose a reason for hiding this comment

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

The FQN is not necessary since the type org.eclipse.pde.core.target.TargetBundle is already imported.

Suggested change
* @see org.eclipse.pde.core.target.TargetBundle#STATUS_INVALID_MANIFEST
* @see TargetBundle#STATUS_INVALID_MANIFEST

@HannesWell
Copy link
Member

I have included the commit of this PR into #1400 and applied the requested changes there.
Thanks for starting this initiative.

@HannesWell HannesWell closed this Sep 8, 2024
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.

3 participants