aboutsummaryrefslogtreecommitdiff
path: root/src/com.example.portfolio3/com/example
AgeCommit message (Collapse)Author
9 daystidy: define variables separatelyJonas Smedegaard
9 daystidy: declare method modifiers ordered according to Java Language ↵Jonas Smedegaard
Specification (JLS)
9 dayswrap long linesJonas Smedegaard
9 daystidy whitespaceJonas Smedegaard
9 daysset methods final to avoid uncertain subclassingJonas Smedegaard
9 daysdrop superfluous importJonas Smedegaard
9 daysalways use brace in for- and if-constructJonas Smedegaard
9 daystidy whitespaceJonas Smedegaard
9 daysdeclare variables final when possibleJonas Smedegaard
9 daysmake class AbstractGraph publicJonas Smedegaard
10 daysmake function GraphAlgorithms.sortVertex() publicJonas Smedegaard
10 daysmake class Edge publicJonas Smedegaard
10 daysfix imports and avoid wildcard importJonas Smedegaard
11 dayssimplify path structureJonas Smedegaard