- 17 Nov, 2013 7 commits
-
-
pcregut authored
-
pcregut authored
-
pcregut authored
-
pcregut authored
-
pcregut authored
-
pcregut authored
Bug 316398 occurs because the method is forgotten in the equality and so objects that should not be merge (because they are related to different methods) are merged.
-
pcregut authored
Bug 316471 occurs when the annotation field of an annotation is of type class and its name is not in the string table.
-
- 12 Oct, 2013 1 commit
-
-
ebruneton authored
-
- 22 Jun, 2013 1 commit
-
-
pcregut authored
http://forge.ow2.org/tracker/?group_id=23&func=detail&atid=100023&aid=316405 Check that the set of integers can be put in a range. Modify also the generation of instruction so that if the set of registers does not describe a range, nothing is written. A test case has been added to the regression suite.
-
- 08 Jan, 2013 7 commits
-
-
pcregut authored
-
pcregut authored
-
pcregut authored
The old way, we get a multiset of AnnotationSetRefList that we commit to the output. But in fact some are repeated and we should get only one per item. This is a solution. Another is to remove the notion of structural equality. - Bug #316394 - modified version of Vipin Aravind patch
-
pcregut authored
-
pcregut authored
-
pcregut authored
- 18 Nov, 2012 3 commits
- 28 Oct, 2012 1 commit
-
-
pcregut authored
-
- 20 Oct, 2012 3 commits
-
-
pcregut authored
Cleaner code + check that the encoded value is not null. Will raise a failure otherwise and will avoid later errors hard to track.
-
pcregut authored
The outSize was incorrect for an invoke-static/range (one too large). Dexdump will complain because it checks that the out is compatible with the number of register (as it must be built as a slice, it cannot be bigger than the number or registers).
-
- 24 May, 2012 1 commit
-
-
pcregut authored
- Changes to InnerClass annotation: creation of an explicit MemberClass annotation (no more test if name is null, this was wrong for named inner classes) - InnerClass name computed from the real name of the class. It cannot be recomputed on named InnerClasses. - Propagation of the MemberClass annotation to the structure of asmdex (tree visitor, logelements, etc.) - Modification of the test case structure to get more visibility on what is wrong (parameterized test suite) - Updated Junit. - Added test case for Inner and Member class covering all the known variants (static or not, named or not, member not inner).
-
- 17 May, 2012 1 commit
-
-
pcregut authored
Variation on code by Panxiaobo. - adds supportCodeItem to Method. - use it instead of isInterfaceOrAbstract. - adds a test case (helloJni.dex) with a native declaration (sample from the NDK).
-
- 30 Apr, 2012 1 commit
-
-
pcregut authored
visitLabel missing if no debug info (tryCatch structure visit was also wrong).
-
- 29 Mar, 2012 1 commit
-
-
pcregut authored
Adds package information and fix the remaining javadoc comments that were incorrect for javadoc generation.
-
- 25 Mar, 2012 1 commit
-
-
pcregut authored
Put Version tags in all the constructors as in ASM. Not sure it is worth the pain. Future testing nightmare ahead !
-
- 22 Mar, 2012 2 commits
- 21 Mar, 2012 2 commits
- 11 Mar, 2012 2 commits
- 07 Mar, 2012 1 commit
-
-
pcregut authored
-
- 17 Jan, 2012 4 commits
- 26 Oct, 2004 1 commit
-
-
ebruneton authored
-