Richard Osbaldeston
- Total activity 571
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 167
-
Created Database tool unable to commit any changes in 2016.3
AnsweredI have a MySQL 5 database I've been viewing and editing in IDEA for a while. But when I bring up the table in 2016.3 I cannot seem to save any changes to the table? If I make changes with autocommi... -
Edited How to disable parameter hints for constructors only?
AnsweredHow do you disable parameter hints for constructors only? Mostly to reduce the new File([pathname]"path") noise. Tried adding exclusions for "java.io.File" and "java.io.File(*)" and those didn't wo... -
Created Whats the new 2016.3 method roll-up feature called?
AnsweredWhats the function called that rolls up simple methods into a one line display and makes your code look like the coding standards haven't been followed or code reformat is broken? so I can disable... -
Created Diffing svn history changesets with local not working in IDEA 2016.2.3?
AnsweredAfter looking at the subversion change history for a class I needed to revert some changes. So I brought up svn log history and clicked show affected files to show the whole changeset on the proble... -
Edited Warning: Integration interrupted. There are unresolved conflicts or skipped items.
AnsweredJust attempted a merge of several weeks work of just over a hundred changesets from a branch to the trunk. Spent half an hour resolving merges, all seemed to be going well. However the merge appear... -
Edited IDEA 2016.2 is not longer showing project names in open dialogs
AnsweredJust noticed 2016.2 no longer shows project names (from the iml?) instead its showing the projects parent folder name. We have a number of projects that aren't fully mavenized and to prevent mergin... -
Created Unused declaration inspection not being highlighted in IDEA 2016.2?
AnsweredJust giving 2016.2 its first spin and I noticed the unused 'response' param below isn't being highlighted? normally this would be underlined with wavy grey and a warning mark in the gutter. I've ch... -
Edited Tracing dependencies
AnsweredIs there any way to trace the source of a set of dependencies? I've got a multi-module maven project and appear to have a full set of internal org.apache.lucene jars shown under the Project tools E... -
Edited No tests found matching Tests from org.junit.runner.Request
AnsweredUpdated to 2016.1.3 and I'm noticing problems re-running failed junit tests. This is after running a test where one or more tests fail. When I hit the 'ReRun Failed Tests' button I get an Filter.in... -
Edited Update to IDEA 2016.1.2(b?) failing on Linux, no space on /tmp device?
AnsweredTried to install the second IDEA 2016.1.2 update this morning and its failed twice for me. Each time it claims the /tmp device is full but it doesn't look full before or after the updates? $ df -...