The p2 Update sites listed above (since 0.13.0) contain a japicmp report against the last released version to make it easier to identify API changes. The Eclipse LSP4J project uses Semantic Versioning ...
In multithreaded C#, it can be wasteful to use one single lock for all threads. Some examples: When creating a lot of directories, you can create one lock for threads that create directories, or you ...