Randall Schulz

- Total activity 1561
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 536
-
Created IntelliLang JAR Required At Run-Time?
Hi,Do any of the IntelliLang annotations have a run-time aspect?In other words, do any of the IntelliLang annotations bear the RetentionPolicy value of RUNTIME (i.e., http://java.sun.com/j2se/1.5.0... -
Created IDEA 7.0.3 EAP (#7656) Breaks SimpleUML
Hi,SimpleUML throws an NPE during IDEA startup:No messagejava.lang.NullPointerException at net.trustx.simpleuml.plugin.UMLToolWindowPlugin.initToolWindow(UMLToolWindowPlugin.java:236) at net.trustx... -
Created How To Initiate Debug Session in Stopped State?
Hi,I'd like to be able to initiate a debug run and have the JVM stop just before calling main(...).I can't seem to find a way to do this. Am I overlooking something? Is it possible? If so, how?Than... -
Created IDEA (7.0.2) and javadoc Disagree About Symbol Visibility
Hi,I'm getting a lot of "reference not found" diagnostics from the "javadoc" command. An example of the code that produces them is this:<![CDATA[ /** Retrieve the {@link PMALabel} characterizin... -
Created JetGroovy Seeing Red!
Hi,Since upgrading IDEA to 7.0.2 and JetGroovy to 1.0.13266, I am deluged with errors in my Groovy code.It starts with "Canot resolve symbol 'java'" in imports such as these:<![CDATA[ import java.... -
Created New Spring Facet After Upgrading to #7584
Hi,After upgrading to the (now) latest EAP, build #7584, and upon restarting IDEA, it detected a new Spring facet.What does this mean? What is it telling me? Why did it only appear now?If I seem to... -
Created JetGroovy Disagrees with Groovy Compiler About Syntax Error
Hi,As I've been groping through the darkness in trying to get a properly formulated JSON builder in one of my Grails controller actions, I discovered that there's a construct that elicits an error ... -
Created How To Manually Invoke Facet Detection
Hi,I'd like to have IDEA re-run its automatic facet detection, but cannot find or figure out how.Is it possible? If so, how is it done?Also, I notice that on the "Configuring Modules" page of the o... -
Created Finding Groovy Method Usages in GSP Code
Hi,I just broke my Grails application (in a very minor way) 'cause I missed a usage of a renamed Groovy method that was called from GSP.Could JetGroovy make Find Usages extend its scope of analysis... -
Created Grails Controller Classes "Already Exists" (But It Doesn't)
Hi,Today I started noticing a peculiar bug when editing Groovy classes that were Grails controllers (but no other classes, as far as I can tell).Specifically:1) I open a Grails controller class sou...