Brad Handy
- Total activity 61
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 19
-
Created 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 ... -
Created Unit Test Class Path
Is there a way to add jar files to the classpath of the mock JDK instances in a unit test? -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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, ...