Jeffrey Ellin
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Groovy Compilation Errors
I am using Idea 9.03 and wondering why the following script is not flagged as an error in Idea. Running the script obviously gives me a No signature of method: test.doFoo()doFoo("test","sdf");priva... -
Created Ordering sourcecode lookup for debug
In Eclipse you can order the source code lookup used for the debugger. Is this possible in intellij? I am writing some source code that duplicates some classes in an external jar. If I attach the... -
Created Intellij can't find classes in same package
AnsweredI am using Intellij Community and am having a strange issue.If a class depends on a class in the same package the ide can't seem to find it. The class is highlighted in red. If I explicitly impor...