Michael Keppler

Results 136 comments of Michael Keppler

I can only guess, but I assume the following: When using eclipse with many plugins, the two most used strategies by developers are: * never upgrade anything after you have...

Root cause is that the list of configurations is not stored via normal preferences to the Eclipse preference store, but to some file via net.sf.eclipsecs.core.config.GlobalCheckConfigurationWorkingSet.storeToPersistence(). Not sure about the background...

I would rather suggest to get rid of the problem in the checkstyle configuration, independent of the eclipse plugin. Right now the configuration file XML tag nesting must fit the...

Be aware the change for JDK 13 to 14 on Travis is a direct consequence of the Tycho 1.6 to 1.7 update. In the future we should build on Java...

This is not a matter of the eclipse plugin. The exception happens in checkstyle core, which _cannot_ deal with mismatching configuration files after upgrades. I'm completely with you however, that...

I tend to agree with @eric-milles here. In our company we create big RCP applications. And we meanwhile use mostly require-bundle and rather little package imports, although the pure OSGI...

Right now that page doesn't contain 10.3 yet. If it's not just a caching issue then you may want to re-check.

I just submitted 2 related pull requests, because I edited those files before I read your comment here. :)

@vorburger I'm okay with not having access anymore. I looked into using 2FA with github long ago. But it doesn't work well. I switch between personal computers and company machines...

@vorburger I've re-evaluated some things and have 2FA enabled. The company laptop is okay with a YubiKey Nano now, since that can be left in all the time, without risk...