java developer

- Total activity 173
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 21
- Subscriptions 43
-
Edited Why do some debug breakpoints change to a gray international "no" symbol ?
AnsweredI set a debug breakpoint on a line: myComponent.paint() , a Swing call. When I go to debug, the red debug circle changes to a gray international "no" symbol and the debugger does not stop at the... -
Created What happened to the debug feature (button) in IntelliJ "force step into" ?
AnsweredI no longer see the "force step into" button in the IntelliJ debugger. I am no longer able to step into Swing's libraries methods, only methods from Swing libraries which I've overridden. IDE v... -
Edited Had to reinstall fresh copy of Linux. I have the old copy. How to transfer old settings to IJ ?
First a little background. On a new disk I installed a new version of Linux. The old disk with the old version is unchanged. IJ itself is kept on a 3rd disk. It is manually downloaded to that disk... -
Created Cannot import saved theme or keymap
AnsweredHi all, I have the latest beta of IJ. I find I cannot import a saved keymap which I have on disk nor can I tell IJ to use a theme I saved to disk. This appears to be because the options to "load fr... -
Created How do you guys work with multi-module dev efforts?
AnsweredI don't use Maven or Gradle or other technologies, just IJ. I have multiple (Java 9 )modules . I want them all open at once so they all appear in the project view. They're effectively libraries th... -
Created Mysterious film icon
In the lower left hand side of my screen I saw a "moving film" icon and a green notification informing me that X had been recorded where X was whatever I had just done in the IDE, so, say if I hit ... -
Created transparent red circle icon in lower right hand corner of file icon in the project view
AnsweredJust what the title says. Does anyone know what it is ? -
Created Can someone tell me how to get rid of the val type replacement the IDE is doing?
I can't figure it out. I searched for val and type inference and infer and type and anything else I could think of. So this is here the ide replaces the actual type of a local variable with the wor... -
Edited Trouble using the Java source itself as the source code of a project
AnsweredHi, I have a "project" whose source is the Java 13 source itself. I put project in quotes because I don't expect IJ to compile the Java source even if I point it to the modules and yadda yadda ... -
Edited String DOUBLE_BACKSLASH= "\\" ought to not show an error.
AnsweredI use this construct in reg.exp.. It's perfectly legal Java. Intellij shows it as an error. It's useful to escape other patterns, like opening parens '(' which would otherwise signal to the pattern...