issues Search Results · repo:robototes/2412RobotLibrary language:Java
Filter by
9 results
(86 ms)9 results
inrobototes/2412RobotLibrary (press backspace or delete to remove)The tests crash with an error like this after the tests complete, likely due to a bug in the underlying WPILib notifier
implementation interacting with the SparkMax code that s exposed when these tests ...
jamesdooley4
- Opened on Aug 10, 2020
- #29
OroArmor
- 2
- Opened on Dec 12, 2019
- #14
OroArmor
- 1
- Opened on Dec 10, 2019
- #9
For example, set could be renamed to setpoint, closeness to something else, etc.
TAKBS2412
- 1
- Opened on Nov 21, 2019
- #3
Typically, it s better style to make the access modifiers private for fields (or at least as restricted as possible) and
implement getters and setters.
question
TAKBS2412
- 1
- Opened on Nov 21, 2019
- #2
Currently this method is implemented in the exact same way for each unit:
public String toString() {
return StringUtils.getFormattedValue(getValue(), 4) + this.getUnit();
}
It would be better to avoid ...
TAKBS2412
- 1
- Opened on Nov 21, 2019
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.