Brad Walker

Results 9 issues of Brad Walker

Cleanup warnings related to unchecked call to add as a member of raw type List.. Here is an example. [repeat] /home/bwalker/src/netbeans/ide/editor/src/org/netbeans/modules/editor/NbEditorKit.java:628: warning: [unchecked] unchecked call to add(E) as a member...

Code cleanup

As of Java 9, the VM can do a better job of handling the conversion from a Double primitive to a Double Object or vice versa. This is an extension...

Code cleanup

There are a few warnings related to an empty statement. [repeat] /home/bwalker/src/netbeans/ide/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/actions/ConnectorPanel.java:204: warning: [empty] empty statement after if [repeat] if (e.getActionCommand ().equals ("SwitchMe!")); // NOI18N [repeat] ^ This change cleans...

Code cleanup

I see the following code in dump1090.c when validating the preamble starting at 1361 ``` /* The samples between the two spikes must be < than the average * of...

There is an issue with the version of U-Boot in the repo for this project. In particular, the RISC-V ISA has separated the ZICSR and ZIFENCEI from the base and...

This change cleans up the majority of warnings related to HashMap. [repeat] /home/bwalker/src/netbeans/ide/xml.core/src/org/netbeans/modules/xml/dtd/grammar/DTDParser.java:130: warning: [rawtypes] found raw type: HashMap [repeat] attrs = new HashMap(); [repeat] ^ [repeat] missing type arguments...

Code cleanup
ci:all-tests

I'm having a real problem with generating chisel. ``` [bwalker@fedora fusesoc-chiselv]$ fusesoc run --target=ulx3s_85 carlosedp:chiselv:singlecycle INFO: Preparing fusesoc:utils:generators:0.1.7 INFO: Preparing carlosedp:chiselv:singlecycle:0 INFO: Generating carlosedp:chiselv:singlecycle-ulx3s:0 Using build tool from: /tmp/tmp6tyi6ud6/core/mill Working...

I've been looking at the code in `vor.c` to learn some of the details about it operates.. Do you have a reference that I can refer to find out more...

### Apache NetBeans version Apache NetBeans latest daily build ### What happened Saw this in my logs when doing some work with a Java 9 specific code issue. Looks to...

kind:bug
Java