aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
9 daysset variable LABEL_STYLE finalJonas Smedegaard
9 daysgit-ignore folder /mods/; git-ignore jar files only at root; stop git-ignore ↵Jonas Smedegaard
class files
9 daysadjust disjoint to always return 11 setsIan Valentin Christensen
9 daysadd editorconfig config file, hinting to use tabs for indentationJonas Smedegaard
9 daystidy: define variables separatelyJonas Smedegaard
9 daystidy: declare method modifiers ordered according to Java Language ↵Jonas Smedegaard
Specification (JLS)
9 daystidy whitespaceJonas Smedegaard
9 dayswrap long linesJonas Smedegaard
9 daysupdate checkstyle config: restrict linelength to 73 charsJonas 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 daysexplicitly define magic numbersJonas Smedegaard
9 daystidy whitespaceJonas Smedegaard
9 daysdeclare variables final when possibleJonas Smedegaard
9 daysrequire javafx.controls transitivelyJonas Smedegaard
9 daysdrop unused variable MyDB from view class WindowJonas Smedegaard
9 daysrename class Combi -> GraphJonas Smedegaard
9 daysmake class AbstractGraph publicJonas Smedegaard
9 daysdrop legacy commented out codeJonas Smedegaard
9 daysrename class Model -> Database; rename variable model -> storeJonas Smedegaard
10 dayssplit class HelloApplication into classes Main and WindowJonas Smedegaard
10 daysdefine class HelloApplication as final to ensure reliable initializationJonas Smedegaard
10 daysfix typo in commentJonas Smedegaard
10 daysgeneralize and tighten stylingJonas Smedegaard
10 daysmake class MyDB publicJonas Smedegaard
10 daysfix rename file MyDb.java -> MyDB.java to match class nameJonas Smedegaard
10 daysadd and improve javadocJonas Smedegaard
10 daysadd dummy javadoc to silence warningsJonas Smedegaard
10 daysdefine parameterized type for ComboBox (not later cast type)Jonas Smedegaard
10 daystidy: avoid redundant cast to StringJonas Smedegaard
10 daysmove comments above codeJonas Smedegaard
10 daysfix drop copyright and licensing statements from code received from lectureJonas Smedegaard
10 daysdeclare explicit import statements (not wildcard)Jonas Smedegaard
10 daysadd SPDX license notices: GPL-3+Jonas Smedegaard
10 daysadd SPDX copyright noticesJonas Smedegaard
10 daysuse TAP-indentationJonas Smedegaard
10 daysdrop dummy class HelloControllerJonas Smedegaard
10 dayssplit classes into separate filesJonas Smedegaard
10 daysadd checkstyle settingsJonas Smedegaard
10 daysinclude module com.example.portfolio2 in makefileJonas Smedegaard
10 daysdrop superfluous JavaFX FXML-related importsJonas Smedegaard
10 daysadd module com.example.portfolio2 from IanJonas Smedegaard
10 daysrename function nonOverlapping() -> disjoint(), tidy commentsJonas Smedegaard
10 daystighten outputJonas Smedegaard
10 daysmake function GraphAlgorithms.sortVertex() publicJonas Smedegaard
10 daysrephrase commentsJonas Smedegaard
10 daysadd function solution()Jonas Smedegaard
10 daysadd javadoc for function moduleGroupsIan Valentin Christensen