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

java.lang.NoSuchMethodError: com.intellij.psi.XmlElementFactory.createTagFromText #14

Open
BorzdeG opened this issue Sep 2, 2013 · 5 comments

Comments

@BorzdeG
Copy link

BorzdeG commented Sep 2, 2013

The error occurs when you try to sort the settings.xml. When sorting pom-file, the error does not appear.

IDE: IU-132.27

settings.xml: http://pastebin.com/gYYiQGqT
error message: http://pastebin.com/09efg1eM

@blabno
Copy link
Contributor

blabno commented Sep 11, 2013

Does it work with other files?

@BorzdeG
Copy link
Author

BorzdeG commented Sep 11, 2013

Yes, pom-files in the project sorted - I wrote about it in the above

@dcsobral
Copy link

dcsobral commented May 4, 2015

I'm getting this error on pom files. Sample stack trace here. I actually identified what was causing it trouble: a comment. With a comment (at the end of ), it caused an error and stopped sorting midway (empty lines not removed, for example). Without the comment, it worked.

For the record, the comment was this:

    <!--
    NO OTHER REPOS SHOULD EVER BE CONFIGURED... the above richrelevance ones can proxy to others if needed
    -->

@blabno
Copy link
Contributor

blabno commented May 5, 2015

@dcsobral could you provide whole file?

@dcsobral
Copy link

dcsobral commented May 5, 2015

The file is here.

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

No branches or pull requests

3 participants