Project

General

Profile

3353a_20171014a.patch

progress.g patch to find the qualified class name for the return type in the correct location (child of the returns) - Greg Shah, 10/20/2017 07:49 AM

Download (498 Bytes)

View differences:

new/src/com/goldencode/p2j/uast/progress.g 2017-10-14 21:53:33 +0000
10372 10372
         
10373 10373
         if (ftype == FUNC_CLASS)
10374 10374
         {
10375
            qname = (String) #fr.getAnnotation("qualified");
10375
            qname = (String) #fr.getChildAt(0).getAnnotation("qualified");
10376 10376
         }
10377 10377
         
10378 10378
         sym.addFunction(fname, ftype, qname);