index
:
CS2
main
Unnamed repository; edit this file 'description' to name the repository.
Jonas Smedegaard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
com.example.portfolio2
/
com
/
example
/
portfolio2
Age
Commit message (
Expand
)
Author
13 days
tidy whitespace
Jonas Smedegaard
13 days
set methods final to avoid uncertain subclassing
Jonas Smedegaard
13 days
always use brace in for- and if-construct
Jonas Smedegaard
13 days
explicitly define magic numbers
Jonas Smedegaard
13 days
tidy whitespace
Jonas Smedegaard
14 days
declare variables final when possible
Jonas Smedegaard
14 days
drop unused variable MyDB from view class Window
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
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
2025-04-28
add dummy javadoc to silence warnings
Jonas Smedegaard
2025-04-28
define parameterized type for ComboBox (not later cast type)
Jonas Smedegaard
2025-04-28
tidy: avoid redundant cast to String
Jonas Smedegaard
2025-04-28
move comments above code
Jonas Smedegaard
2025-04-28
fix drop copyright and licensing statements from code received from lecture
Jonas Smedegaard
2025-04-28
declare explicit import statements (not wildcard)
Jonas Smedegaard
2025-04-28
add SPDX license notices: GPL-3+
Jonas Smedegaard
2025-04-28
add SPDX copyright notices
Jonas Smedegaard
2025-04-28
use TAP-indentation
Jonas Smedegaard
2025-04-28
drop dummy class HelloController
Jonas Smedegaard
2025-04-28
split classes into separate files
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