Skip to content

Graph Buddy helps you to understand the code better

active 2023-08-302025-12-04 (UTC)

Complete coverage26,374 / 26,374 hourly files (100%) · 2 absent upstream2023-08-152026-08-17 (UTC)
Events
47
Pushes
1
Pull requests
0
Issues
20
Stars
21
Forks
4

Activity over time

Daily event counts in the loaded window

Line chart, 828 days from 2023-08-30 to 2025-12-04. Pushes: 1 total, peak 1 in a day. Pull requests: 0 total, peak 0 in a day. Issues: 20 total, peak 3 in a day. Comments: 1 total, peak 1 in a day. Stars: 21 total, peak 2 in a day.

  • Pushes
  • Pull requests
  • Issues
  • Comments
  • Stars

Stars, PRs, issues and forks are under-captured in the later part of this window. GH Archive progressively stopped capturing non-push events during 2026 — −95% or worse by the end of the window. Every series here except Pushes fades for that reason, so a decline above reflects the archive, not this repository. Pushes stay reliable throughout, so read them, and the contributor counts derived from them, as the real signal. Data health has the measurements.

Top contributors

Pushes, PRs, issues, reviews and comments — stars and forks excluded, so this is contribution rather than popularity

ContributorContributionsPushesPRsComments
ahanafchoww4000
garden962000
Avi16062000
gabrielvoigt2000
wychenlong2000
Clevayn1000
wharvex1001
bitetoma1000
liosedhel1100
JThoennes1000
gumdamxxxliu1000
TristinDavis1000
larsartmann11000
achimmihca1000
vdedejski1000

Recent activity

Latest issues, pull requests and releases

  • Issue#62Avi16062025-11-03 20:18
    com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: Read access is allowed from inside read-action only (see Application.runReadAction()); If you access or modify model on EDT consider wrapping your code in WriteIntentReadAction or ReadAction
  • Issue#61Avi16062025-10-08 09:38
    com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: Read access is allowed from inside read-action only (see Application.runReadAction()); If you access or modify model on EDT consider wrapping your code in WriteIntentReadAction or ReadAction
  • Issue#59garden962025-06-19 06:59
    com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: Read access is allowed from inside read-action only (see Application.runReadAction()); If you access or modify model on EDT consider wrapping your code in WriteIntentReadAction or ReadAction
  • Issue#58garden962025-06-12 04:34
    com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: Read access is allowed from inside read-action only (see Application.runReadAction()); If you access or modify model on EDT consider wrapping your code in WriteIntentReadAction or ReadAction
  • Issue#57JThoennes2025-03-26 09:03
    com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: Read access is allowed from inside read-action only (see Application.runReadAction()); If you access or modify model on EDT consider wrapping your code in WriteIntentReadAction or ReadAction
  • Issue#55ahanafchoww2024-10-22 01:21
    com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.virtuslab.semanticgraphs.intellijplugin.actions.IndexSemanticGraphAction' must override `getActionUpdateThread()` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.virtuslab.graphbuddy]
  • Issue#54ahanafchoww2024-10-22 01:21
    com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.virtuslab.semanticgraphs.intellijplugin.actions.GenerateJavaGraph' must override `getActionUpdateThread()` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.virtuslab.graphbuddy]
  • Issue#53ahanafchoww2024-10-22 01:21
    java.lang.IllegalArgumentException: Argument for @NotNull parameter 'file' of com/intellij/openapi/module/ModuleUtilCore.findModuleForFile must not be null
  • Issue#52ahanafchoww2024-10-01 00:38
    com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.virtuslab.semanticgraphs.intellijplugin.actions.GetCallHierarchyAction' must override `getActionUpdateThread()` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.virtuslab.graphbuddy]
  • Issue#51larsartmann12024-09-23 12:20
    com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.virtuslab.semanticgraphs.intellijplugin.actions.GenerateJavaGraph' must override `getActionUpdateThread()` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.virtuslab.graphbuddy]
  • Issue#50gabrielvoigt2024-08-23 08:04
    com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: Read access is allowed from inside read-action only (see Application.runReadAction()); see https://jb.gg/ij-platform-threading for details
  • Issue#49gabrielvoigt2024-08-23 07:55
    com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.virtuslab.semanticgraphs.intellijplugin.actions.GenerateJavaGraph' must override `getActionUpdateThread()` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.virtuslab.graphbuddy]
  • Issue#48gumdamxxxliu2024-07-02 08:53
    com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.virtuslab.semanticgraphs.intellijplugin.actions.GenerateJavaGraph' must override `getActionUpdateThread()` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.virtuslab.graphbuddy]
  • Issue#47wychenlong2024-05-29 05:19
    com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: Read access is allowed from inside read-action or Event Dispatch Thread (EDT) only (see Application.runReadAction()); see https://jb.gg/ij-platform-threading for details
  • Issue#46wychenlong2024-05-24 01:30
    com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: Read access is allowed from inside read-action or Event Dispatch Thread (EDT) only (see Application.runReadAction()); see https://jb.gg/ij-platform-threading for details
  • Issue#44bitetoma2024-03-26 08:55
    com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.virtuslab.semanticgraphs.intellijplugin.actions.GenerateJavaGraph' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.virtuslab.graphbuddy]
  • Issue comment#38wharvex2024-01-27 02:48
    java.lang.NoSuchMethodError: 'com.kenai.jffi.CallContext com.kenai.jffi.CallContextCache.getCallContext(com.kenai.jffi.Type, int, com.kenai.jffi.Type[], com.kenai.jffi.CallingConvention, boolean)'
  • Issue#43vdedejski2023-12-15 14:03
    Generating a graph on a repository level
  • Issue#42achimmihca2023-11-03 14:59
    Support for Kotlin and possibly other JVM languages
  • Issue#41TristinDavis2023-09-21 06:49
    java.lang.Throwable: Light files should have PSI only in one project, existing=com.intellij.psi.SingleRootFileViewProvider{vFile=LightVirtualFile: /AcousticToKafkaIntegrationFlow.java, content=VirtualFileContent{size=6881}, eventSystemEnabled=false} in Project(name=communications-provider, containerState=COMPONENT_CREATED, componentStore=/Users/c074227/IntelliJ/enterprise-marketing-channel-activation/communications-provider), requested in Project(name=marketing-suppression-rules-engine, containe
  • Issue#40Clevayn2023-09-12 17:53
    com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: Read access is allowed from inside read-action or Event Dispatch Thread (EDT) only (see Application.runReadAction()); see https://jb.gg/ij-platform-threading for details

Totals cover only the window loaded into ClickHouse and count events, not GitHub's lifetime totals — 21 stars here means stars gained during the window, not the repo's star count.