-
Bug
-
Resolution: Tracked Elsewhere
-
Low
-
None
-
2.6.1, 3.1.4
-
None
Hi there,
We are using Intellij v13.0.
Atlassian Connector for IntelliJ IDE v3.0.13, SVN:1312051023
Crucible Version:2.6.1 Build:20110621071349 2011-06-22
When committing some code with the option: "Crucible Pre-commit Review..."
We are seeing an error in Intellij:
com.atlassian.theplugin.commons.remoteapi.RemoteApiException: Server returned HTTP 400 (Bad Request)
Reason: IllegalArgument
Message: CreateReview requires at least one ReviewData or DetailedReviewData element
at com.atlassian.theplugin.commons.remoteapi.rest.AbstractHttpSession.buildExceptionText(AbstractHttpSession.java:665)
at com.atlassian.theplugin.commons.remoteapi.rest.AbstractHttpSession.retrievePostResponseInternalImpl(AbstractHttpSession.java:484)
at com.atlassian.theplugin.commons.remoteapi.rest.AbstractHttpSession.retrievePostResponseInternal(AbstractHttpSession.java:393)
at com.atlassian.theplugin.commons.remoteapi.rest.AbstractHttpSession.retrievePostResponse(AbstractHttpSession.java:384)
at com.atlassian.theplugin.commons.remoteapi.rest.AbstractHttpSession.retrievePostResponse(AbstractHttpSession.java:374)
at com.atlassian.theplugin.commons.remoteapi.rest.AbstractHttpSession.retrievePostResponse(AbstractHttpSession.java:362)
at com.atlassian.theplugin.commons.crucible.api.rest.CrucibleSessionImpl.createReviewFromPatch(CrucibleSessionImpl.java:1304)
at com.atlassian.theplugin.commons.crucible.CrucibleServerFacadeImpl.createReviewFromPatch(CrucibleServerFacadeImpl.java:381)
at com.atlassian.connector.intellij.crucible.IntelliJCrucibleServerFacade.createReviewFromPatch(IntelliJCrucibleServerFacade.java:241)
at com.atlassian.theplugin.idea.crucible.AbstractCrucibleCreatePreCommitReviewForm.createReviewImpl(AbstractCrucibleCreatePreCommitReviewForm.java:63)
at com.atlassian.theplugin.idea.crucible.CrucibleCreatePreCommitUploadReviewForm.createReview(CrucibleCreatePreCommitUploadReviewForm.java:76)
at com.atlassian.theplugin.idea.crucible.CrucibleReviewCreateForm$8.run(CrucibleReviewCreateForm.java:805)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$TaskRunnable.run(ProgressManagerImpl.java:464)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:178)
at com.intellij.openapi.progress.ProgressManager.executeProcessUnderProgress(ProgressManager.java:209)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:212)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:171)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$8.run(ProgressManagerImpl.java:373)
at com.intellij.openapi.application.impl.ApplicationImpl$8.run(ApplicationImpl.java:436)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:153)
- is caused by
-
PL-3022 Loading...