History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-18634
Type: Exception Exception
Status: Resolved Resolved
Resolution: Duplicate
Priority: Major Major
Assignee: Anton Makeev
Reporter: Exception Analyzer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

[#5907] NPE: CreateFileChange.doApplyTo

Created: 05 Jul 07 16:25   Updated: 17 Jul 07 18:17
Component/s: None
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,041


 Description  « Hide
exception://5907/
Last updated by lloix
Error message: No message
Previous exception is: http://www.intellij.net/tracker/idea/viewSCR?publicId=95367
There was at least one exception before this one.java.lang.NullPointerException at com.intellij.history.core.changes.CreateEntryChange.addEntry(CreateEntryChange.java:4)
at com.intellij.history.core.changes.CreateFileChange.doApplyTo(CreateFileChange.java:33)
at com.intellij.history.core.changes.StructuralChange.applyTo(StructuralChange.java:30)
at com.intellij.history.core.LocalVcs.applyChange(LocalVcs.java:149)
at com.intellij.history.core.LocalVcs.doCreateFile(LocalVcs.java:101)
at com.intellij.history.core.LocalVcs.createFile(LocalVcs.java:80)
at com.intellij.history.core.ThreadSafeLocalVcs.createFile(ThreadSafeLocalVcs.java:109)
at com.intellij.history.integration.Updater.processFile(Updater.java:68)
at com.intellij.history.integration.LocalHistoryService$CacheUpdaterAdaptor.processFile(LocalHistoryService.java:98)
at com.intellij.ide.startup.FileSystemSynchronizer.updateFiles(FileSystemSynchronizer.java:168)
at com.intellij.ide.startup.FileSystemSynchronizer.execute(FileSystemSynchronizer.java:56)
at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$6.run(ProjectRootManagerImpl.java:584)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:124)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:145)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:115)
at com.intellij.openapi.application.impl.ApplicationImpl$7$1.run(ApplicationImpl.java:370)
at com.intellij.openapi.application.impl.ApplicationImpl$5.run(ApplicationImpl.java:284)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:106)

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.