BUG: OnBot Java overwrites files #738
Description
Hello! I am Ray, and our team experienced a serious problem with OnBot Java recently.
One of the unique things that our team does with our Java code is that we split it between many different files. A consequence of this is that we wind up switching back and forth between files a lot. This shouldn't be an issue.
However, we think that we have found a bug. When switching between files, occasionally the file being opened will overwrite the file being closed (or maybe the other way around, we aren't entirely sure). As such, the old file is completely lost. For example, our DriveMain TeleOp got overwritten by a bare-bones Autonomous that we had just started writing.
Our phone is an older Motorolla if I remember correctly.
Steps to reproduce:
- Create multiple files in the OnBot Java interface (we have 8-12). Make sure that they are distinct from one another so that the result can be observed.
- Type in one file, then quickly switch to another file in the list. Repeat until corruption occurs.
We don't know anything besides this. If there's anything that we can do to help fix the problem, let us know.