Davide Baroncelli

- Total activity 523
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 185
-
Created Auto-creation of mock variables when writing tests (or something similar)
I wonder what do people do in cases like:I'm writing a test for a service class that depends on a lot of other classes, so I need to build it by passing various mocks to the constructor:SomeClassUn... -
Created "file changed on server" red notification in changes view not appearing anymore?
I used to find very useful the red notification that appeared on the Changes view near the files in a changelist, notifying me when some of the various files I am editing have been changed on the (... -
Created Each word turning into a tag when editing in XML?
A few days ago I started having a problem that is driving me mad (it happened with the two latest EAPs, I'm now using IU-94.539). When typing in an XML file, every word is turned into a tag after I... -
Created Utility macros for breaking strings not working anymore in IDEA 9: how to?
Since when IDEA started supporting macros I defined two macros that I would use with keyboard shortcuts in order to break strings, so for instance of I was writing:log.info("A customer with id| doe... -
Created Tab reordering not working (for me). Is it normal?
I keep reading around that tabs can be dragged in Intellij 9 without any plugin, but this doesn't seem to work for me on Linux (Ubuntu 8.04). Is this expected? -
Created Problem with hibernate configuration location
Hi all, I have a somewhat complicated project configuration resulting from my company using a custom plugin for generating the project structure. This makes my problem a bit awkward to diagnose/des... -
Created (Return of old) Problems with Perforce integration in last 3 EAPs
Hi, I've been experiencing problems with the Perforce integration at least in the last 3 EAPs (including 9779). It all started with perforce not respecting my P4CONFIG variable anymore (sadly, like... -
Created JPA not working in recently installed IDEA 8
Hi, I just started trying IDEA 8 (currently trying build 9164) and I noticed that there apparently are some problems with JPAQL queries: IDEA doesn't seem to parse/highlight/validate/autocomplete t... -
Created [hibernate]<composite-element> attribute type should be an Embeddable
I have a collection mapped via hibernate as follows: the relevant getter is public List getCauses() { return this... -
Created Additional Resources and Hibernate Facet confusion
I am working on an hibernate project that loads mapping files outside of the .cfg.xml configuration, and as such was expecting a way for me to tell idea where to find the additional resource files ...