[root]/src/gui/src/main/java/com/realtime/crossfire/jxclient/commands
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 32 (100.0%) | 121 (100.0%) | 3.7 |
akirschbaum | 30 (93.8%) | 71 (58.7%) | 2.3 |
ryo_saeba | 2 (6.3%) | 50 (41.3%) | 25.0 |
Replace if statements with switch statements.
23 lines of code changed in 3 files:
Use stream API.
1 lines of code changed in 2 files:
Simplify code.
3 lines of code changed in 5 files:
Consistently format sources.
33 lines of code changed in 1 file:
Allow 'bindings' command to filter matches.
2 lines of code changed in 1 file:
Add @Override annotation.
0 lines of code changed in 2 files:
Simplify code.
0 lines of code changed in 1 file:
Simplify code.
5 lines of code changed in 10 files:
Fix Javadoc issues.
5 lines of code changed in 4 files:
Add a 'bindings' command listing active key bindings.
48 lines of code changed in 1 file:
Split off protocol module from network module. This solves a cyclic dependency between the network and model modules.
1 lines of code changed in 2 files: