CC007
CC007
I can also not run or debug the project with netbeans 8.0.2 and 8.1, as described above I am able to run or debug the file itself by right clicking...
After this is implemented, it would probably also easy to implement the ability to select a pokemon and then create a link, for a friend to guess the pokemon.
Maybe introduce the `eq`, `~==`, `~=` or `#=` or something similar for equals()? I think a lot of code would break if you replaced all == with equals() Alternatively, `...
I was just thinking of how it could be implemented in a way that java understands it, because at the end of the day, all these manifold features are just...
I looked at the implementation and found that the solution might not fully fix the issue. See my comment here: https://github.com/manifold-systems/manifold/commit/32ba7fdd186195752926b16a1dbade909ed93f05#r128939227
While technically true, this would make extension methods behave different from normal methods when it comes to nullability. I think it would be better to invest into null-safe operators like...
I noticed the same issue with records
Having a setting that can specify `final` being the default for fields, parameters and local vars would indeed be nice. You probably don't want to touch `final` methods and classes...
If this is done for deprecated methods, could this functionality also be used for getter methods and record field methods, when used in combination with manifold-props? IJ keeps suggesting those...
It would also be nice if the IntelliJ plugin showed these method signature conflict issues before compilation.