Andrea Arcuri
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
Andrea Arcuri 创建了一个帖子, IntelliJ 15: How to interrupt a background task
Hi, in my IntelliJ plugin (EvoSuite) I want to run an expensive operation (which can take minutes/hours) on a background task. This can for example be done with:MyTask task = new MyTask(...); // ... -
-
-
Andrea Arcuri 创建了一个帖子, Intellij14: How to get the classpath of the current project?
Hi, I am developing a plugin for IntelliJ. I need to determine in a string the full classpath of the current project, including compiled sources and all third-party libraries. Searching the forum,...