Gtchaboussie
- Total activity 75
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 15
-
Created Different behavior between tests and Dev instance
AnsweredHi everyoneI'm having a hard time figuring out why pattern isn't detected in test run (i use tdd).I'm trying to get a pattern working inside a stream lambda, and this is my test file: package org.a... -
Edited Code injection in xml not showing
AnsweredHi, I'm working on some custom injection.What i would like to inject is some groovy in the following structure (after groovy keyword) for example: <set field="placeholderValues.fromDate" value="${g... -
Created Conflicting module version when i tried to update groovy version
AnsweredHi guys, i tried updating my plugin for Intellij 22.3, so i updated the intellij gradle plugin version, and i tried to update the groovy version from 3.0.9 to 3.0.13.But i have a build error. Here ... -
Created Different behavior between runIde instance and vanilla instance of IDE
AnsweredHello everyone,I have a different behavior between two instances of the IDE.With the instances lauched by the runIde gradle task, i don't have any error, but when i lauch the IDE from the jet brain... -
Created Override or cancel vanilla PsiReference
AnsweredHi guys, i'm facing a reference issue.I need to reference from this kind of xml structure : <compound-widgets xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sc="http:/... -
Created Example of XML namespace handling
AnsweredHello ! I'm struggling with xml dom description when it come to namespacing. I habe a basic dom description implemented (With tags and subtags only). I need to access values in specific namespaces,... -
Edited NPE in getCustomDocumentationElement
AnsweredHi guys. I'm working on documentation in custom framework, so far so good except for one point. I get a NPE inside methode getCustomDocumentationElement. And i don't understand because none of the ... -
Edited Idiomatic way to use a downloaded project as test base fixture
AnsweredHi community, it's me again. So, in relation to the problem in this thread, i have a problem : the class i need (GenericValue) is inside the OFBiz project. This project doesn't have a maven package... -
Created Inferred type is null even if it shows in the IDE in tests
AnsweredHi folks, me again. This is the code i write my test against As you can see, the inferred type of the `it` element is found fine. But when the test is run, it isn't found, and neither if (element ... -
Created Access methods of PsiVariable object representation
AnsweredHi folks, I made a plugin that works with groovy language. Let's say this code (from a test, failing at this point) List<GenericValue> rings = from('Mordor')//...rings.forEach{GenericValue it -> ...