ANONYMOUS

- Total activity 4852
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1921
-
Created Auto import not always working anymore
I have the checkboxes "show import popup", "optimize imports on the fly" and "add unambigouos imports on the fly" all checked in the Auto Import settings.There are a few things set in "exclude from... -
Created How to convert JSON to a Map object?
Java application web services uses two way to communicate with other web application one by XML file and othe by Json. While working with web services, I just want to know that how to convert JSON ... -
Created monitoring GC
Is there an indicator somewhere that lets you when the JVM has pausedfor GC?-- Roedy Green Canadian Mind Products http://mindprod.comThe art of strongly-typed language design is largely arranging t... -
Created Java Web Start JNLP debugging
Is there some way to run the trace/debugger on a Java Web Start JNLPapp?-- Roedy Green Canadian Mind Products http://mindprod.com"A great lathe operator commands several times the wage of an averag... -
Created Warning when casting to generic type
I can do the following without problem:ArrayList list = (ArrayList)object;But doing the following gives an "unchecked cast" warning:ArrayList= (ArrayList)object;Why is it not caring about casting t... -
Created Automatic compareTo() generation
I guess it's not something people do all that often, however is it possible for IDEA to autogenerate Comparable.compareTo() methods? It doesn't appear so, and I can't see a plugin which supports it... -
Created Multiple file name filters?
I see that http://www.jetbrains.net/jira/browse/IDEABKL-4433 has been around for a looooong time. Any chance that it might be fixed? I very often want to find in path against multiple filename patt... -
Created Find tool missing?
I'm using the latest version of Intellij 14 CE and I can't find the Find Tool https://www.jetbrains.com/idea/help/find-tool-window.html. It isn't under View ToolWindows (ther is nothing with the c... -
Created uksdnsjfkwdo owjfeopsjf fiope eifopefeji fi fiepof
uksdnsjfkwdo owjfeopsjf fiope eifopefeji fi fiepof ---Original message URL: https://devnet.jetbrains.com/message/5561076#5561076 -
Created Can't use BaseController class in Intellij IDEA 14.1.5
Hello,i followed the "Getting Started with Plugin Development" guide (on confluence.jetbrains.com), to write a server-side plugin for TeamCity 9.1.3. I installed Java 1.8.0_60, TeamCity, Intellij I...