-
Notifications
You must be signed in to change notification settings - Fork 93
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
org.eclipse.lemminx.dom.DOMNode.getTextContent() seem to be implemented wrong (or incomplete) #1695
Comments
laeubi
changed the title
org.eclipse.lemminx.dom.DOMNode.getTextContent() seem to be implemented wrong
org.eclipse.lemminx.dom.DOMNode.getTextContent() seem to be implemented wrong (or incomplete)
Oct 27, 2024
Any contribution are welcome! |
laeubi
added a commit
to laeubi/lemminx
that referenced
this issue
Nov 10, 2024
Fix eclipse-lemminx#1695 Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
laeubi
added a commit
to laeubi/lemminx
that referenced
this issue
Nov 10, 2024
Fix eclipse-lemminx#1695 Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
laeubi
added a commit
to laeubi/lemminx
that referenced
this issue
Nov 10, 2024
Fix eclipse-lemminx#1695 Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
laeubi
added a commit
to laeubi/lemminx
that referenced
this issue
Nov 10, 2024
Fix eclipse-lemminx#1695 Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
laeubi
added a commit
to laeubi/lemminx
that referenced
this issue
Nov 10, 2024
Fix eclipse-lemminx#1695 Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
laeubi
added a commit
to laeubi/lemminx
that referenced
this issue
Nov 12, 2024
Fix eclipse-lemminx#1695 Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
laeubi
added a commit
to laeubi/lemminx
that referenced
this issue
Nov 16, 2024
Fix eclipse-lemminx#1695 Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
laeubi
added a commit
to laeubi/lemminx
that referenced
this issue
Nov 16, 2024
Fix eclipse-lemminx#1695 Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
org.eclipse.lemminx.dom.DOMNode.getTextContent()
always returnnull
if Eclipse is correct no class overrides DOMNode herehttps://github.com/eclipse/lemminx/blob/744de35767bf762a6abcfd2337f7e931ecbaf8d1/org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/dom/DOMNode.java#L829
that simply return the value of an element while the javadoc says
For the following example document
I get the following output for element
<bnd>
while the text content has to be something like
The text was updated successfully, but these errors were encountered: