Bonny Rais

- Total activity 314
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 121
-
Bonny Rais created a post, Maia [10361]: good code red
I'm seeing quite a few error highlights for code that is perfectly valid (and compiles as such), for example a method withprivate boolean methodX(int cond){if (cond == 0){...return false;}else if ... -
Bonny Rais created a post, Code style question (getters/setters)
What Code Style option can I set to force the formatter to put getters/setters on a single line when refactoring fields?There's an option to keep single line simple methods and code blocks on a sin... -
Bonny Rais created a post, Is there a way to notify JB of changes to JIRA issues marked as resolved?
I've logged several issued that were marked as such and no further change was made by JB after I added some informationto the issues (I understand that they may be addressing other issues, but I'd ... -
Bonny Rais created a post, [B8664] strange behaviour when debugging
WinXP SP3, JDK6u2IDEA seems to stop on break points with this little highlight stating there's no source code associated with the code, even though the code is part of the actual module source and ... -
Bonny Rais created a post, [B8664] good code marked red
WinXP SP3, JDK6u2Has anybody seen this behaviour? I open two projects, define a method in an interface, then refer to it in a class. Everything looks ok. I then change to the other project (cannot ... -
Bonny Rais created a post, [B8664] Idea locks up and has to be killed
JB,WinXP SP3, JDK6u2I've been trying the new release and this is the first time in a very long time for me that IDEA causes loss of work.It has happened a couple of times already and my current mod... -
Bonny Rais created a post, B8280: IDEA rebuilds caches on every restart
Is anyone else seeing this? Every time i start up IDEA and open the project I'm working on, IDEA rebuilds the cache files. I cannot see exceptions indicated with the RCOE that relate to the files...B -
Bonny Rais created a post, configuring debug sessions with stdin/stdout redirection from/to files
I find it quite useful to be able to redirecd the stdin/stdout/stderr of some applications during debugging/testing and was looking for a mechanism to achieve this from the run/debug configuration ... -
Bonny Rais created a post, B7096: Incoming changes using CVS uses rlog on complete repository?
As per the title, why does IDEA scans the complete CVS repository when a projectonly uses a subset of the modules in that CVS repository?We have several projects, all using the same CVS repository ... -
Bonny Rais created a post, SchemaExport task in IDEA's Ant and relative bean paths - how do you do it?
I've tried to raise this issue in the past, but maybe I should have first asked thefolks here on the EAP:I've got a project with Hibernate which uses an XML configuration file which in turnincludes...