Mauro Molinari
Mauro Molinari
This is in part related to #18, but not only. Consider this example: ``` # echo abc>a # cp a b # ln b b1 # ln b b2 #...
Somewhat related to #29. I often have directory structures with many files of the same type. The first bytes check performs a very limited decimation of the candidates because the...
Try to invoke the xjc task on this source XSD: http://www.fatturapa.gov.it/export/fatturazione/sdi/fatturapa/v1.0/fatturapa_v1.0.xsd The xsd-dependency-tree task fails with an IOException. Trying to debug the plugin, I see that it tries to retrieve...
I have been running BIT successfully for some YEARS. Today scheduled backups can't unlock the SSH key any more. I already tried to restart the system and still having this...
Ensure the following option is set to warning or above: Right click on project => Properties | Java Compiler | Errors/Warnings | Enable project specific settings | Redundant type arguments...
Using Greclipse 4.4.0.v202112282355-e2009. Consider the following enum: ```java package test69b; public enum MyEnum { FOO, BAR; } ``` And the following classes: ```groovy package test69 import test69b.MyEnum class Base {...
Maybe this is related to the improvements you made for 3.4.0 and you cite in the release notes (paragraph "Call Hierarchy and Find Occurrences"), but I feel like there's a...
Consider this: ```groovy package test68 class GBean { public GBean(String foo, Closure c) { } public GBean(Closure c) {} } ``` and this: ```groovy package test68 class Test68 { void...
Consider this Java class: ```java package test59; public class Test59Java { public void foo(String string, Integer num) { } } ``` and this Groovy class: ```groovy package test59 import groovy.transform.CompileStatic...
Variation of #866. Consider this class: ```groovy package test50 class Test50 { String foo private final TreeNode| } ``` Invoke code assist at "|" and choose `javax.swing.tree.TreeNode`. Once again, the...