ljacqu
b3d0a71dec
Merge ListUtil into StringUtil; refactor HelpSyntaxHelper + create test
...
The HelpSyntaxHelper had suppressed warnings for string concatenation within StringBuilder - the point of the StringBuilder is that it is faster when you use it to concatenate many elements. If you still use string concatenation with + within these calls it beats the purpose.
2015-11-21 17:19:11 +01:00
ljacqu
a3f24bcb9a
Create test for HelpSyntaxHelperTest
2015-11-21 17:18:58 +01:00
Gabriele C
118c79401a
Prepare the project for javadocs
2015-11-21 01:27:06 +01:00
Tim Visée
3500ee6fb7
Replaced code that used legacy deprecated permissions methods
2015-11-20 20:23:03 +01:00
Gabriele C
175da3f6fc
Cleanup!
2015-11-01 23:35:10 +01:00
Tim Visée
53a2e8f9f0
Implemented plugin name in help page header
2015-11-01 16:59:07 +01:00
Tim Visée
8b4d8a489c
Fixed and improved CommandDescriptor class
2015-11-01 16:16:48 +01:00
Tim Visée
aff503c11c
Fixed HelpProvider class
2015-11-01 16:13:49 +01:00
Tim Visée
59d8ced86d
Fixed imports of HelpSyntaxHelper class
2015-11-01 16:01:59 +01:00
Tim Visée
96d2208817
Fixed HelpPrinter class
2015-11-01 16:01:44 +01:00
Tim Visée
ab8eee3be9
Added string utilities class, fixed some imports
2015-11-01 15:38:49 +01:00
Tim Visée
eeec8ca228
Moved new command handler system to new package
2015-11-01 15:34:13 +01:00