Community
Participate
Working Groups
Build Identifier: An array int[4][5] should have the name "int[4][5]" rather than "int[]", "int" or "int[4]" and I have a patch which adds support for correctly generating the name of the ArrayType. Reproducible: Always
Created attachment 200724 [details] Patch to add support for generating the ArrayType name
Created attachment 200908 [details] Add a test that checks this behaviour
Created attachment 200967 [details] Patch to add support for generating the ArrayType name Previous patch had a broken import.
Created attachment 200968 [details] Add tests on ArrayType generally Also tests changes in: https://bugs.eclipse.org/bugs/show_bug.cgi?id=353611
the patch has been merged and nominally tested in our local source base. the test case has been added instead to org.eclipse.cdt.debug.edc.tests.ArrayBoundsTest rather than as a separate regression test. both are waiting for final review and merge to eclipse edc git repository by committer Ken Ryall.
(In reply to comment #5) > the test case has been added instead to > org.eclipse.cdt.debug.edc.tests.ArrayBoundsTest > rather than as a separate regression test. as per patch for another Array type issue, this test is now part of org.eclipse.cdt.debug.edc.tests.TestArrayType
Fixed in: http://git.eclipse.org/c/cdt/org.eclipse.cdt.edc.git/commit/?id=f7c4790c134d0cdc30cdbe8d2a016bf27cd25528