Donald McLean
- 活动总数 790
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 306
-
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 (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... -
创建于 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? -
创建于 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 -
创建于 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...