Norris Shelton
- Total activity 521
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 205
-
Created Maven project structure
Every time I pull a project from a maven repository, it has a different project structure than what I am used to dealing with. Specifically, in the root, there is only a src directory. Under ther... -
Created Crash on right click?
Has anyone else seen this? If I right click on something in the project panel, my IJ dies instantly. There is nothing in the logs. This only happens on my Win XP box. SLED appears fine. It hap... -
Created Intellij PNG image
I use SLED 10 and I was looking for an icon for IJ and it appears to only allow .png icons. Is there a .png icon for IntelliJ? -
Created Facets???
Can someone tell me what facets are? How do they work? How they make my work easier? I searched for some documentation, but could not find any. -
Created CVS: Will not add new files from check project status
I have noticed this in 6.0.x and Selena. I have a ton of files that cannot be merged with what is in CVS, so I never want to run an update on the whole project. I check project status and it says... -
Created GenerateToString exception on Selena - need stacktrace
It generated exceptions every time I tried to use it. I lost the stacktrace before I was able to post it. -
Created Problems View exception with Selena 6656
com.intellij.openapi.roots.ui.configuration.projectRoot.ProjectRootConfigurable.trancateModuleLibraryName(Lcom/intellij/openapi/roots/LibraryOrderEntry;)Ljava/lang/String;java.lang.NoSuchMethodErro... -
Created JUnit Generator template
I am trying to change my template to generate a JUnit4 class. Everything works (including /../test/ to send the classes to the test director), except the individual methods are not being generated... -
Created JAXB 2.0 XJC generator exception
IJ 6141 w/JDK 1.6Win XPError during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(363,173),button=1,modifiers=Button1,clickCount=1] on frame0: com.intellij.openapi.application.Applicatio... -
Created JUnit 4 plugin?
Is there a plugin that can automatically create a JUnit 4 test class for an existing class? It seems like all of the existing plugins generate JUnit 3 test classes.