Davide Baroncelli

- 活动总数 523
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 185
-
Davide Baroncelli 创建了一个帖子, 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... -
Davide Baroncelli 创建了一个帖子, "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 (... -
Davide Baroncelli 创建了一个帖子, 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... -
Davide Baroncelli 创建了一个帖子, 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... -
Davide Baroncelli 创建了一个帖子, 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? -
Davide Baroncelli 创建了一个帖子, 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... -
Davide Baroncelli 创建了一个帖子, (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... -
Davide Baroncelli 创建了一个帖子, 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... -
Davide Baroncelli 创建了一个帖子, [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... -
Davide Baroncelli 创建了一个帖子, 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 ...