vscode-java-code-generator icon indicating copy to clipboard operation
vscode-java-code-generator copied to clipboard

VSCode Extension to Generate Code for Java Class's

Results 25 vscode-java-code-generator issues
Sort by recently updated
recently updated
newest added

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.5.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Plugin version: 7.0.1 Platform: Linux The wrong ctor is created when trying to create for inner class Product, also the indentation are off, see code below. Other issues 1. I...

For any enum I click on any java-code-generator button, I receive error: `error parsing the Java class please file an issue`.

Wanted to create a constructor for a class, but it missed the last character of the class name and the opening bracket I am using VS Code 1.66.1 on Windows...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Is there a way that I can easily import the methods from parent classes that i want to override ?

I would prefer the usage of `this` in getter code generation: ```java public int getWidth() { return this.width; } ``` Could this be an option?

It would be nice if Objects was import when generating hashCode and equals. Currently, vscode show an error after generating those two methods.

as you can see, my variable name is `is_pinned`. It would be better if `isIs_pinned` only have 1 `is` (ie: isPinned) ![image](https://user-images.githubusercontent.com/35557579/117861245-6cdd4100-b2bb-11eb-8917-fb0501cfb741.png)