Commit Graph

61 Commits

Author SHA1 Message Date
Kui LIU 4cdedcc718 Add new fields. 2017-08-04 13:48:17 +02:00
Kui LIU 7d5d61a85f Add a timeout to TestParser. 2017-08-04 13:46:45 +02:00
Kui LIU 501cc50e70 Implement the process of bug localization. 2017-08-04 13:45:42 +02:00
Kui LIU 690253867d Optimize the algorithm of regrouping GumTree results. 2017-08-04 13:44:19 +02:00
Kui LIU 3b106ed586 Correct the method of scanning java project. 2017-08-04 13:42:34 +02:00
Kui LIU 5b7cd51e4d Output the sizes of common clusters. 2017-08-04 13:36:54 +02:00
Kui LIU f23b7fb859 Corrent the file path. 2017-08-04 13:33:37 +02:00
Kui LIU 39b74dedbe Increase the number of workers. 2017-08-03 16:18:07 +02:00
Kui LIU 8ef5674680 Update 2017-08-03 16:12:21 +02:00
Kui LIU f2117d4483 Implement the parsing of violations. 2017-08-03 15:43:00 +02:00
Kui LIU fd81abc4cb Fix the bug of canonicalizing variable names. 2017-08-03 15:39:46 +02:00
Kui LIU 371c062e37 Improve the shortcoming of tokenizing simple trees. 2017-08-03 15:38:56 +02:00
Kui LIU b0ea6a3dda Correct the typo of a field name. 2017-08-03 15:38:16 +02:00
Kui LIU baf6b06eed Add deep learning models. 2017-08-02 23:49:27 +02:00
Kui LIU cbddfdec34 Decrease the number of workers. 2017-08-02 13:42:47 +02:00
Kui LIU 1c7d58c17c Fix the StringIndexOutOfBoundsException int Tokenizer. 2017-08-02 13:40:43 +02:00
Kui LIU 13ed0c16f4 Release some data. 2017-08-01 15:02:00 +02:00
Kui LIU 0d5d858dee Implement parsing testing java projects. 2017-08-01 12:14:27 +02:00
Kui LIU 000d04f90a Update 2017-08-01 12:12:11 +02:00
Kui LIU 0431cd4fbb Update token vectorization of buggy code. 2017-08-01 11:29:39 +02:00
Kui LIU cb9098067d Output tokens of buggy code. 2017-08-01 08:59:08 +02:00
Kui LIU c0cbd89b9d Add utils. 2017-07-31 23:27:16 +02:00
Kui LIU df55832113 Create a checker. 2017-07-31 23:19:57 +02:00
Kui LIU 547d209af0 Remove the modifications of StringLiteral and CharacterLiteral. 2017-07-31 23:18:21 +02:00
Kui LIU 9125f12564 Fix 4 bugs. 2017-07-31 23:17:21 +02:00
Kui LIU b68fe24d47 Remove multipleStatements modification. 2017-07-31 23:16:20 +02:00
Kui LIU cd1bbcfd84 Fix the wrong condition of IfStatement. 2017-07-31 21:20:50 +02:00
Kui LIU 4febcdbb23 Modify the condition of break while statement. 2017-07-31 21:20:13 +02:00
Kui LIU e0b4b7c47f Simplify SimpleType. 2017-07-31 18:12:26 +02:00
Kui LIU b1a1c15b2b Fix the bug of filtering algorithm. 2017-07-31 15:06:11 +02:00
Kui LIU c425055692 Update HunkParser with the update of SingleStatementParser. 2017-07-31 12:19:02 +02:00
Kui LIU a2d26e78d3 Add a BreakStatement. 2017-07-31 12:18:08 +02:00
Kui LIU 43e0c33574 Remove the data which are useless for current situation. 2017-07-31 11:31:04 +02:00
Kui LIU a0b6ad71b4 Fix the bug of getting statements' label. 2017-07-31 11:28:10 +02:00
Kui LIU a29c3c7825 Delete simplified trees except canonical simple trees to save more space. 2017-07-31 11:26:24 +02:00
Kui LIU 60a8858952 Add a parameter to the createActionSet method. 2017-07-31 11:01:06 +02:00
Kui LIU 9fa6bae24c Optimize the algorithm of parsing GumTree result actions. 2017-07-31 10:53:50 +02:00
Kui LIU 34f2b0ef05 Fix the bug of reading diffentry hunks. 2017-07-31 10:43:18 +02:00
Kui LIU b4591c047e Update 2017-07-31 10:15:57 +02:00
Kui LIU 925a1666b6 Ignore INS actions. 2017-07-27 14:53:54 +02:00
Kui LIU 0c8512a07a Update configuration. 2017-07-25 23:16:34 +02:00
Kui LIU 0e68ae20a5 Output GumTree results step by step. 2017-07-25 23:03:08 +02:00
Kui LIU 9c15f58287 Add a configuration. 2017-07-25 16:17:47 +02:00
Kui LIU 86d210d9ad Output buggy trees and edit script sizes. 2017-07-25 16:08:45 +02:00
Kui LIU 97a56960b9 Get the sizes of all editscripts. 2017-07-25 15:56:23 +02:00
Kui LIU 9a5d3e0955 Add a log to track the parsing process. 2017-07-25 15:44:08 +02:00
Kui LIU d04b041ff2 Output the simple tree of buggy code. 2017-07-25 15:35:17 +02:00
Kui LIU e7a4fd6eca Fix the issue of getting patch source code, and rename the package and class to make them consistent. 2017-07-25 11:29:13 +02:00
Kui LIU 73fedd9a46 Get the max size of edit scripts. 2017-07-24 17:08:01 +02:00
Kui LIU 3e97dc6e83 Fix the issue of getting buggy statements and fixed statements. 2017-07-24 16:16:06 +02:00