Lasse Bergström

- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
Lasse Bergström 进行了评论, -
-
Lasse Bergström 进行了评论, -
Lasse Bergström 创建了一个帖子, IDEA13 "Class not found:" when running an ordinary grails unit test
Hi,I am using IntelliJ 13.0.1I have a simple unit test in Grails.@TestFor(Verse)class VerseTests { void testSomething() { fail "Implement me" }} When I run it as a JUnit test it fails w... -
Lasse Bergström 进行了评论, -
Lasse Bergström 创建了一个帖子, Attach sources not working in 12.1.4
Hi,I am currently using IntelliJ 12.1.4 on Mac OS X 10.8.4I want to browse and debug the code with a library that has sources-jar in the local maven repository.I have tried clicking the download so... -
Lasse Bergström 创建了一个帖子, Revert inspection settings
Hi,I had some warning on a variable declarated in a test annotated with mockito @Mock.I had a yellow lightbulb in the margin and it suggested me that I could turn off this inspection.I did that .. ...