Archie L. Cobbs

Results 38 issues of Archie L. Cobbs

Newer Javadoc has done away with HTML frames, which means it's much harder to browse available classes. This is especially damaging for a project like Guava which tends to provide...

type=other
P4

Originally posted in [this thread](https://mailman.cs.umd.edu/pipermail/findbugs-discuss/2016-August/004305.html) and rejected by FindBugs in [this issue](https://sourceforge.net/p/findbugs/feature-requests/360/) (presumably because FindBugs is lame/dead). I have some code that looks like this: ```java public class ClassA {...

**jgitver**'s definition of "dirty" (when `` is enabled) is different from `git describe`'s definition of "dirty". In particular, **jgitver** and `git describe` disagree in the situation where the code is...

enhancement
help wanted

## Description When the Vaadin servlet tries to serve static files from classpath resources, it needs to strip off the servlet path, if any, associated with the request before trying...

Contribution

### Description of the bug The situation is described in [this stackoverflow.com question](https://stackoverflow.com/questions/73170520): I'm working on a Vaadin application running under tomcat in a WAR file. I'm trying to simply...

documentation
Impact: Low
Severity: Minor

### Describe your motivation We have lots of events that reflect changes in state of a component: value change, attach, detach, etc. It seems like the "enabled" status is no...

enhancement
components

### Description In certain situations, fields simply do not appear. ### Expected outcome This is what I expect to see: ### Actual outcome This is what I actually see: Note...

DX
maven-plugin
investigation
gradle
documentation

### Description of the bug The API for `FormLayout` allows adding `Component`'s, not fields. So what the heck is this supposed to mean?? The implication seems to be that adding...

If you have a Spring `DestructionAwareBeanPostProcessor` in your application context, when a `VaadinSession` is shutdown it will handle cleanup for beans that it deals with. This is important to avoid...