Vicky D
- Total activity 96
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 30
-
Created CachedValuesManagerImpl seems to make IDE hang in 2019.1.1
AnsweredSince moving to IJ2019.1 and now in 2019.1.1, we have been experiencing some hangs in the IDE. The hang seems to be in CachedValuesManagerImpl. Here is the the threaddump from jstack. Any ideas o... -
Edited IJ19: myProjectJavaSdks fromProjectDescriptor is empty the first time
I am running into a strange problem after upgrading our plugin from IJ17 to IJ19 and Java8 to Java11. We have a builder that has the following code: ProjectDescriptor descriptor = context.getCompi... -
Created org.jetbrains.intellij.deps:jdom depenedency not resolved
build.gradle repositories { mavenCentral() maven { url 'https://www.jetbrains.com/intellij-repository/releases/' }}dependencies { compileOnly group: 'com.jetbrains.intellij.platform', na... -
Created Tests failing because of Leaked SDKs and sync roots issues.
AnsweredAll the tests were passing. Then we moved to a newer teamcity (on the cloud). Not sure about what exactly is the issue as I could not find any documentation related to Leaked SDKs issues I am clear...