Matthias Bläsing

Results 182 comments of Matthias Bläsing
trafficstars

Maybe I'm missing something obvious, but from my perspective the issue description is solved by enabling "Subword completion": ![image](https://user-images.githubusercontent.com/2179736/193425274-0433d182-151d-479a-8dab-ba7f48520fff.png) with that I get this: ![image](https://user-images.githubusercontent.com/2179736/193425295-0bd70f9a-90a1-44f9-849e-b95587927f11.png) for this code: ```java public...

I just tried to use MR support to see if this fixes #4393. JSch bundles a class that uses the UnixDomainSocket support in JDK 16+, but it requires Multi-Release support....

@dbalek could you please check whether this can be merged now? I looked at the OSGI side and I thought this was already in, we are early in the NB16...

There is at least one remaining problem: > The command "hide-logs.sh ant $OPTS -f platform/core.startup test" exited with 1.

Changes are merged via #4589

I'm missing an evaluation why it is ok to change (break?) the SPI and a documentation of the change. These are the modules, that import that single class `SingleMethod`: apisupport/apisupport.ant...

This still needs to be documented and you did not address my question. Third-party modules could rely on the original definition of `SingleMethod` why are they not affected by your...

I see several modules from the java area in the list of affected modules. If any of these creates `SingleMethod` instances and receives one from one of the modules you...

The fact that the change only affects currently unsupported cases is a good argument, that this is a safe change. I'm still uncomfortable with the fact, that the `SingleMethod` class...

I'm not convinced. Anyway, if another commiter wants to merge this, I won't stand in the way. What _must_ be changed before a merge, is that the author information is...