skylot
|
c7b8508c6f
|
Merge pull request #29 from riboribo/master
Extended convertInvoke to support more StringBuilder formats
|
2014-12-03 22:50:27 +03:00 |
|
Bob Flavin
|
c35f6e2543
|
Extended convertInvoke to handle calls to StringBuilder constructor with
arguments, ie: new StringBuilder("str") or new
StringBuilder(String.valueOf(var))
|
2014-12-03 12:34:02 -05:00 |
|
Bob Flavin
|
8052a90d04
|
Extended string concatenation code to handle arguments in 'new
StringBuilder()' constructer, ie 'new StringBuilder("str")' or 'new
StringBuilder(String.valueof(varName))'
|
2014-12-03 11:58:04 -05:00 |
|
Skylot
|
3d20d7d330
|
core: improve 'finally' extraction, refactor instructions
|
2014-11-29 20:48:04 +03:00 |
|
Skylot
|
5e722c6827
|
fix issues reported by coverity
|
2014-11-29 20:48:04 +03:00 |
|
Skylot
|
10198bc87f
|
gui: update RSyntaxTextArea version, refactor new version checks
|
2014-11-29 20:47:54 +03:00 |
|
Skylot
|
a6b4043e8c
|
update gradle and dependencies
|
2014-11-29 16:08:29 +03:00 |
|
Skylot
|
9cea0163fa
|
core: fix BlockNode hashCode function
|
2014-11-29 14:43:51 +03:00 |
|
Skylot
|
577176dd31
|
core: implement 'finally' block extraction
|
2014-11-26 22:00:47 +03:00 |
|
Skylot
|
a135eb44f3
|
core: check registers numbers, fix fallback mode
|
2014-11-13 22:42:52 +03:00 |
|
Skylot
|
252ed0e1e4
|
bump version
|
2014-11-09 16:48:21 +03:00 |
|
Skylot
|
fcb120a3ed
|
core: suppress type error exception
v0.5.4
|
2014-11-09 15:34:19 +03:00 |
|
Skylot
|
988628a2e7
|
core: fix variable declaration used in several loops
|
2014-11-09 14:55:33 +03:00 |
|
Skylot
|
c24cdf5cc1
|
core: fix constructor instruction replacement
|
2014-11-08 20:38:22 +03:00 |
|
Skylot
|
d748e004d2
|
core: fix missing parenthesis in conditions
|
2014-11-08 20:38:22 +03:00 |
|
Skylot
|
380b73d1b9
|
core: sort methods by source line number
|
2014-11-08 20:38:17 +03:00 |
|
Skylot
|
ef85e29a9b
|
core: improve 'break' and 'continue' insertion
|
2014-11-07 23:03:32 +03:00 |
|
Skylot
|
1daf5d1090
|
core: fix condition processing (resolve #25)
|
2014-11-07 21:39:27 +03:00 |
|
Skylot
|
9d2c0e4aea
|
core: fix type inference and const inline for arrays
|
2014-11-07 20:07:18 +03:00 |
|
Skylot
|
7277ebb9c4
|
core: expand arrays for vararg arguments
|
2014-11-04 15:42:48 +03:00 |
|
Skylot
|
c18074f6aa
|
core: insert 'continue' instruction
|
2014-11-03 22:31:21 +03:00 |
|
Skylot
|
8a706193e7
|
core: fix indexed loop checks
|
2014-11-03 22:04:42 +03:00 |
|
Skylot
|
9d77f5f5df
|
update dx library and dependencies
|
2014-11-03 15:22:49 +03:00 |
|
Skylot
|
6951d0e646
|
core: use NotNull and Nullable annotations
|
2014-11-03 15:13:52 +03:00 |
|
Skylot
|
73dd55eac2
|
core: fix code style issues
|
2014-11-03 15:11:48 +03:00 |
|
Skylot
|
b5a9389cc6
|
core: fix variables inline in 'catch' block
|
2014-11-03 14:53:27 +03:00 |
|
Skylot
|
d905c96fbe
|
core: refactor 'catch' clause variable processing
|
2014-11-02 19:06:41 +03:00 |
|
Skylot
|
03f03f85af
|
core: replace removed synthetic constructor
|
2014-11-01 15:46:57 +03:00 |
|
Skylot
|
2b00a8a406
|
core: disable parenthesis remove (break code in most cases)
|
2014-10-25 22:36:21 +04:00 |
|
Skylot
|
f31c2dcd21
|
core: fix processing 'if' at loop end
|
2014-10-24 23:12:42 +04:00 |
|
Skylot
|
7699cfac02
|
tests: fix build on Windows
|
2014-10-23 21:30:46 +04:00 |
|
Skylot
|
5c48a457b4
|
fix code style issues
|
2014-10-19 19:07:15 +04:00 |
|
Skylot
|
b5f439e1aa
|
tests: reformat code
|
2014-10-19 18:01:32 +04:00 |
|
Skylot
|
202fe5a0a9
|
core: fix links for fields in nested classes
|
2014-10-18 23:08:15 +04:00 |
|
Skylot
|
68ccf57bd4
|
core: fix type detection for method arguments
|
2014-10-18 23:08:10 +04:00 |
|
Skylot
|
84970759d8
|
core: fix switch over enum with several enums in class
|
2014-10-14 22:38:29 +04:00 |
|
Skylot
|
53cac58ebe
|
core: fix processing of last instruction in 'try' block
|
2014-10-11 22:44:26 +04:00 |
|
Skylot
|
adc32ed319
|
fix minor issues
|
2014-10-11 22:44:26 +04:00 |
|
Skylot
|
7f0815a7b2
|
core tests: add option for compile test without debug info
|
2014-10-11 22:21:40 +04:00 |
|
Skylot
|
68f5565b63
|
core: improve processing of 'try/catch' and 'break' in loops
|
2014-10-11 22:21:30 +04:00 |
|
Skylot
|
c552fb857d
|
core tests: replace several classes in dynamic class loader, add additional checks
|
2014-10-07 22:19:54 +04:00 |
|
Skylot
|
8a4ec47b92
|
core: support break with label for simple cases
|
2014-09-29 23:44:36 +04:00 |
|
Skylot
|
d281126337
|
core: fix processing try/catch in loop
|
2014-09-27 20:09:25 +04:00 |
|
Skylot
|
4fb6ada5ec
|
core: fix type inference for phi nodes
|
2014-09-26 22:19:23 +04:00 |
|
Skylot
|
ab924faa1e
|
core: don't remove empty catch blocks
|
2014-09-22 22:48:25 +04:00 |
|
Skylot
|
b12b129af7
|
travis: add jdk8 to build matrix
|
2014-09-22 22:34:44 +04:00 |
|
Skylot
|
017c6b4d42
|
core tests: compile decompiled code
|
2014-09-22 22:25:42 +04:00 |
|
Skylot
|
d55cd5fbb4
|
core tests: organize directories
|
2014-09-22 22:02:42 +04:00 |
|
Skylot
|
13a6b1c8c6
|
core: add 'show inconsistent code' parameter
|
2014-09-20 13:43:55 +04:00 |
|
Skylot
|
0bc37e5d32
|
gui: fix jump manager
|
2014-09-20 13:01:20 +04:00 |
|