Stephen Boesch
- 活动总数 499
- 最后的活动
- 成员加入日期
- 关注 1 名用户
- 关注者数 0 名用户
- 投票数 25
- 订阅数 152
-
创建于 "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... -
创建于 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... -
创建于 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... -
创建于 Pull in javadoc from superclass
On an overriden method is there any way to suck in the javadoc from the parent class?thanks -
创建于 Creating UML diagrams
已回答This 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ...