Autumn 2023
Release for CSE 373 Autumn 2023. Student instructions are available for each of the project components.
huskymaps.iml
- Remove javadoc-paths.
.idea
- Update to JDK 17.
- Update libraries.
data
- Censor whole toxic comment content.
src
- Return places from
getLocations
in any order. - Inline
byEstimatedDistanceFrom
method. - More consistent use of
perimeter
rather thanpq
orqueue
. - Fix dangling reference to non-existent
priority
method. - Prefer regex to simplify smart quote replacements.
- Perform additional censoring of toxic comments in software.
- Document sources using
@see
.