Taras Tielkes

- Total activity 1471
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 552
-
Created Methods in production code only referenced from test code
The existing version of IntelliJ IDEA has a very nice feature, where unused methods are highlighted (non just private ones).This has helped me to find tons of "production" code that was never used.... -
Created Details of SSH tunneling provided by IDEA
IDEA provides SSH tunneling for database connections, which is a very useful feature.Is the code behind this part of the community edition, so that one can use it as an example for other applicatio... -
Created Map or Set may contain URL objects inspection: should it trigger for URL map values?
This inspection currently fires for Maps that declare URL as their key type.I'm wondering if this makes sense. It's true that calling containsValue() on such a collection type might be a bad idea, ... -
Created ER diagram: room for improvement
Major problems:1) Massive clutter from mapped super classesMany projects use a default @MappedSupportClass for entities (usually to declare both "id" and "version" for optimistic concurrency). IDEA... -
Created Running simple template through API
1) My action creates (among other things) a namespace declaration on the root element. I want to run a live template to let the user select the namespace prefix from a list of candidates (or enter ... -
Created postgres: "Save Lob" saves 0-byte file
Hi, While https://youtrack.jetbrains.com/issue/DBE-5655 is in status "Fixed", it always produces 0-byte files for me. Is there anything I can do to assist in diagnosing what goes wrong? Kind regard... -
Created Customizing Ctrl-Hover popup for references
Hi,For a custom language, I'd like to customize the Ctrl-hover popup.What's the extension point to hook into?And what's the implementation class (in intellij-community) that's doing this for the Ja... -
Created EAP #122.519 breaks Maven projects with test-jar dependencies
http://youtrack.jetbrains.com/issue/IDEA-89039 is marked as fixed in this EAP.However, my experience is the reverse: starting with this EAP build many projects with test-jar dependencies are no lon... -
Created IDEA 12 compatible plugin?
Hi,Any chance for a plugin that is compatible with IDEA 12 EAP ("Leda")?Thanks,Taras -
Created 117.216 EAP: recurring EOFException in SvnChangeList.readFromStream()
Hi,I've done a full "Invalidate Caches & Restart", but I keep getting the following exception repeatedly.Is there something broken on my side, or is this a known issue in this EAP build for Subvers...