Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Mathanrajan Sundarrajan
Total activity
6
Last activity
June 10, 2021 07:04
Member since
June 02, 2021 07:00
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Edited
June 10, 2021 07:04
If anyone else is facing this issue, I found that @XCollection annotation fixes this issue. You would have to add this annotation above the variable which stores the list of child classes and list ...
Community
IntelliJ IDEA Open API and Plugin Development
Persistent data structure not loading properly
1 vote
Created
June 02, 2021 09:54
Hey, here's the repo to duplicate this issue. https://github.com/Teisted/PersistenceSuperClassIssue . I made a small action class that will let you add data to the persisted class. Thank you for ta...
Community
IntelliJ IDEA Open API and Plugin Development
Persistent data structure not loading properly
0 votes
Created
June 02, 2021 08:48
Ah sorry for misunderstanding. I'll see if I can make a quick repository where this issue can be duplicated.
Community
IntelliJ IDEA Open API and Plugin Development
Persistent data structure not loading properly
0 votes
Edited
June 02, 2021 08:52
Sorry for not uploading the sources. Here's the service which extends PersistentStateComponent to store our data structure: TestingChecklist [REMOVED] And here's the source for the data structure: ...
Community
IntelliJ IDEA Open API and Plugin Development
Persistent data structure not loading properly
0 votes