Diego DeSouza
08/23/2023, 4:26 PMTóth István Zoltán
08/24/2023, 8:59 AMJeff Lockhart
08/24/2023, 5:26 PMv79
08/25/2023, 2:15 PM2023-08-25 15:09:22,296 [ 1020] SEVERE - #c.i.o.a.i.ActionManagerImpl - com.intellij.ml.llm.vcs.LLMRewordCommitAction (Vcs.LLMRewordCommitAction): group with id "Git.Reword.ToolbarActions" isn't registered; action will be added to the "Other" group (module=PluginDescriptor(name=AI Assistant, id=com.intellij.ml.llm, descriptorPath=plugin.xml, path=~\AppData\Roaming\JetBrains\IntelliJIdea2023.2\plugins\ml-llm, version=232.9613, package=com.intellij.ml.llm, isBundled=false))
com.intellij.diagnostic.PluginException: com.intellij.ml.llm.vcs.LLMRewordCommitAction (Vcs.LLMRewordCommitAction): group with id "Git.Reword.ToolbarActions" isn't registered; action will be added to the "Other" group (module=PluginDescriptor(name=AI Assistant, id=com.intellij.ml.llm, descriptorPath=plugin.xml, path=~\AppData\Roaming\JetBrains\IntelliJIdea2023.2\plugins\ml-llm, version=232.9613, package=com.intellij.ml.llm, isBundled=false))
Followed by stacktrace. And also:
2023-08-25 15:09:22,304 [ 1028] SEVERE - #c.i.o.a.i.ActionManagerImpl - IntelliJ IDEA 2023.2 Build #IU-232.8660.185
2023-08-25 15:09:22,304 [ 1028] SEVERE - #c.i.o.a.i.ActionManagerImpl - JDK: 17.0.7; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2023-08-25 15:09:22,304 [ 1028] SEVERE - #c.i.o.a.i.ActionManagerImpl - OS: Windows 11
2023-08-25 15:09:22,305 [ 1029] SEVERE - #c.i.o.a.i.ActionManagerImpl - Plugin to blame: AI Assistant version: 232.9613
Yogeshvu
08/25/2023, 5:17 PMCru
08/28/2023, 12:40 PMAdam Brown
08/28/2023, 6:34 PMapi(project(":A"))
and in module B's common source set, it can see the symbols from Module A. But in any of the other source sets in Module B, they show up as red, and the IDE suggests that I add module A as a dependency. Actually doing so to the specific source sets does not fix the problem either. And I've tried the full "Repair IDE" option and all of it's steps. However, everything is compiles and runs.Edoardo Luppi
08/30/2023, 9:24 AMKlitos Kyriacou
08/31/2023, 9:31 PM./idea.sh
) and got the following warning followed by an exception stacktrace:
2023-08-31 22:26:03,175 [ 7765] WARN - #c.i.i.c.t.p.v.p.StateDatabaseParser - No suitable driver found for jdbc:sqlite:/home/klitos/.config/Code/User/globalStorage/state.vscdb
java.sql.SQLException: No suitable driver found for jdbc:sqlite:/home/klitos/.config/Code/User/globalStorage/state.vscdb
at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:706)
at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:252)
at com.intellij.ide.customize.transferSettings.providers.vscode.parsers.StateDatabaseParser.process(StateDatabaseParser.kt:27)
at com.intellij.ide.customize.transferSettings.providers.vscode.VSCodeSettingsProcessor.getProcessedSettings(VSCodeSettingsProcessor.kt:54)
Should I be concerned? (I notice the stacktrace has something about VS Code, which I have installed but don't use.)holgerbrandl
09/01/2023, 9:38 AMRudy Sulley
09/04/2023, 6:51 PMnatario1
09/06/2023, 10:57 AMKlitos Kyriacou
09/06/2023, 5:09 PMclass A {
override fun equals(other: Any?): Boolean {
return true
}
}
fun main() {
val a = A()
val b: A? = null
println(a == b) // It's always true, but IntelliJ warns it's always false
}
Ido Flax
09/07/2023, 11:35 AMAdam Brown
09/09/2023, 12:44 AMNorbi
09/12/2023, 9:51 AMcompileJava
Gradle tasks when I press CTRL+F9, but those are not present in most of my modules (see the linked discussion).Edoardo Luppi
09/13/2023, 10:28 AMleandro
09/14/2023, 3:26 PMKrystian
09/15/2023, 2:17 PMKlitos Kyriacou
09/18/2023, 10:06 AMval map = (0..3).associateWithTo(mutableMapOf()) { ArrayList<String>() as MutableList<String> }
val groups = listOf("a", "aa").groupByTo(map) { it.length }
Removing the "useless cast" causes a compiler error. Looking at existing logged issues, is this the same issue as KT-36281?Alexandre A Barbosa
09/18/2023, 11:18 PMAI Assistant
weeks ago and I didn’t receive any reply yet. please, is there anyone any idea who at JetBrains can provide it?Kirill Zhukov
09/19/2023, 1:39 AM2023.1.1 Beta 3
when 2023.1.1 Beta 4
is the latest.stefano
09/21/2023, 8:26 PMJishin Dev [JD]
09/26/2023, 2:47 PMgit rm --cached -r .
, git reset --hard
• git stash/ intellij shelve
• moving it to a different changelist
• reverting the changes it claims to have (shows random changes never done on local)
But it still COMES
right back within seconds 🥹 . Unable to pull from remote through intelliJ as it warns there are local changes that needs to be removed/stashed etc (which don't work).
Something I'm yet to try is deleting the local repo and pulling a fresh copy from remote. but once in the past I've noticed that failing too. Earlier when I got it to work, was when I moved it to different changelist and called it mean names. but now even that doesn't seem to be working. Someone help! 😭
IntelliJ IDEA 2023.2.1 (Community Edition)
Build #IC-232.9559.62, built on August 23, 2023
Runtime version: 17.0.8+7-b1000.8 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 13.5.2
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 8
Metal Rendering is ON
Registry:
debugger.new.tool.window.layout=true
ide.experimental.ui=true
kotlin.wasm.wizard=true
Non-Bundled Plugins:
com.jetbrains.packagesearch.intellij-plugin (232.9559.10)
Kotlin: 232-1.9.0-IJ9559.62
mkrussel
10/03/2023, 11:57 AMmbonnin
10/03/2023, 4:21 PMcommonMain
code? I get a symbol not found on org.intellij.lang.annotations.Language
igor.wojda
10/04/2023, 5:57 PMReload All External Projects
action. It there any way to make this actio automatic after opening the project?Javier
10/04/2023, 6:36 PM<http://127.0.0.1:63342/>
and a 404 Not Found
Justin Tuchek
10/05/2023, 4:11 AMmbonnin
10/06/2023, 1:03 PM