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

Key: IDEADEV-18618
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Michael Gerasimov
Reporter: Irina Petrovskaya
Votes: 0
Watchers: 0
Operations

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

VSS: attempt to commit package rename + subpackage rename fails

Created: 05 Jul 07 12:04   Updated: 06 Nov 08 23:12
Component/s: Version Control Integration. VSS
Fix Version/s: Undefined

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

Build: 7,049


 Description  « Hide
  • consider package containg some files and subpackage with files
  • rename subpackage
  • rename package
  • commit these changes:

--> exception, the subpackage appears as moved and as unversioned at the same time, etc.

No message
java.lang.NullPointerException
at com.intellij.vssSupport.commands.CheckinFileCommand.execute(CheckinFileCommand.java:43)
at com.intellij.vssSupport.VssVcs.checkinFile(VssVcs.java:255)
at com.intellij.vssSupport.Checkin.VssCheckinEnvironment.commitChanged(VssCheckinEnvironment.java:323)
at com.intellij.vssSupport.Checkin.VssCheckinEnvironment.commit(VssCheckinEnvironment.java:160)
at com.intellij.openapi.vcs.changes.ui.CommitHelper$4.process(CommitHelper.java:3)
at com.intellij.openapi.vcs.changes.ChangesUtil.processItemsByVcs(ChangesUtil.java:173)
at com.intellij.openapi.vcs.changes.ChangesUtil.processChangesByVcs(ChangesUtil.java:178)
at com.intellij.openapi.vcs.changes.ui.CommitHelper.b(CommitHelper.java:59)
at com.intellij.openapi.vcs.changes.ui.CommitHelper.access$000(CommitHelper.java:82)
at com.intellij.openapi.vcs.changes.ui.CommitHelper$2.run(CommitHelper.java:2)
at com.intellij.openapi.vcs.changes.ui.CommitHelper$1.run(CommitHelper.java:6)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$5.run(ProgressManagerImpl.java:2)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:8)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:83)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:44)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$6.run(ProgressManagerImpl.java:2)
at com.intellij.openapi.application.impl.ApplicationImpl$5.run(ApplicationImpl.java:5)
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:2)



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