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

Issue with code fence > 3 in markdown comment #3006

Merged
merged 2 commits into from
Sep 30, 2024

Conversation

jarthana
Copy link
Member

@jarthana jarthana commented Sep 25, 2024

What it does

Fixes #3004

How to test

Author checklist

jarthana added a commit to jarthana/eclipse.jdt.ui that referenced this pull request Sep 25, 2024
jarthana added a commit to jarthana/eclipse.jdt.ui that referenced this pull request Sep 25, 2024
jarthana added a commit to jarthana/eclipse.jdt.ui that referenced this pull request Sep 25, 2024
Copy link
Contributor

@stephan-herrmann stephan-herrmann left a comment

Choose a reason for hiding this comment

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

I see no fault, but some questions for improving our understanding of the strategy.

@jarthana
Copy link
Member Author

I have no idea why the build is failing. Only theory I can think of is the compilation pref has changed somehow (tycho?).

@stephan-herrmann
Copy link
Contributor

I have no idea why the build is failing. Only theory I can think of is the compilation pref has changed somehow (tycho?).

This:

import java.lang.annotation.ElementType;

is used only inside javadoc, so if javadoc analysis doesn't find the reference, then it will be marked as unused. Did anyone just change javadoc analysis? ;-P

@jarthana
Copy link
Member Author

OK, I see that setting the linePtr indiscriminately is wrong. Will take a look.

@jarthana
Copy link
Member Author

Something's messed up in my last commit that undid the changes to one file. This needs another attempt.

@jarthana jarthana merged commit 82ee020 into eclipse-jdt:master Sep 30, 2024
10 checks passed
@jarthana jarthana deleted the gh3004 branch September 30, 2024 16:05
jarthana added a commit to jarthana/eclipse.jdt.ui that referenced this pull request Oct 1, 2024
jarthana added a commit to eclipse-jdt/eclipse.jdt.ui that referenced this pull request Oct 1, 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.

Issue with code fence > 3 in markdown comment
2 participants