chaganiu

Results 10 comments of chaganiu

To be clear, i am using methods from this class in various places but it still shows as "never used" in IntelliJ

The above error was found with IntelliJ IDEA 2021.3.3 (Ultimate Edition)

I've got a couple more errors: ``` com.intellij.openapi.project.IndexNotReadyException: Please change caller according to com.intellij.openapi.project.IndexNotReadyException documentation at com.intellij.openapi.project.IndexNotReadyException.create(IndexNotReadyException.java:67) at com.intellij.util.indexing.FileBasedIndexImpl.handleDumbMode(FileBasedIndexImpl.java:852) at com.intellij.util.indexing.FileBasedIndexImpl.ensureUpToDate(FileBasedIndexImpl.java:804) at com.intellij.psi.stubs.StubIndexImpl.getContainingIds(StubIndexImpl.java:514) at com.intellij.psi.stubs.StubIndexImpl.processElements(StubIndexImpl.java:318) at com.intellij.psi.stubs.StubIndex.getElements(StubIndex.java:100) at com.intellij.psi.stubs.StubIndex.getElements(StubIndex.java:88) at...

@rsmckinney got another one after updating to latest version of manifold: ``` java.lang.IllegalStateException: Constraint inSmartMode cannot be satisfied at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.attemptComputation(NonBlockingReadActionImpl.java:488) at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.executeSynchronously(NonBlockingReadActionImpl.java:428) at com.intellij.openapi.application.impl.NonBlockingReadActionImpl.executeSynchronously(NonBlockingReadActionImpl.java:186) at org.jetbrains.kotlin.idea.search.ideaExtensions.KotlinReferencesSearcher$QueryProcessor.process(KotlinReferencesSearcher.kt:197) at org.jetbrains.kotlin.idea.search.ideaExtensions.KotlinReferencesSearcher.processQuery(KotlinReferencesSearcher.kt:155) at org.jetbrains.kotlin.idea.search.ideaExtensions.KotlinReferencesSearcher.processQuery(KotlinReferencesSearcher.kt:151)...

Honestly, i'm not sure. It could be as straightforward as backing up to a nextcloud instance. whatever is easiest. As long as the backup is encrypted locally with the master...

As a workaround I have been using https://github.com/awaitility/awaitility

Hi @mxschmitt just wondering if this is is still slated for 1.23

bump. can anyone help here?

@MartinWitt I am using the maven plugin: ```xml fr.inria.gforge.spoon spoon-maven-plugin 3.5 generate-sources generate com.my.package.processors.FindProcessor true com.my.package annotation-processor 1.0-SNAPSHOT ``` I know this works because I used this same thing with...