Creator 3.0 - Minor bug report 4

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
kemic_264446
Level 4
Level 4
First like received

 If you use the 'Find all active references' feature, some results in the results window are duplicated many times.

   

For example, searching for all active reference to dwSig, which is a member of a structure define in my main.h file results in the following in the find results window:

   

 

   

   
Find results for ')':  main.h:91:9 : uint16 dwSig;  main.h:91:9 : uint16 dwSig;  main.h:91:9 : uint16 dwSig;  main.h:91:9 : uint16 dwSig;  main.h:91:9 : uint16 dwSig;  main.h:91:9 : uint16 dwSig;  main.c:232:62 : sprintf(traceBuf,"\tSystem signature : %04x\r",deviceConfig.dwSig); TRACE0();  main.c:388:18 : if(deviceConfig.dwSig != SPIDER_SIG)  main.c:431:15 : deviceConfig.dwSig = SPIDER_SIG;  main.h:91:9 : uint16 dwSig;  main.h:91:9 : uint16 dwSig;  main.h:91:9 : uint16 dwSig;  main.h:91:9 : uint16 dwSig;  main.h:91:9 : uint16 dwSig;  main.h:91:9 : uint16 dwSig;  main.h:91:9 : uint16 dwSig;  main.h:91:9 : uint16 dwSig;  main.h:91:9 : uint16 dwSig;  main.h:91:9 : uint16 dwSig;  
   

Note that lie 91:9 in main.h is repeated over and over.

   

Should I be reporting these bugs using 'My Cases' ?

0 Likes
1 Solution
RobynW
Employee
Employee
5 likes given First comment on blog 10 likes received

 Might be a reason why it's running slow for you too.  I've turned it into the developers & they're determining how to fix it for our next release.  -Robyn

View solution in original post

0 Likes
2 Replies
RobynW
Employee
Employee
5 likes given First comment on blog 10 likes received

 Might be a reason why it's running slow for you too.  I've turned it into the developers & they're determining how to fix it for our next release.  -Robyn

0 Likes
kemic_264446
Level 4
Level 4
First like received

 Thanks Robyn

   

I spoke to Keerthi in support and he's been able to narrow it down. Apparently it only happens with members of structures in header files. 

0 Likes