Dmitry Kandalov
Dmitry Kandalov
- overall `Graph` class seems a bit more complicated than you'd expect - `Node` has `U` type parameter only to pass it into `Edge` - there are too many methods...
1) Is it a good decision to model “no node" as `End` object? Or should it be `null` or may be a class? 2) What is the best way to...
E.g. - in config.json "grabOnVcsUpdate":true - but in UI checkbox is not checked
The actual problem might be that liveplugin.PluginUtil#showPopupMenu(java.util.Map) needs context for some other mini-plugin which is incorrectly attributed to code history mining. I.e. need to fix showPopupMenu and make code mining...
2013-06-01 14:37:10,644 [317491100] ERROR - ff.impl.fragments.LineFragment - Assertion failed: java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:98) at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:105) at com.intellij.openapi.diff.impl.fragments.LineFragment.checkChildren(LineFragment.java:192) at com.intellij.openapi.diff.impl.fragments.LineFragment.setChildren(LineFragment.java:175) at com.intellij.openapi.diff.impl.processing.TextCompareProcessor.process(TextCompareProcessor.java:55) at com.intellij.openapi.diff.impl.processing.TextCompareProcessor$process.call(Unknown Source) at history.CommitFilesMunger.readChangeStats(CommitFilesMunger.groovy:71) at sun.reflect.GeneratedMethodAccessor2580.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)...
com.intellij.openapi.vcs.VcsException: fatal: Path 'test/files/run/genericValueClass.scala' exists on disk, but not in '186d8554456b6a2d024ada1bd2dd1a29cc0c430f'. fatal: Path 'test/files/run/genericValueClass.scala' exists on disk, but not in '186d8554456b6a2d024ada1bd2dd1a29cc0c430f'. at git4idea.commands.GitBinaryHandler$2.processTerminated(GitBinaryHandler.java:195) at sun.reflect.GeneratedMethodAccessor277.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597)...
``` java.lang.Throwable: com.intellij.openapi.project.IndexNotReadyException: Please change caller according to com.intellij.openapi.project.IndexNotReadyException documentation at com.intellij.openapi.diagnostic.Logger.error(Logger.java:145) at activitytracker.liveplugin.PluginUtilKt.log(PluginUtil.kt:222) at activitytracker.ActivityTracker.captureIdeState(ActivityTracker.kt:261) at activitytracker.ActivityTracker.access$captureIdeState(ActivityTracker.kt:44) at activitytracker.ActivityTracker$startPollingIdeState$runnable$1$1.invoke(ActivityTracker.kt:81) at activitytracker.ActivityTracker$startPollingIdeState$runnable$1$1.invoke(ActivityTracker.kt:44) at activitytracker.liveplugin.PluginUtilKt$invokeOnEDT$1.run(PluginUtil.kt:40) at com.intellij.openapi.application.impl.LaterInvocator$1.run(LaterInvocator.java:152) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.doRun(LaterInvocator.java:433) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.runNextEvent(LaterInvocator.java:416)...
Can't reproduce in CLion 2018.1.5 (#CL-181.5281.33) so it might be a problem with EAP. ---------------- CLion 2018.2 EAP Build #CL-182.3684.12, built on July 11, 2018 ``` com.intellij.openapi.extensions.impl.PicoPluginExtensionInitializationException: java.lang.ClassNotFoundException: org.jetbrains.kotlin.idea.vcs.BunchFileCheckInHandlerFactory PluginClassLoader[org.jetbrains.kotlin.native.clion,...