Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
João Martins
Follow
New posts
New posts and comments
Total activity
48
Last activity
March 31, 2017 21:40
Member since
January 15, 2016 14:36
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
12
Activity overview
Posts (10)
Comments (26)
Sort by recent activity
Recent activity
Votes
Created
March 31, 2017 21:40
Eugene, thanks a lot for your prompt support, as always. I was also toying around with a third idea, to add a separate facet that could have its properties object in jps-module. But we ended up goi...
Community
IntelliJ IDEA Open API and Plugin Development
How to use JpsFacetConfigurationSerializer with a properties class outside of jps-module
0 votes
Created
March 23, 2017 20:10
Actually, after investigating a bit more, what I'm seeing with YourKit is that there appear to be lingering references to ProjectImpl objects from a mock object. That would be more likely to be cau...
Community
IntelliJ IDEA Open API and Plugin Development
Problem with tests under 2017.1 - Too many projects leaked
0 votes
Created
March 23, 2017 19:28
FYI, removing the call PsiFile file = myFixture.addFileToProject("/temp", "someFile"); seems to have stopped the issue for us. It isn't a definitive fix in that anyone who uses this method in unit ...
Community
IntelliJ IDEA Open API and Plugin Development
Problem with tests under 2017.1 - Too many projects leaked
0 votes
Created
March 23, 2017 14:20
Thanks for the help. I just uploaded heapDump2.hprof (sorry it isn't zipped).
Community
IntelliJ IDEA Open API and Plugin Development
Problem with tests under 2017.1 - Too many projects leaked
0 votes
Created
March 22, 2017 21:33
I'm not sure how to tell whether the references are from GC or non GC roots by looking at the below image. Are you able to tell? There's one entry where there's no memory address after the class na...
Community
IntelliJ IDEA Open API and Plugin Development
Problem with tests under 2017.1 - Too many projects leaked
0 votes
Created
March 22, 2017 16:46
I've looked at the heap dump and it showed a bunch of existing references to the ProjectImpl objects, none of them related to our code. I'm not sure how to upload the heap dump on this forum -- it ...
Community
IntelliJ IDEA Open API and Plugin Development
Problem with tests under 2017.1 - Too many projects leaked
0 votes
Created
March 22, 2017 15:52
Same things happened to us on test projects, and it seems like JavaCodeInsightFixtureTestCase isn't doing a good job at disposing of projects. We had to dispose of the projects ourselves, on tear...
Community
IntelliJ IDEA Open API and Plugin Development
Problem with tests under 2017.1 - Too many projects leaked
0 votes
Created
February 28, 2017 22:58
Eugene, thanks a lot for your response. I was able to extract CloudSdkService into a new Gradle module and build everything without dependency issues. However, the only really useful thing that Clo...
Community
IntelliJ IDEA Open API and Plugin Development
BuildManagerListener isn't being triggered outside of debug mode
0 votes
Created
February 15, 2017 19:28
If I correctly understood what you suggested, it's basically to emulate a user action that triggers a configuration re-evaluation. I'm also going down the same route, by implementing a hidden check...
Community
IntelliJ IDEA Open API and Plugin Development
Denoting "modified" in a SettingsEditor?
0 votes
Created
January 26, 2017 20:46
That works! Thanks a bunch
Community
IntelliJ IDEA Open API and Plugin Development
Link to facet editor
0 votes
1
2
3
›
»