|
625cacb198
|
[fix] Fix use of computeIfPresent with HashMap with possible null values
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2021-11-07 12:22:11 +01:00 |
|
|
b38980eeb5
|
[chore] Move InterruptedIOException full name into documentation.
This avoids unnecessarily importing it.
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2021-11-07 11:59:32 +01:00 |
|
|
7b7d0e6747
|
[style] protected context for constructor of abstract classes
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2021-11-07 11:57:13 +01:00 |
|
|
8643b69054
|
[refactor] Use mapping computeIfPresent/Absent for conditional branch
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2021-11-07 11:55:21 +01:00 |
|
|
d726312341
|
[fix] Use string concatenation in delegated function for logging
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2021-11-07 11:45:29 +01:00 |
|
|
2ece273148
|
[fix] Put wait in while loops to consider spurious interruptions.
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2021-11-07 11:44:20 +01:00 |
|
|
63de5448de
|
[refactor] Reduced complexity of argument reading by one by refactoring
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2021-11-07 11:32:33 +01:00 |
|
|
51d8caa51e
|
[fix] Unclosed stream wrapped in delegating stream.
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2021-11-07 11:22:40 +01:00 |
|
|
5c7635f550
|
Fix cycle
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2019-06-09 12:13:41 -04:00 |
|
|
54a267092d
|
Moved util class to the right package
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2019-06-08 20:13:39 -04:00 |
|
|
04902c9868
|
Remove unecessary method call
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2019-06-08 11:27:20 -04:00 |
|
|
9cf30ef7d2
|
#4 #5 Update exception of script command
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2019-06-08 10:55:35 -04:00 |
|
|
3960b10e8e
|
#3 Add null chack for command name
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2019-06-08 10:50:51 -04:00 |
|
|
92a664d193
|
Fix javadoc
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2019-05-06 21:14:26 -04:00 |
|
|
e5c3bb0152
|
Replace ConstantString by lambda expression
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2019-05-06 20:51:12 -04:00 |
|
|
f459f78a75
|
#2 add removal of escaped character from last argument in line.
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2019-05-06 19:53:55 -04:00 |
|
|
583f3146fd
|
Removed declaration of runtime exception
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-12-01 12:01:44 -05:00 |
|
|
8b52ba5d49
|
Licensing
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-12-01 11:48:34 -05:00 |
|
|
18b98997d3
|
Move console IO implemetations. #1 fixed
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-12-01 11:45:16 -05:00 |
|
|
0e1c69dab7
|
Moved output forward runnable
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-12-01 11:38:53 -05:00 |
|
|
c206b5b22c
|
Changed prompt interruption contract
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-12-01 10:54:51 -05:00 |
|
|
c4bbfd8434
|
Moved console input/output implementations
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-12-01 10:54:30 -05:00 |
|
|
1fa1f168c8
|
Added documentation
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-11-30 21:30:13 -05:00 |
|
|
d0a286d45a
|
Allow access to output forward to subclasses
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-11-30 10:44:05 -05:00 |
|
|
9374c5a681
|
Added message notifications.
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-11-26 10:40:40 -05:00 |
|
|
bcd0faceef
|
Fixed runnable to allow acces to pending messages
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-11-25 11:22:37 -05:00 |
|
|
ad79e3ccb6
|
Change to Supplier. Fix tests
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-11-25 09:16:38 -05:00 |
|
|
0ab39b24f6
|
Fix available message test
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-10-27 14:02:31 -04:00 |
|
|
0e422a81ce
|
Added equals
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-10-27 14:01:53 -04:00 |
|
|
674333a42c
|
Added comment and test
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-10-26 10:09:33 -04:00 |
|
|
7e3b727024
|
Add echo command
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-10-26 09:06:28 -04:00 |
|
|
ba26a70daa
|
Minor javadoc
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-10-14 18:24:54 -04:00 |
|
|
4301f2a15e
|
Fix test and wait
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-10-14 18:15:49 -04:00 |
|
|
2a05366e31
|
REmoved unnecessary boolean variable
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-10-14 11:04:13 -04:00 |
|
|
bd44b5bf85
|
Added empty else for readability
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-10-14 11:02:14 -04:00 |
|
|
4e804325e6
|
Removed initialisation to default
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-10-14 11:02:05 -04:00 |
|
|
ae5dc1aeba
|
Move help command to package of defined commands
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-10-14 10:55:55 -04:00 |
|
|
d5a7d4a16f
|
Avoid contains and get calls on same key in map
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-10-14 10:04:08 -04:00 |
|
|
50ac6eec06
|
Moved out increments
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-10-14 09:28:04 -04:00 |
|
|
74c66dcbdd
|
Moved listeners from list to set
|
2018-10-14 09:26:55 -04:00 |
|
|
7c94dea7b5
|
Avoid multiple creation of empty array
|
2018-10-14 09:26:27 -04:00 |
|
|
a580133945
|
Removed method with constant return
|
2018-10-14 09:26:07 -04:00 |
|
|
38fe457f47
|
Formating in logs
|
2018-10-11 12:50:19 -04:00 |
|
|
159805701c
|
Fixed run lockings
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-10-11 12:43:17 -04:00 |
|
|
f7876dc964
|
Remove unused final modifiers
|
2018-10-11 12:38:09 -04:00 |
|
|
c4db9f43fb
|
Clean up and format
|
2018-10-11 12:29:49 -04:00 |
|
|
67abd91f72
|
Use concurrent hash map, where possible
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
|
2018-10-11 12:13:21 -04:00 |
|
|
7934ab7435
|
Removed unnecessary exception
|
2018-10-11 12:09:42 -04:00 |
|
|
761d640f0b
|
Synchronization organisation
|
2018-10-11 12:09:24 -04:00 |
|
|
98d22782c1
|
Collections initial size
|
2018-10-11 12:08:59 -04:00 |
|