Andrea Arcuri
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Andrea Arcuri created a post, 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 created a post, 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,...