Good build #7016

You guys are awesome. It is consuming less memory and smooth, nice work.

-RT

0
37 comments

You can press Space to mark the current entry as read or you can choose "Mark as read" from the context menu.

0
Avatar
Permanently deleted user

Sometimes I delete .IntelliJIdea70\system (maybe for uninstalling old version to install new version) then every entries become newly. It's annoy if I need to press Space a lot of time at 2 tabs to mark all entries as read.

0
Avatar
Permanently deleted user

I am seeing the same exception just reopening an existing project.
I have cleared up caches and everthing. I assume re creating the project can work, but I just can't.

Thanks,
Gustavo.


No message
java.util.ConcurrentModificationException
at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:449)
at java.util.AbstractList$Itr.next(AbstractList.java:420)
at com.intellij.openapi.util.JDOMUtil.internElement(JDOMUtil.java:164)
at com.intellij.openapi.util.JDOMUtil.internElement(JDOMUtil.java:173)
at com.intellij.openapi.util.JDOMUtil.internElement(JDOMUtil.java:173)
at com.intellij.openapi.util.JDOMUtil.internElement(JDOMUtil.java:173)
at com.intellij.openapi.components.impl.stores.XmlElementStorage.a(XmlElementStorage.java:7)
at com.intellij.openapi.components.impl.stores.XmlElementStorage.a(XmlElementStorage.java:14)
at com.intellij.openapi.components.impl.stores.XmlElementStorage.getStorageData(XmlElementStorage.java:42)
at com.intellij.openapi.components.impl.stores.XmlElementStorage.hasState(XmlElementStorage.java:26)
at com.intellij.openapi.components.impl.stores.ProjectStateStorageManager.getOldStorageSpec(ProjectStateStorageManager.java:2)
at com.intellij.openapi.components.impl.stores.StateStorageManagerImpl.getOldStorage(StateStorageManagerImpl.java:80)
at com.intellij.openapi.components.impl.stores.ComponentStoreImpl.a(ComponentStoreImpl.java:64)
at com.intellij.openapi.components.impl.stores.ComponentStoreImpl.initJdomExternalizable(ComponentStoreImpl.java:78)
at com.intellij.openapi.components.impl.stores.ComponentStoreImpl$1.run(ComponentStoreImpl.java:5)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:12)
at com.intellij.openapi.components.impl.stores.ComponentStoreImpl.initComponent(ComponentStoreImpl.java:21)
at com.intellij.openapi.components.impl.ComponentManagerImpl.a(ComponentManagerImpl.java:89)
at com.intellij.openapi.components.impl.ComponentManagerImpl.access$1100(ComponentManagerImpl.java:85)
at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter$1.getComponentInstance(ComponentManagerImpl.java:4)
at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter.getComponentInstance(ComponentManagerImpl.java:5)
at com.intellij.util.pico.DefaultPicoContainer.getLocalInstance(DefaultPicoContainer.java:193)
at com.intellij.util.pico.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:180)
at com.intellij.util.pico.DefaultPicoContainer.getComponentInstance(DefaultPicoContainer.java:162)
at org.picocontainer.alternatives.AbstractDelegatingMutablePicoContainer.getComponentInstance(AbstractDelegatingMutablePicoContainer.java:75)
at com.intellij.openapi.components.impl.ComponentManagerImpl.a(ComponentManagerImpl.java:67)
at com.intellij.openapi.components.impl.ComponentManagerImpl.a(ComponentManagerImpl.java:73)
at com.intellij.openapi.components.impl.ComponentManagerImpl.initComponents(ComponentManagerImpl.java:120)
at com.intellij.openapi.components.impl.ComponentManagerImpl.init(ComponentManagerImpl.java:2)
at com.intellij.openapi.project.impl.ProjectImpl.init(ProjectImpl.java:97)
at com.intellij.openapi.components.impl.stores.ProjectStoreImpl.loadProject(ProjectStoreImpl.java:98)
at com.intellij.openapi.project.impl.ProjectManagerImpl.a(ProjectManagerImpl.java:174)
at com.intellij.openapi.project.impl.ProjectManagerImpl.loadAndOpenProject(ProjectManagerImpl.java:109)
at com.intellij.openapi.project.impl.ProjectManagerImpl.loadAndOpenProject(ProjectManagerImpl.java:281)
at com.intellij.ide.impl.ProjectUtil.openProject(ProjectUtil.java:11)
at com.intellij.ide.RecentProjectsManager$ReopenProjectAction.actionPerformed(RecentProjectsManager.java:4)
at com.intellij.ui.popup.PopupFactoryImpl$ActionPopupStep$1.run(PopupFactoryImpl.java:2)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:191)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:169)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:190)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

0
Avatar
Permanently deleted user

My prayers have been finally answered. Synchronisation is now about 10x faster, which is almost suspicious. And the ability to disable all the enterprisey stuff plug-ins is a blessing.
Thanks a lot!

0

You can select all entries on one of the tabs, bring up the context menu and select "Mark as read". You don't need to press Space for each entry.

0
Avatar
Permanently deleted user

I was able to correct both of these problems.

1) After 6981 there seems to be a dependency on ~/.m2/settings.xml that was not there before. Putting a file with empty settings attributes (]]>) fixed this problem.

2) I deleted the project and module (.ipr, .iml) files for this project and recreated the project from scratch (leaving the sources in place). The integrate project dialog is now correct. I would hate to have to do this too often.

0
Avatar
Permanently deleted user

Filed: http://www.jetbrains.net/jira/browse/IDEA-13298

Nathan Brown wrote:

Yes, my IDEA feels clean, shiny and new again.

But... Somethings gone weird with debugging plugins... the plugin
directory structure put into the plugin sandbox when it is deployed at
debug has no files inside! Anyone else seeing this?

N.

Dave Griffith wrote:

>> Indeed. Extremely zippy, and even more so once I disabled a bunch of
>> plugins that were extraneous to purposes (mostly VCSes and web
>> containers I had no use for). Thumbs up.
>>
>> --Dave Griffith

0

Please sign in to leave a comment.