Stephen Boesch
- Total activity 499
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 25
- Subscriptions 152
-
Created "Error: failed to load content" in Subversion for 7.0.4
I've been using svn with 7.0.4 for months, with good success. Now all of a sudden I'm seeing this message. I cross-checked by using Tortoise, and there's no problem connecting to / updating the svn... -
Created Add an entry to the Run Classpath
IJ automatically generates a compile and runtime classpath based on the Project Settings | Modules | Module Dependencies.That is good: I want to use this classpath that IJ generates. But I need t... -
Created Compiler: "Cannot resolve Symbol Variable" . But editor displays no errors
I'm starting to see some weirdness in this project, so I did a complete rebuild. Still seeing the above error in one place. The screenshot shows it: look at the highlighted text and the error at t... -
Created Pull in javadoc from superclass
On an overriden method is there any way to suck in the javadoc from the parent class?thanks -
Created Creating UML diagrams
AnsweredThis should be an easy one. I want to design some classes from scratch using uml and need some sequence diagrams along with it. Recommendations?Note, I've installed SimpleUML and it diagrams exis... -
Created TestCase.fName cannot be null when running JUnit
Seeing the following exception five times, once each for my testFoo() methods in this junit testcasejunit.framework.AssertionFailedError: TestCase.fName cannot be null at org.junit.internal.runners... -
Created Test Classes are not being compiled
My Test Classes are no longer being automatically recompiled when clicking on either Run or Debug. The "Make" on debug/run checkbox is checked. I have to manually compile every Test class each tim... -
Created Hibernate Generate Persistence Mappings does incomplete job, and no err msg
In generate mappings dialog, I selected two tables "Customer", then the dialog said I was missing Customer_Permission. So I added that one. It then told me I was missing Permission, so I added that... -
Created How to exclude specific files from the Project
There are some "chatty" log files that consume too much time to sync with the IDE. They live in a path deep inside my app, so I can't just remove a whole directory tree. How can I disable/remove sp... -
Created Curiousity: why does IJ not support "debug" on ant (only "run")
It's nice and all that to be able to run an ant target, but it would be more useful to actually click on the target and have it converse with the IJ debugger. Given the "fork" aspect, that should ...