Dave Griffith

- Total activity 2958
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 1068
-
Created Looking to rewrite some bytecodes...
I'm playing around with a couple ideas I had for dynamic program analysis, and looking to write a plugin. 1)I have a bytecode rewriter, and I want it to sit IDEAs compilation path. That is, after... -
Created 20 more IG/IPP bugs found...
And about 30 places where I could remove unnecessary null checks. @Nullable and @NotNull deeply rule. Keep annotating the OpenAPI, guys. It's in everybody's best interest.--Dave Griffith -
Created Request thoughts on possible inspection
So I was coding along, adding some functionality to an interface, and the thought struck me that an inspection would be handy to show abstract methods for which there are subclasses which contain n... -
Created Two Kudos
First, to Sascha. I had never had any professional reason to deal with XPath before my current project, but as soon as I had to start debugging around some of it's quirks today, I figured I'd look... -
Created 50 IG bugs found in 60 seconds...
with the new @Nullable checking. Real live, dump-an-NPE-stack-trace bugs. Worse, bugs that would only occur under obscure circumstances (usually in mid-edit when the parse tree is in an inconsist... -
Created Other possible analysis annotations
Been noodling on the idea of analysis annotations, was looking for other people's insights. Here's some I've come up with so far.@Generated: A class annotation to be placed on classes created by c... -
Created How long will 1.4.2 be supported as IDEA's JVM
While moving to 1.5 certainly provides performance benefits worth the hassle, what I was really looking forward to in the 1.5 move was the improved programming model. As a plugin author, I'm assum... -
Created "Is a class with this name visible in this context?"
Looking to implement an inspection (already present in Eclipse!) for whether a type parameter name hides a visible class name. Obviously IDEA does searches for non-qualified class names already, b... -
Created Congratulations on your kill
http://www.theregister.co.uk/2005/04/22/jbuilder_eclipse/It couldn't have happened to a lovelier product.--Dave Griffith -
Created [Ann]GenerateCollectionMethods plugin 1.0 released
As a break from going slowly insane doing InspectionGadget performance optimizations, I coded up a simple code generation plugin last night instead. It's called GenerateCollectionMethods, and is a...