Stuart Kent
a7489e5ddd
Merge pull request #606 from morrme/change-remove-final
change: remove "final" from test class declaration
9 년 전
morrme
8ccac296a5
change: remove "final" from test class declaration
Closes: #571
9 년 전
FridaTveit
8b8d628a6c
binary-search: make test class less DRY [Fix #602 ] (#603 )
* binary-search: make test class less DRY
* binary-search: use collections emptylist and singletonlist
9 년 전
FridaTveit
04e4702a2c
Merge pull request #601 from exercism/build-script-idiomatic
Use idiomatic string interpolation in build file
9 년 전
morrme
d7eb7de53b
difference-of-squares: remove "final" from test class (#595 )
* difference-of-squares: remove "final" from test class
* Update DifferenceOfSquaresCalculatorTest.java
9 년 전
FridaTveit
30a68cfdd7
Merge pull request #598 from exercism/acronym-update-tests
acronym: update to latest canonical data
9 년 전
Stuart Kent
38e8cbab5d
Use idiomatic string interpolation in build file
9 년 전
FridaTveit
e898424f5c
Merge pull request #589 from exercism/doubly-linked-list-exercise-generics
linked-list: exercise generics via tests
9 년 전
Stuart Kent
909ffba44c
acronym: update to latest canonical data
9 년 전
FridaTveit
4ba32d6b16
Merge pull request #588 from exercism/548-fix
triangle: update starter implementation
9 년 전
FridaTveit
8fe9c1977a
Merge pull request #587 from exercism/546-fix
luhn: update starter implementation
9 년 전
FridaTveit
da79275dfd
Merge pull request #586 from exercism/545-fix
sum-of-multiples: update starter implementation
9 년 전
FridaTveit
de4147e249
Merge pull request #585 from exercism/544-fix
secret-handshake: update starter implementation
9 년 전
Stuart Kent
e2ef44d56e
Merge pull request #594 from morrme/lsp-remove-final
largest-series-product: remove "final" from class declaration
9 년 전
Stuart Kent
77fdb302b8
Merge pull request #596 from morrme/diamond-remove-final
diamond: remove "final" from test class declaration
9 년 전
morrme
0b65f67daf
diamond: remove "final" from test class declaration
see #571
9 년 전
morrme
bc2fc2fbf7
largest-series-product: remove "final" from class declaration
See #571
9 년 전
Stuart Kent
caa3b3e5d5
Merge pull request #593 from morrme/mine-remove-final
minesweeper: remove "final" from class declaration
9 년 전
Stuart Kent
16d65cbbfe
Merge pull request #592 from morrme/perfect-numbers-remove-final
perfect-numbers: remove "final" from class declaration
9 년 전
Stuart Kent
77fcb80014
Merge pull request #591 from morrme/rectangles-remove-final
rectangles: remove "final" from class declaration
9 년 전
Stuart Kent
f2497e99a4
Merge pull request #590 from morrme/queen-remove-final
queen-attack: remove "final" from class declaration
9 년 전
morrme
2c8ab70564
minesweeper: remove "final" from class declaration
see #571
9 년 전
morrme
ec9f067606
perfect-numbers: remove "final" from class declaration
see #571
9 년 전
morrme
12d4f627ac
rectangles: remove "final" from class declaration
see #571
9 년 전
morrme
0e4fa84fc5
queen-attack: remove "final" from class declaration
See #571
9 년 전
Stuart Kent
c726f0089d
linked-list: exercise generics via tests
9 년 전
Stuart Kent
5ca3f18b04
triangle: fix access modifiers in example
9 년 전
Stuart Kent
089d8bbdf9
triangle: update starter implementation
9 년 전
Stuart Kent
6d7fcdf6d0
Remove unnecessary constructors from exception class
9 년 전
Stuart Kent
3b21174589
luhn: update starter implementation
9 년 전
Stuart Kent
43576c5c3a
sum-of-multiples: update starter implementation
9 년 전
Stuart Kent
ae3268ea54
secret-handshake: update starter implementation
9 년 전
Stuart Kent
3e55b7d00a
Merge pull request #574 from FridaTveit/AddHintFileToRnaTranscription
hello-world: explain UnsupportedOperationException in HINT.md file [Fix #350 ]
9 년 전
Frida Johanne Tveit
8922256d48
hello-world: reword HINT.md
9 년 전
FridaTveit
05bc1f7d5e
Merge pull request #583 from morrme/robot-remove-final
robot-simulator: remove "final" keyword from test declaration
9 년 전
morrme
63ec173804
robot-simulator: remove "final" keyword from test declaration
See #571
9 년 전
FridaTveit
0c4b33dc53
Merge pull request #580 from morrme/flattener-remove-final
flatten-array: remove final from class name
9 년 전
FridaTveit
db4c04e311
Merge pull request #581 from morrme/ocr-remove-final
ocr-numbers: remove "final" keyword from test declaration
9 년 전
FridaTveit
91fd45eee9
Merge pull request #582 from morrme/secret-handshake-remove-final
secret-handshake: remove "final" keyword from test declaration
9 년 전
morrme
01d1393cc9
secret-handshake: remove "final" keyword from test declaration
See #571
9 년 전
morrme
7707152916
ocr-numbers: remove "final" keyword from test declaration
See #571
9 년 전
morrme
7f89b27006
remove final from class name
see #571
9 년 전
FridaTveit
6b268e2bec
Merge pull request #560 from exercism/538-gigasecond-starter
gigasecond: standardize starter implementation
9 년 전
Stuart Kent
0fb1f02f20
Merge pull request #578 from FridaTveit/AddNewExercisesToSettings
Add kindergarten-garden and run-length-encoding to settings.gradle
9 년 전
Stuart Kent
581761deee
gigasecond: revert parameter name change
9 년 전
FridaTveit
7afc483503
Merge pull request #575 from morrme/wps-remove-final
wordy: remove "public final" from test class
9 년 전
FridaTveit
ee515bc7e9
Merge pull request #576 from morrme/bracket-remove-final
bracket-push: remove "public final" from test class
9 년 전
FridaTveit
a7bc8fb955
Merge pull request #577 from morrme/base-remove-final
all-your-base: remove "public final" from test class
9 년 전
Frida Johanne Tveit
e1162b2588
Add kindergarten-garden and run-length-encoding to settings.gradle
9 년 전
Frida Johanne Tveit
79599783d3
hello-world: add hint file which explains UnsupportedOperationException
This hint file should be added to this exercise as it is the first one
which uses UnsupportedOperationException. The file has been moved from
rna-transcription as that exercise comes later in the track.
9 년 전