index
:
CS2
main
Unnamed repository; edit this file 'description' to name the repository.
Jonas Smedegaard
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
13 days
declare variables final when possible
Jonas Smedegaard
13 days
require javafx.controls transitively
Jonas Smedegaard
13 days
drop unused variable MyDB from view class Window
Jonas Smedegaard
14 days
rename class Combi -> Graph
Jonas Smedegaard
14 days
make class AbstractGraph public
Jonas Smedegaard
14 days
drop legacy commented out code
Jonas Smedegaard
14 days
rename class Model -> Database; rename variable model -> store
Jonas Smedegaard
14 days
split class HelloApplication into classes Main and Window
Jonas Smedegaard
14 days
define class HelloApplication as final to ensure reliable initialization
Jonas Smedegaard
14 days
fix typo in comment
Jonas Smedegaard
14 days
generalize and tighten styling
Jonas Smedegaard
14 days
make class MyDB public
Jonas Smedegaard
14 days
fix rename file MyDb.java -> MyDB.java to match class name
Jonas Smedegaard
14 days
add and improve javadoc
Jonas Smedegaard
14 days
add dummy javadoc to silence warnings
Jonas Smedegaard
14 days
define parameterized type for ComboBox (not later cast type)
Jonas Smedegaard
14 days
tidy: avoid redundant cast to String
Jonas Smedegaard
14 days
move comments above code
Jonas Smedegaard
14 days
fix drop copyright and licensing statements from code received from lecture
Jonas Smedegaard
14 days
declare explicit import statements (not wildcard)
Jonas Smedegaard
14 days
add SPDX license notices: GPL-3+
Jonas Smedegaard
14 days
add SPDX copyright notices
Jonas Smedegaard
14 days
use TAP-indentation
Jonas Smedegaard
14 days
drop dummy class HelloController
Jonas Smedegaard
2025-04-28
split classes into separate files
Jonas Smedegaard
2025-04-28
add checkstyle settings
Jonas Smedegaard
2025-04-28
include module com.example.portfolio2 in makefile
Jonas Smedegaard
2025-04-28
drop superfluous JavaFX FXML-related imports
Jonas Smedegaard
2025-04-28
add module com.example.portfolio2 from Ian
Jonas Smedegaard
2025-04-28
rename function nonOverlapping() -> disjoint(), tidy comments
Jonas Smedegaard
2025-04-28
tighten output
Jonas Smedegaard
2025-04-28
make function GraphAlgorithms.sortVertex() public
Jonas Smedegaard
2025-04-28
rephrase comments
Jonas Smedegaard
2025-04-28
add function solution()
Jonas Smedegaard
2025-04-28
add javadoc for function moduleGroups
Ian Valentin Christensen
2025-04-28
add function moduleGroups
Ian Valentin Christensen
2025-04-28
add TODO note; wrap long lines
Jonas Smedegaard
2025-04-28
Revert "tighten code"
Jonas Smedegaard
2025-04-28
tighten code
Jonas Smedegaard
2025-04-28
Merge branch 'main' of xayide:/home/www-ruc-git/public_websites/source.abcde....
Jonas Smedegaard
2025-04-28
add intellij module metadata
Ian Valentin Christensen
2025-04-28
include current vertex in set
Jonas Smedegaard
2025-04-28
add back a bit of debug
Jonas Smedegaard
2025-04-28
fix function nonOverlapping()
Jonas Smedegaard
2025-04-28
intellij stuff
Ian Valentin Christensen
2025-04-28
rename function isConnected() -> assertConnected()
Jonas Smedegaard
2025-04-28
draft...
Jonas Smedegaard
2025-04-28
fix path for target build-% in make snippet java.mk
Jonas Smedegaard
2025-04-28
tidy: wrap long line
Jonas Smedegaard
2025-04-28
refine build documentation
Jonas Smedegaard
[prev]
[next]