Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Brad Handy
Total activity
61
Last activity
January 17, 2016 08:50
Member since
December 02, 2009 20:48
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
19
Activity overview
Posts (18)
Comments (24)
Sort by recent activity
Recent activity
Votes
Created
May 07, 2010 13:50
So should I be using this to store pointers to the elements in my node descriptors? I've tried this will my custom PsiElement instances (which extends MetadataPsiElementBase) and it seems to have ...
Community
IntelliJ IDEA Open API and Plugin Development
Memory Usage Tips and Tricks
0 votes
Created
May 10, 2010 17:06
What about memory usage with the Find Usages functionality when there are hundreds of usages, or more?
Community
IntelliJ IDEA Open API and Plugin Development
Memory Usage Tips and Tricks
0 votes
Created
December 23, 2010 13:07
Caused by: java.lang.IllegalArgumentException: class Config$$EnhancerByCGLIB$$3d7136ce is not an enhanced class at net.sf.cglib.proxy.AdvancedEnhancer.a(AdvancedEnhancer.java:682) at net.sf.c...
Community
IntelliJ IDEA Open API and Plugin Development
DomFileDescription Question
0 votes
Created
December 23, 2010 13:19
Nevermind. After I posted the "cause", I read your reply again. It then hit me one of my project libraries had cglib in it. I removed the library (it was only for reference anyway) and debugged ...
Community
IntelliJ IDEA Open API and Plugin Development
DomFileDescription Question
0 votes
Created
August 13, 2010 04:15
I think I've figured out my problem. I misunderstood what could be done and how the Spring Bean references worked. Specifically the reference from the "id" attribute to its own bean declaration.O...
Community
IntelliJ IDEA Open API and Plugin Development
PsiReferences and DOM
0 votes
Created
June 10, 2013 20:16
I finally got it situated. I was missing some jar files from the classpath for the running test. This was causing some errors after I corrected the parent class issue.Then I had issues where clas...
Community
IntelliJ IDEA Open API and Plugin Development
StackOverflowError Running Plugin Unit Tests in Ultimate
0 votes
Created
June 10, 2013 20:17
Any referenced source that is in the test data needs to be included in your test. I had to include my "annotation" before my testable source file.
Community
IntelliJ IDEA Open API and Plugin Development
StackOverflowError Running Plugin Unit Tests in Ultimate
0 votes
Created
June 10, 2013 18:55
Found it. I needed to add the -ea VM flag to the run configuration. However, now I'm getting the following error.java.lang.AssertionError: Must not start highlighting from within write action to ...
Community
IntelliJ IDEA Open API and Plugin Development
StackOverflowError Running Plugin Unit Tests in Ultimate
0 votes
Created
December 29, 2009 18:20
Nevermind. I realized the references provided by the reference providers take a PsiLiteralExpression. I just rolled my own reference and reference provider, then retrieved the model for the modul...
Community
IntelliJ IDEA Open API and Plugin Development
Spring Bean References in Third Party Plugins
0 votes
Created
December 17, 2009 14:03
My apologies. I was having a bad mental day. I had thread scope breakpoints set and I saw another thread hit. It didn't occur to me to at the time to check the threads dropdown. It is working...
Community
IntelliJ IDEA Open API and Plugin Development
Basic Code Completion in IntelliJ 8.1.4
0 votes
«
First
‹
Previous
Next
›
Last
»