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 (
Collapse
)
Author
8 days
add {}
Ian Valentin Christensen
8 days
fix implementation of disjoint
Ian Valentin Christensen
8 days
use record for private class ActivityColumn
Jonas Smedegaard
8 days
Revert "adjust disjoint to always return 11 sets"
Ian Valentin Christensen
This reverts commit 41bccd9e2c0ad169670a1206e4f9c0c1d4b084dd.
8 days
set variable LABEL_STYLE final
Jonas Smedegaard
8 days
git-ignore folder /mods/; git-ignore jar files only at root; stop git-ignore ↵
Jonas Smedegaard
class files
8 days
adjust disjoint to always return 11 sets
Ian Valentin Christensen
8 days
add editorconfig config file, hinting to use tabs for indentation
Jonas Smedegaard
8 days
tidy: define variables separately
Jonas Smedegaard
8 days
tidy: declare method modifiers ordered according to Java Language ↵
Jonas Smedegaard
Specification (JLS)
8 days
tidy whitespace
Jonas Smedegaard
8 days
wrap long lines
Jonas Smedegaard
8 days
update checkstyle config: restrict linelength to 73 chars
Jonas Smedegaard
8 days
tidy whitespace
Jonas Smedegaard
8 days
set methods final to avoid uncertain subclassing
Jonas Smedegaard
8 days
drop superfluous import
Jonas Smedegaard
8 days
always use brace in for- and if-construct
Jonas Smedegaard
8 days
explicitly define magic numbers
Jonas Smedegaard
8 days
tidy whitespace
Jonas Smedegaard
8 days
declare variables final when possible
Jonas Smedegaard
8 days
require javafx.controls transitively
Jonas Smedegaard
9 days
drop unused variable MyDB from view class Window
Jonas Smedegaard
9 days
rename class Combi -> Graph
Jonas Smedegaard
9 days
make class AbstractGraph public
Jonas Smedegaard
9 days
drop legacy commented out code
Jonas Smedegaard
9 days
rename class Model -> Database; rename variable model -> store
Jonas Smedegaard
9 days
split class HelloApplication into classes Main and Window
Jonas Smedegaard
9 days
define class HelloApplication as final to ensure reliable initialization
Jonas Smedegaard
9 days
fix typo in comment
Jonas Smedegaard
9 days
generalize and tighten styling
Jonas Smedegaard
9 days
make class MyDB public
Jonas Smedegaard
9 days
fix rename file MyDb.java -> MyDB.java to match class name
Jonas Smedegaard
9 days
add and improve javadoc
Jonas Smedegaard
9 days
add dummy javadoc to silence warnings
Jonas Smedegaard
9 days
define parameterized type for ComboBox (not later cast type)
Jonas Smedegaard
9 days
tidy: avoid redundant cast to String
Jonas Smedegaard
9 days
move comments above code
Jonas Smedegaard
9 days
fix drop copyright and licensing statements from code received from lecture
Jonas Smedegaard
9 days
declare explicit import statements (not wildcard)
Jonas Smedegaard
9 days
add SPDX license notices: GPL-3+
Jonas Smedegaard
9 days
add SPDX copyright notices
Jonas Smedegaard
9 days
use TAP-indentation
Jonas Smedegaard
9 days
drop dummy class HelloController
Jonas Smedegaard
9 days
split classes into separate files
Jonas Smedegaard
9 days
add checkstyle settings
Jonas Smedegaard
9 days
include module com.example.portfolio2 in makefile
Jonas Smedegaard
9 days
drop superfluous JavaFX FXML-related imports
Jonas Smedegaard
9 days
add module com.example.portfolio2 from Ian
Jonas Smedegaard
9 days
rename function nonOverlapping() -> disjoint(), tidy comments
Jonas Smedegaard
9 days
tighten output
Jonas Smedegaard
[next]