Brad Handy
- 活动总数 61
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 19
-
创建于 What is the replacement for "performJdbcOperation"?
In the Database plugin, the com.intellij.database.dataSource.DataSource class used to have a "performJdbcOperation(...)" method. This method has been removed, but I haven't been able to find what ... -
创建于 Unit Test Class Path
Is there a way to add jar files to the classpath of the mock JDK instances in a unit test? -
创建于 StackOverflowError Running Plugin Unit Tests in Ultimate
How do I prevent this StackOverflowError from occurring in my unit tests for my plugin:java.lang.StackOverflowError at com.intellij.util.containers.StripedLockConcurrentHashMap$CanonicalHashingStra... -
创建于 SVN Update Ignore Externals
I've added an external to my repository. The repository has been checked out ignore externals. IntelliJ seems to ignore this and "Detect Nested Working Copies" when updating the repository, becau... -
创建于 DomFileDescription Question
I have a DomElement interface and a DomFileDescription. I've written plugins with the DOM classes before, but I'm at a loss when I received this error. Any help would be appreciated. I'm debuggin... -
创建于 PsiReferences and DOM
I've having a heck of a time getting my references in my DOM to show they point to elements with a name I choose instead of names like "attribute value".I found a spot which calls the PomService.co... -
创建于 Resolving DomElements From Separate Model
If have DomFileDescriptionA and DomFileDescriptionB and DomElements used by DomFileDescriptionB can reference DomElements from DomFileDescriptionA, how do I get the two resolve scopes for the two f... -
创建于 Extending the File Based Index
I've implemented a ScalarIndexExtension extension. However, I don't completely understand how the index uses my "keys" to associated with the files being indexed. Is there documentation somewhere... -
创建于 Using DataSources from com.intellij.persistence.database in Custom Plugin
I've been going round and round trying to get the LocalDataSource.getConnection(Project) method to not hang and give me a java.sql.Connection object. No dice. So, I spent quite a bit of time comi... -
创建于 PsiReferences and PropertyValueImpl class
I have some PsiElements which are references from Property files. I have the reference resolution and variants working very well. However, when I try to do the Rename Refactoring or Find Usages, ...