java-oo
java-oo copied to clipboard
Java Operator Overloading
``` Note: Injecting OO to javac8 warning: Supported source version 'RELEASE_8' from annotation processor 'javaoo.javac8.OOProcessor' less than -source '10' 1 warning An exception has occurred in the compiler (10). Please...
javac8-oo-plugin-0.5.jar jdk1.8.0_191
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
java.lang.Throwable: Incorrect CachedValue use: same CV with different captured context, this can cause unstable results and invalid PSI access. Field arg$1 in class com.intellij.psi.impl.source.resolve.JavaResolveCache$$Lambda$5085/0x0000000802e1c840 has non-equivalent values: com.intellij.psi.impl.source.tree.java.PsiBinaryExpressionImpl$$Lambda$1871/0x00000008018af040@19054d9f (com.intellij.psi.impl.source.tree.java.PsiBinaryExpressionImpl$$Lambda$1871/0x00000008018af040) and...
it should map to Math.pow(double,double) etc... or does this already work somehow?
``` Note: Injecting OO to javac8 An exception has occurred in the compiler (1.8.0_141). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after...
It seems that division, by means of longest extent number MathContext is not implemented, preincrement, predecrement, postincrement, postdecrement are not implemented, the five augmented assignment operators are not implemented. +=,...
i++, ++i, i--, --i, +=, -=, *=, /=,%= don't seem to yet be included. They all definitely should be!
I messed around a bit to see how the eclipse plugin feels. I checked a couple of features and everything worked just fine, but not compareTo. Source code: ```java import...