Michael Bien

Results 600 comments of Michael Bien

you formatted the whole file unfortunately :( We typically avoid doing unnecessary whitespace changes and limit them to the rewritten sections. (A few fixes here and there are ok, e.g...

thanks for investigating! I think it would be good to generate code which works in both situations (if possible), so that it remains portable. But probing for `module-info.java` and making...

> a. Apparently NetBeans is trying to get Gradle from the specified zip file. Why should that be necessary? Isn't Gradle built in to NetBeans already (e.g. like Ant and...

a utility called gradle wrapper is used to download the gradle distribution when the project is built (on-demand so to speak). This is an IDE independent feature and happens even...

> I am still getting the same message as before. This is despite my being connected to the internet and without any problem interesting. Can you post the log file...

> OK Michael here it is. My username is Mark! Hi Mark! :) your user name is indeed `Mark!` ! (`C:\Users\Mark!`) which is fascinating since it ends with an `!`....

notifications are getting annoying really quick. I have nothing against this functionality in itself but given how often projects are built (or maven goals are executed), this shouldn't be enabled...

please attach the log after startup. (you might have to rename it since github doesn't like `.log`). Do you close the IDE normally? UI state is not persisted on hard...

> This PR is handling that using a TypeMirrorHandle. now I know why this felt like a dejavu! I did something similar before and checked all `JavaFix` implementations for missing...

this will likely take a while until it is supported. `value` is no traditional keyword, it is context sensitive and would get recognized as such using javac after the parsing...