1
0
Fork 0
Commit Graph

32 Commits

Author SHA1 Message Date
chylex 10d62b6b75 Move files around and redo build configurations 2016-09-30 02:38:58 +02:00
chylex af6e108560 Address code analysis 2016-09-05 15:37:05 +02:00
chylex b6670a0022 Fix formatting (missing space after comma in method calls) 2016-09-05 15:17:57 +02:00
chylex 0838daaa26 Move Java handling to a separate project 2016-06-24 14:22:05 +02:00
chylex 02dfe82204 Refactor abstract classes, interfaces, and utils to a separate project CodeStatisticsCore 2016-06-23 02:05:37 +02:00
chylex 610af8260c Separate Windows and Mono project configurations 2016-03-12 15:29:27 +01:00
chylex 08fc37be1c Add StringUtils.CapitalizeFirst with unit tests 2016-03-05 17:11:48 +01:00
chylex f6e07f3247 Remove all unused methods from StringUtils 2016-03-05 17:10:13 +01:00
chylex 5722acbb09 Remove unused 'using' directives and redundant field initialization 2016-02-27 15:36:44 +01:00
chylex 6a0d8607c3 Add JavaCodeParser.ReadToIfBalanced with unit tests 2016-02-24 18:37:28 +01:00
chylex f0daf254b5 Add JavaCodeParser.SkipToIfBalanced with unit tests 2016-02-24 18:15:25 +01:00
chylex 205d201a9c Move JavaCharacters and JavaParseUtils to Java.Utils namespace 2016-02-23 17:40:46 +01:00
chylex 32daad3651 Add CodeParser.ReadToSkip and update CodeParser unit tests 2016-02-23 16:33:45 +01:00
chylex 5989531bd6 Add CodeParser.ReadTo with unit tests 2016-02-23 14:46:30 +01:00
chylex 48823c2ece Add CodeParser.SkipIfMatch with unit tests 2016-02-23 14:35:24 +01:00
chylex b7055cee67 Rename SkipBlockGet to ReadBlock and NextIdentifier to ReadIdentifier 2016-02-22 23:03:57 +01:00
chylex aca1a447b5 Add JavaCodeParser.ReadAnnotation with unit tests 2016-02-22 16:52:20 +01:00
chylex 118977a57c Add JavaParseUtils.FullToSimpleName with unit tests 2016-02-22 16:40:14 +01:00
chylex b39c6ded32 Add identifier reading to CodeParser with unit tests 2016-02-22 13:53:28 +01:00
chylex 5912301e06 Add documentation and unit tests for CodeParser.Clone 2016-02-22 13:45:24 +01:00
chylex 56fae34448 Add public CodeParser cloning, fix SubstrIndex again, add Skip 2016-02-22 13:26:06 +01:00
chylex 21519be744 Improve unit tests for CodeParser and fix a block reading cursor index bug 2016-02-22 13:10:01 +01:00
chylex 0decbbfec3 Add a basic CodeParser class for code navigation plus unit tests 2016-02-22 02:03:02 +01:00
chylex 599f644a87 Add CharacterRangeSet with unit tests 2016-02-21 23:00:10 +01:00
chylex e84c84d3d9 Remove old JavaParserTests unit test class 2016-02-21 11:50:32 +01:00
chylex da15893b34 Add IOUtils with file/directory related functions (+unit tests) 2016-02-20 15:39:02 +01:00
chylex 76c737267f Add ParseUtilsTests with a test for CountCharacters 2016-02-19 16:23:11 +01:00
chylex 606d742097 Rename ParseUtilsTests to StringUtilsTests 2016-02-19 15:53:57 +01:00
chylex 3adc7d29fa Move ParseUtils to Handling/Utils namespace 2016-02-18 21:57:10 +01:00
chylex edcd54df82 Move ParseUtils to Handling/Parsing namespace 2016-02-17 17:06:45 +01:00
chylex 65351ff5f1 Move ParseUtils to a different namespace 2016-02-16 23:59:47 +01:00
chylex 79bb169e60 Move unit tests to a separate CodeStatisticsTests project 2016-02-16 21:54:54 +01:00