Donald McLean
- Total activity 790
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 306
-
Created Unreportable exceptions
I'm getting "Exception in unknown plugin" (IDEA 116.108, Scala 0.5.427). Going by the details, it looks like Scala plugin problems. There are three total.1:org.jetbrains.plugins.scala.annotator.gut... -
Created IDEA Test UI confused - plugin problem or somewhere else?
I'm getting:Warning: isn't test class.in the Run/Debug Configurations panel. The software is confused. My test class extends this trait:trait AOFLTest extends AssertionsForJUnit with ShouldMatcher... -
Created Annoying inconsistency
There is an inspection "Redundant Unit result type annotation" that detects "unnecessary" declarations that a method returns Unit.On the other hand, when using the "Implements methods" command for ... -
Created Covered by Issue, or file new issue?
I had a case in my code where I was getting a "Match not exhaustive" compiler warning. Would this be covered by:http://youtrack.jetbrains.net/issue/SCL-3958Or, should we have an issue that addresse... -
Created 111.123 Hangs with many errors
It worked fine yesterday, it worked fine when I restarted it, but the first time I got quite a few exceptions. From idea.log:2011-12-21 09:24:59,871 INFO - #com.intellij.idea.Main - - IDE STARTE... -
Created Bad code green - incorrect parameter type (0.5.275)
In the following code, the definition for a is correct. The definition for b is incorrect (error shown at the bottom). The Scala plugin marks the whole thing green.Is there an existing YouTrack ent... -
Created (0.5.270) "override" not enforced?
If you have a classclass Foo { def bar() {println("You are here.")}}and another class:class FooToo extends Foo { def bar() {println("You are not there.")}}Is there some reason why the plugin do... -
Created IDEA 11 bug? Search box of run console
Is there some good reason why I can't paste into the search box of the run console? -
Created Create method throwing exception (111.24 and 0.5.211)
When I try to use the intention to create a method, the plug-in throws an exception (see 321717).Thank you,Donald -
Created Better support for log files
I'm using SLF4J on top of Logback and this produces log files with lines like this:2011-11-22 13:28:01,557 DEBUG e.s.e.e.EventModule enter.It's got the file name and line number - is there any r...