Artem Melentev

Results 4 issues of Artem Melentev

Netbeans adds NBAttr, NBResolve which extends Attr, Resolve javac modules. So we need to extend NBAttr & NBResolve. But we can't because they are in different java package and we...

enhancement

Assignment operator overloading now works only via static valueOf method. In cases we can't add valueOf method to a class we may use constructors: `BigDecimal a = "123"` will be...

enhancement

Right now Java-OO doesn't work in Eclipse watches and display view. Seems like Eclipse uses some interpreter to evaluate expressions without byte code generation. (org.eclipse.jdt.internal.debug.eval.ast.engine.Interpreter)

enhancement

It seems there is some bug in the vertex normal calculation, `getGridNormal`. The normal vector for the center of a tile does not correspond to near normals. You can see...