Re: Decompiler for java

2020-05-18 Thread Eric J. Schwarzenbach
things to be usable as a true full stack IDE for java and JavaScript at least. They are: 1. Machine learning capabilities to code completion. 2. Autocompletion support for database or SQL language and NoSQL support like MongoDB. 3. A Decompiler for java. 4. React Native support. at least these

Re: Decompiler for java

2020-05-18 Thread Gheorghe TUDOSE
atabase or SQL language and NoSQL support > like MongoDB. > 3. A Decompiler for java. > 4. React Native support. > > at least these should be added into Apache Netbeans future releases to > gather more real life developers. > Hope for the best. > > > > > On Sun, May 17,

Re: Decompiler for java

2020-05-17 Thread Davide Grandi
Hello, for standalone java decompiler : simple  : http://java-decompiler.github.io complex : https://bytecodeviewer.com for (simple) I keep some older version at hand, 'cause for very old class files they give better results Sometimes. Cheers,     Davide On 17/05/2020 05:17, Brain Rebootin

Re: Decompiler for java

2020-05-16 Thread Brain Rebooting
ing better static analysis compared to what NetBeans does by >>> default. Plenty of things to improve using classical engineering before we >>> need to bring in AI. >>> >>> > 2. Autocompletion support for database or SQL language and NoSQL >>> support

Re: Decompiler for java

2020-05-16 Thread Emilian Bold
ing using better static analysis compared to what NetBeans does by default. Plenty of things to improve using classical engineering before we need to bring in AI. > 2. Autocompletion support for database or SQL language and NoSQL support like MongoDB. I think SQL support exists? > 3. A Decomp

Re: Decompiler for java

2020-05-16 Thread Ty Young
support like MongoDB. 3. A Decompiler for java. 4. React Native support. at least these should be added into Apache Netbeans future releases to gather more real life developers. Hope for the best. Why is having a built-in decompiler that big of a deal, if I may ask? On Sun, May 17, 2020 at

Re: Decompiler for java

2020-05-16 Thread Brain Rebooting
Still, Apache Netbeans requires some things to be usable as a true full stack IDE for java and JavaScript at least. They are: 1. Machine learning capabilities to code completion. 2. Autocompletion support for database or SQL language and NoSQL support like MongoDB. 3. A Decompiler for java. 4

Decompiler for java

2020-05-16 Thread Brain Rebooting
Hi all, Is there any decompiler for netbeans to see source code from class file. Samiul alom sium Bangladesh