Gtchaboussie
- 活动总数 75
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 11
- 订阅数 15
-
创建于 Override or cancel vanilla PsiReference
已回答Hi 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:/... -
创建于 Example of XML namespace handling
已回答Hello ! 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,... -
已编辑于 NPE in getCustomDocumentationElement
已回答Hi 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 ... -
已编辑于 Idiomatic way to use a downloaded project as test base fixture
已回答Hi 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... -
创建于 Inferred type is null even if it shows in the IDE in tests
已回答Hi 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 ... -
创建于 Access methods of PsiVariable object representation
已回答Hi 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 -> ... -
创建于 How to get the type of a variable in a pattern
已回答Hi, 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... -
创建于 Writing tests for a large framework
已回答Hi 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... -
已编辑于 UsageProvider in a large framework for different filetypes
已回答Hi 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... -
创建于 Plugin tries to cast a PsiJavaFileImpl into a XmlFile
已回答Hi 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:...