Dan Howard

- Total activity 55
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 17
-
Dan Howard created a post, Answeredvar keyword and "find usages"
With 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... -
-
Dan Howard created a post, 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? -
Dan Howard created a post, 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 ... -
Dan Howard created a post, 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... -
Dan Howard created a post, 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... -
Dan Howard created a post, 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... -
Dan Howard commented, -
Dan Howard commented, -
Dan Howard created a post, 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...