Dan Howard
- Total activity 55
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 17
-
Created var keyword and "find usages"
AnsweredWith Java 10 out I tested out writing some simple code to find usages of a class. When some code uses var then Find Usages does not find that usage. Will that be fixed at some point? To see this. W... -
Created Error during class instrumentation: com.sun.beans.finder.ClassFinder: java.lang.NullPointerException
I get this error when I run unit tests with coverage. I'm using IntelliJ 14.1.4 with Java SDK 7_79.Any ideas? -
Created IDEA doesn't seem to understand beforeunload event
For some reason when I type in an html document something like this: <body onunload="doUnload()" onbeforeunload="doBeforUnLoad()"> It looks like this:and the beforeunload event function shows as ... -
Created IntelliJ 14 Excluded folders are included in code links
Hi all,In my web project I have my "dist" folder marked as Excluded but in the editor if I ctrl-click to open a resource file it shows multiple implementations including this dist folder. I'm on 14... -
Created IntelliJ 14 how do I make the message panel stay open?
In the past when I ran ant tasks the message panel would open and show me what's happening. Now with IDEA 14 I have to click the tab to open the message panel every time. Is there a setting to make... -
Created Cool feature idea
I just spotted this and it would a cool feature in a future IntelliJhttps://github.com/andyw8/do_byExpiring TODO statements. IntelliJ could detect when a TODO is committed then fail compilation aft... -
Created Refactoring bug with lambda to method reference
I'm not sure this is where to post this but I found a bug in 12.1.6 which may exist in 13 using Java build 1.8.0-ea-b118. Can someone verify?In the following code example the (Person p) -> p.getNam... -
Created Where are my project wizards
Hi All,Using IntelliJ 11 Ultimate.I create a new project and all I get is Java and Web. I want to create a struts web app but I don't see any wizard options for that. I'm sure I had them before. T... -
Created IntelliJ 11 Mac function keys not working
AnsweredHi All,This is IntelliJ 11.1.1 running on a Macbook 10.6.8When I'm debugging, the usual function keys f7, f8, f9 etc.. are not working for me. IDEA says these are the proper key mappings.Any ideas? -
Created Compile failed; see the compiler error output for details. But there's no error output.
Hi All,Trying to build my project with ant in idea 10 and I get a compile error but I don't see the actual error.How do I make ANT verbose?All I see is:javacbuild.xml:303: Compile failed; see the c...