judovana
judovana
maybe the penament agent shoudl be default in gui (with question about disconnecting onclose). Cli will need switch pernament/temoral whweere efault is temporal for all read operations, and pernament is...
https://github.com/pmikova/java-runtime-decompiler/pull/218
the pernament agent is now done. muc more work is needed for other types of agents
For now you can use -Djava.security.manager=allow but on longer run it would need majore rework - https://openjdk.java.net/jeps/411
Ugh. This is very hard to read. It seems to be mixing various reformatting and refactoring together with logical changes. I guess youa re not willing to split those to...
> > The usage of `return true;//contraband` is very error prone, should ber hadled by `BigMathExpression` design, or exception should be thrown if it is not honoured. > > The...
> lol, sorry.. I created ParserNG in 2009. So well, a lot of design decisions taken then would not fly now. I was more concerned about creating the parser and...
I would still heavil vote for heavy rework of initialcommits - to split refactorings, cosemtic changes, a and reallogic change. If this is done (then the logic change will be...
Jsut for small info - it wil be easy to adapt main CLI to use this new BIgDecimal parser. Also all "underlying" parsers (like expandable and logical) are already parametrised...
Hello! I'm running set of JMH benchmarks - basic `double` x `Double` x `BigDecimal` toString/fromString and arithemtical operations. and advanced, with ParserNG `MathExpression` **double** x `BigMathExpression` **BigDecimal** implemenataion and also...