Stefano Fornari
Stefano Fornari
Just upgrading regularly... maybe the kernel? sorry if I am not accurate, but I am tech linux user, but not really into the details of the system. Is there anything...
I have deleted mysql jar and ran java with the arguments --show-module-resolution --validate-modules; it gives the following output: ``` file:///home/ste/Projects/EasyWallet/target/EasyWallet-0.0-SNAPSHOT/lib/core-4.9.7.jar core automatic contains org.web3j.crypto conflicts with module crypto file:///home/ste/Projects/EasyWallet/target/EasyWallet-0.0-SNAPSHOT/lib/utils-4.9.7.jar utils...
WOW! really awesome! Ste On Mon, Jul 23, 2018 at 10:27 PM, Nick Lombard wrote: > While cleaning up the array initializer implementation I found a few small > tweaks...
Hi, I personally find more useful the first suggestion (maybe compareTo( could be compareTo() ). Best would be to have the type of the parameters too. Ste On Mon, Oct...
I am using {} accessors in some of my recent scripts, but I would be more than happy to use the new notation... {} are so in-natural. my two microcents...
Hi Nick, good stuff. What about W for BigInteger (as per Wide)? Ste On Mon, Jun 18, 2018 at 8:17 PM, Nick Lombard wrote: > Fixed numeric types - see...
If I got your question right, I think it is because string += object expands into = string = string + object -> java converts string+object into a string. this...
Interesting... but for now only windows is supported (maybe only windows really needs it? ) I would focus on more core things for now just my two cents Ste On...
You just rock! Ste On Fri, Jun 8, 2018 at 10:59 AM, Nick Lombard wrote: > String Literals > > You can now use single quotes ' you strings in...
Hi Nick it sounds a pragmatic approach, and I agree we do not really need to enforce the type. I ran into the grammar used by PMD which at the...