summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
13 daystidy whitespaceJonas Smedegaard
13 daysdeclare variables final when possibleJonas Smedegaard
13 daysrequire javafx.controls transitivelyJonas Smedegaard
13 daysdrop unused variable MyDB from view class WindowJonas Smedegaard
14 daysrename class Combi -> GraphJonas Smedegaard
14 daysmake class AbstractGraph publicJonas Smedegaard
14 daysdrop legacy commented out codeJonas Smedegaard
14 daysrename class Model -> Database; rename variable model -> storeJonas Smedegaard
14 dayssplit class HelloApplication into classes Main and WindowJonas Smedegaard
14 daysdefine class HelloApplication as final to ensure reliable initializationJonas Smedegaard
14 daysfix typo in commentJonas Smedegaard
14 daysgeneralize and tighten stylingJonas Smedegaard
14 daysmake class MyDB publicJonas Smedegaard
14 daysfix rename file MyDb.java -> MyDB.java to match class nameJonas Smedegaard
14 daysadd and improve javadocJonas Smedegaard
14 daysadd dummy javadoc to silence warningsJonas Smedegaard
14 daysdefine parameterized type for ComboBox (not later cast type)Jonas Smedegaard
14 daystidy: avoid redundant cast to StringJonas Smedegaard
14 daysmove comments above codeJonas Smedegaard
14 daysfix drop copyright and licensing statements from code received from lectureJonas Smedegaard
14 daysdeclare explicit import statements (not wildcard)Jonas Smedegaard
14 daysadd SPDX license notices: GPL-3+Jonas Smedegaard
14 daysadd SPDX copyright noticesJonas Smedegaard
14 daysuse TAP-indentationJonas Smedegaard
14 daysdrop dummy class HelloControllerJonas Smedegaard
14 dayssplit classes into separate filesJonas Smedegaard
14 daysadd checkstyle settingsJonas Smedegaard
14 daysinclude module com.example.portfolio2 in makefileJonas Smedegaard
14 daysdrop superfluous JavaFX FXML-related importsJonas Smedegaard
14 daysadd module com.example.portfolio2 from IanJonas Smedegaard
14 daysrename function nonOverlapping() -> disjoint(), tidy commentsJonas Smedegaard
14 daystighten outputJonas Smedegaard
14 daysmake function GraphAlgorithms.sortVertex() publicJonas Smedegaard
14 daysrephrase commentsJonas Smedegaard
14 daysadd function solution()Jonas Smedegaard
14 daysadd javadoc for function moduleGroupsIan Valentin Christensen
14 daysadd function moduleGroupsIan Valentin Christensen
14 daysadd TODO note; wrap long linesJonas Smedegaard
2025-04-28Revert "tighten code"Jonas Smedegaard
This reverts commit 60a651148e5a6a95996610a28a849d58f51e9355.
2025-04-28tighten codeJonas Smedegaard
2025-04-28Merge branch 'main' of ↵Jonas Smedegaard
xayide:/home/www-ruc-git/public_websites/source.abcde.../CS2
2025-04-28add intellij module metadataIan Valentin Christensen
2025-04-28include current vertex in setJonas Smedegaard
2025-04-28add back a bit of debugJonas Smedegaard
2025-04-28fix function nonOverlapping()Jonas Smedegaard
2025-04-28intellij stuffIan Valentin Christensen
2025-04-28rename function isConnected() -> assertConnected()Jonas Smedegaard
2025-04-28draft...Jonas Smedegaard
2025-04-28fix path for target build-% in make snippet java.mkJonas Smedegaard
2025-04-28tidy: wrap long lineJonas Smedegaard