nbauma109

Results 29 issues of nbauma109

I've already just built an option panel in a GUI and this would be useful to have these methods as public for providing tooltip texts on the options instead of...

# CFR version 0.152 # Compiler javac 17.0.1 # Description It seems that line number mappings are available on top-level type but not on inner classes. The following test class...

bug

# CFR version CFR 0.152-SNAPSHOT (050e735) # Compiler javac 1.8.0_252 # Description Character literals decompiled as number literals which makes the code non-readable. For example '.' and '/' decompiled as...

bug

# CFR version CFR 0.152-SNAPSHOT (bc8d9a2) # Compiler ecj (tried 2 versions 3.7 and 3.25) # Description Unable to fully structure code occurs resulting in non-compilable code # Example This...

bug

Hello I'd like to wish you happy new year and congratulate you for the new refactorings integrated into Eclipse. I started playing with them and issued a few bugs at...

bug

This new rule would be the equivalent of the one with increment/decrement inside expression. https://github.com/JnRouvignac/AutoRefactor/blob/master/plugin/src/main/java/org/autorefactor/jdt/internal/ui/fix/ObsoleteIncrementStatementRatherThanIncrementExpressionCleanUp.java As you may already know, Sonar raises a warning when assignement is inside an expression....

question

The warnings are hidden by default and I need to launch gradle with --info to display them. The issue has been introduced by 7.2.0-beta3 and is still there in beta6....

ux-improvement

I recommend using Class.forName only when class name comes from an external source (i.e. system property, etc..). When the class name comes from a string constant in the code, it...

Runtime dependencies are shown in gray in "Project and External Dependencies" in package explorer, that's how I can see they are in the runtime classpath of eclipse and not in...

a:bug :beetle: