Gtchaboussie
- Total activity 75
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 15
-
Created How to get the type of a variable in a pattern
AnsweredHi, i'm stuck with a pattern :I'd like to check the type of a variable in a pattern, inside a groovy file.For example this would be the code : import org.apache.ofbiz.entity.GenericValue//...Generi... -
Created Writing tests for a large framework
AnsweredHi guys. I'm working on tests for the OFBiz integration plugin, and i have a question. I'd like to test references towards an XML definition from a java file. The pattern are similar as the one tha... -
Edited UsageProvider in a large framework for different filetypes
AnsweredHi guys. Again, i'm working on a plugin for APACHE ERP OFBiz.I've worked out some references, and now i'd like to use the FindUsagesProvider.Here is my problem : as far as i understand the document... -
Created Plugin tries to cast a PsiJavaFileImpl into a XmlFile
AnsweredHi guys. I'm working on a plugin for the OFBiz ERP. Currently, i'm working on the references from a java file to a Service definition wich is in a XML file. And i get this error : 2021-07-30 18:26:...