| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This was modified by my IDE somehow
Issue PlaceholderAPI#727 's CME roots come from FileUtil. This can be due to the previous implementation having 2 lists linking each other. This is removing 1 of the lists and handling on-the-go while also cleaning up the code a bit. Oh, and for the CloudExpansionManager change: I put it on the wrong spot the first time :P so yea
|
Thanks for taking this on. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Pull Request
Type
Description
This is as of right now a tracking PR for any concurrency issues. I am going to try to find and resolve concurrency issues in PlaceholderAPI's code. This is not to be merge soon!
This is trying to resolve issues such as #727 ; a ConcurrentModificationException showing that either:
a) something is modifying something while looping
b) something is getting modified on thread y while it is already being modified on thread x