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

Updated to 1.1.3 and got java.lang.NoSuchMethodError, IDEA 14.1.3 - build #UI-141.1010 #140

Closed
guidomedina opened this issue Jun 2, 2015 · 6 comments
Labels

Comments

@guidomedina
Copy link

Stack trace:

com.intellij.util.containers.ContainerUtil.isEmpty(Ljava/util/List;)Z
java.lang.NoSuchMethodError: com.intellij.util.containers.ContainerUtil.isEmpty(Ljava/util/List;)Z
    at mobi.hsz.idea.gitignore.IgnoreManager$5$1.run(IgnoreManager.java:452)
    at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:563)
    at com.intellij.openapi.progress.impl.CoreProgressManager$2.run(CoreProgressManager.java:152)
    at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:452)
    at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:402)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:54)
    at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:137)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl$1.run(ProgressManagerImpl.java:126)
    at com.intellij.openapi.application.impl.ApplicationImpl$8.run(ApplicationImpl.java:400)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
    at org.jetbrains.ide.PooledThreadExecutor$1$1.run(PooledThreadExecutor.java:56)
@hsz
Copy link
Member

hsz commented Jun 2, 2015

@guidomedina What version of IDE do you have ?

@hsz hsz added the bug label Jun 2, 2015
@istocniks
Copy link

same thing, IDEA 14.1.3

@guidomedina
Copy link
Author

IDEA 14.1.3 Ultimate, Build #UI-141.1010

@guidomedina guidomedina changed the title Version updated to 1.1.3 and got NoSuchMethod error Updated to 1.1.3 and got java.lang.NoSuchMethodError, IDEA 14.1.3 - build #UI-141.1010 Jun 2, 2015
@hsz
Copy link
Member

hsz commented Jun 2, 2015

That's weird because isEmpty(Collection<T> collection) should accept List too.

https://github.com/JetBrains/intellij-community/blob/master/platform/util/src/com/intellij/util/containers/ContainerUtil.java#L2576

Anyway..

@hsz hsz closed this as completed in 694dab6 Jun 2, 2015
@hsz
Copy link
Member

hsz commented Jun 2, 2015

@guidomedina @istocniks Thank you for the quick reaction. I've dropped last release and pushed v1.1.4 just right now.

@guidomedina
Copy link
Author

No problem, I was watching TV with laptop and got notification of update so I just went ahead, then boom, thought it was more important doing a community service than stupid TV ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants