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