Daniel Schwering

Results 14 comments of Daniel Schwering

I see this too in multithreaded builds with Tycho 3 and Java 17: `[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:3.0.0-SNAPSHOT:compile (default-compile)` ... `[ERROR] The type java.util.List cannot be resolved. It is...

Please note that the issue [#10271](https://github.com/bigbluebutton/bigbluebutton/issues/10271) that was closed as a duplicate referred to user names while this issue mentions room names. Probably those problems are related but may need...

This bug leads to some unnecessary code in our projects, using extra functions or anonymous classes just to have a place for the @SuppressFBWarnings annotation where it's scope isn't wider...

I believe that Eclipse (at least with m2e) already has a notion of hierarchical project structures (see the project explorer), which might be used to know how far to go...

How about something like this? ![Image](https://github.com/user-attachments/assets/0b8d9f98-2ac4-49b0-8299-e6e755156c44)

I like the idea of a refreshed version of the JUnit text, maybe with a small icon in the i's dot that could also be used alone as a favicon?...

> Tried merging the letters, but that makes the red/green balance look off. And probably color blind friendly either. I tried merging the J and U in my first draft...

[threaddump2.txt](https://github.com/user-attachments/files/15815945/threaddump2.txt) Yes, that's what I figured. I'll try to attach a debugger and see when the initialization is called.

Yes, I am developing an Eclipse Plugin, so the OSGi framework is the one bundled with Eclipse 2024-03.

As far as I can see, org.apache.logging.log4j.util.Activator#unlockIfReady() is called a lot but never enters the if block because ProviderUtil.PROVIDERS remains empty.