Mark Derricutt
- Total activity 447
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 180
-
Created ANN: Jira Brower 0.3.0 - back from the dead but barely breathing
Not much to say really apart from a new build of the JIRA plugin which has been sitting on my HDD for way to long without a release just went up to the plugin repository.Main changes are: - it wo... -
Created Calling Axis 1.x SOAP objects from plugins...
Has anyone got any plugins to work with Axis/SOAP?I seem to be getting weird class loader issues - it all works fine when running the code from a test but under IDEA something weird is going on...A... -
Created IDE Notifications
Can plugins generate there own notifications that blink in the bottom of IDEA like the exceptions, facet notifications, and blog-post notifications?I had thought maybe something might have been a... -
Created Coverage based inspections?
Hey all,Is there anything in the OpenAPI for checking code coverage information at an inspection level?What I'm wanting to do add an inspection hit on any method that has no coverage and prompt to ... -
Created JDOMExternalizable replacemnent?
I noticed awhile ago that the JDOMExternalizable interface along with the DefaultJDOMExternalizer class are deprecated.I see there theres PersistentStateComponent and XmlSerializer/XmlSerializerUti... -
Created Problems with Maven Plugin
Is anyone currently actively developing the Maven2 Build plugin at all? I keep seeing the following exceptions thrown when opening projects...Also - it'd be great to set "build in background" as a... -
Created Nimbus look and feel...
Anyone seen this in action against a java application - the OpenOffice screen shot looks awesome but would be nice to see what the java L&F will look like:http://www.almaer.com/blog/archives/001414... -
Created ClearCase Plugin Exceptions on linux
For ages I've been getting clear case exceptions under linux (and I don't even use ClearCase):Occasionally this causes my use of subversion to fail (no sign of subversion in the menus).This only ha... -
Created Selena - Spring Validation on Compile
I noticed to my enjoyment that when I compiled my application under Selena last night that IDEA went through a Spring validation process..Sadly - it took for AGES to run... and then it gave me an ... -
Created NPE in AnnotationUtil.findAnnotation
Morning all,I've recently been getting reports of an NPE triggering inside the TestNG plugin which is being tripped up inside the AnnotationUtil.findAnnotation() method from IDEAs code insight.I'm ...