|
02dfe82204
|
Refactor abstract classes, interfaces, and utils to a separate project CodeStatisticsCore
|
2016-06-23 02:05:37 +02:00 |
|
|
0997de99bd
|
Add last Java statement counting with method return count in the template
|
2016-03-17 16:54:19 +01:00 |
|
|
f8b1defc97
|
Add Java if/else statement counting
|
2016-03-17 16:03:06 +01:00 |
|
|
6b0f09393e
|
Add Java try, catch, finally statement counting
|
2016-03-17 15:26:56 +01:00 |
|
|
9c46d439de
|
Add Java switch and case counting
|
2016-03-17 14:13:53 +01:00 |
|
|
2150737e7e
|
Add Java cycle counting
|
2016-03-17 03:10:12 +01:00 |
|
|
99d89e7ca1
|
Work on Java code block parsing (custom parser with keyword finding)
|
2016-03-17 01:33:48 +01:00 |
|
|
3862f3005b
|
Move global Java info from JavaState to JavaGlobalInfo class
|
2016-03-10 17:25:27 +01:00 |
|
|
6ac8392424
|
Add WIP Java code block event for control flow stats
|
2016-03-08 22:47:27 +01:00 |
|
|
00936d2cb7
|
Add field and method amount and type counting
|
2016-03-06 03:20:11 +01:00 |
|
|
650f3c82d6
|
Update JavaState.AnnotationUses to use CounterDictionary
|
2016-03-06 03:03:56 +01:00 |
|
|
b7e9f93291
|
Refactor JavaState.ReadPackage
|
2016-03-06 02:53:44 +01:00 |
|
|
fb73309037
|
Add a Java annotation use counter that uses an event in JavaCodeParser
|
2016-03-06 00:59:53 +01:00 |
|
|
82767aaaa4
|
Add Java identifier statistics and lists
|
2016-02-28 13:35:49 +01:00 |
|
|
4984e5f4b5
|
Fix spelling and rename skip-read methods in JavaCodeParser
|
2016-02-24 12:54:11 +01:00 |
|
|
6197b4b2cc
|
Move a bunch of Java parsing methods to the parser class from JavaState
|
2016-02-24 02:44:02 +01:00 |
|
|
3f42cfcf6d
|
Add Java Type reading to JavaState and update the Type class to be a Member
|
2016-02-24 02:00:55 +01:00 |
|
|
699b32b8d6
|
Add Java Member class and annotation & modifier list reading methods
|
2016-02-24 02:00:18 +01:00 |
|
|
bd9dcf3920
|
Rename ImportStatement to Import
|
2016-02-23 18:20:40 +01:00 |
|
|
205d201a9c
|
Move JavaCharacters and JavaParseUtils to Java.Utils namespace
|
2016-02-23 17:40:46 +01:00 |
|
|
f5caac32e0
|
Add Java import parsing and stats
|
2016-02-23 16:52:38 +01:00 |
|
|
7186fec76d
|
Work on Java parsing (fix unused PrepareCodeFile, add package count)
|
2016-02-23 16:23:38 +01:00 |
|
|
f316ae6e34
|
Move Java space skipping to JavaState from JavaCodeParser
|
2016-02-23 15:41:28 +01:00 |
|
|
a9800c8a48
|
Implement package declaration reading in Java files
|
2016-02-23 14:54:02 +01:00 |
|
|
cc97f3938e
|
Push current status of Java parsing (unfinished package reading, string.Empty tweak)
|
2016-02-22 17:21:24 +01:00 |
|
|
9502461ba2
|
Add a basic skeleton for JavaCodeParser class to handle java code files
|
2016-02-22 14:36:53 +01:00 |
|
|
899ab4516e
|
Do minor refactoring (convert JavaFileInfo to class, rename ProcessCodeFile)
|
2016-02-21 22:53:01 +01:00 |
|
|
3656b240c9
|
Add essential Java handling classes
|
2016-02-19 15:57:12 +01:00 |
|