Custom Query (74 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 74)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#70 fixed Parsing issues with length (...) phdmakk phdmakk
Description

There is an issue with parsing "? length (...)".

#69 fixed Wrong warnings raised as checkNoUnusedFormalParameters and checkNoUnusedLocalDefinitions phdmakk phdmakk
Description

There are two different warnings raised that shouldn't appear, as the parameters are actually used within their objects.

2.1.- Case checkNoUnusedFormalParameters

..\NBIOT\Common\NBIOT_NASSteps.ttcn: 853: WARNING: Code Style: Formal parameter "p_ToBeTested" in definition for "f_Check_UE_NetworkCap_CIOT" is never used! (6.11, checkNoUnusedFormalParameters)

2.3.- Case checkNoUnusedLocalDefinitions

..\NBIOT\Common\NBIOT_NASSteps.ttcn: 857: WARNING: Code Style: Local definition for "v_UP" in definition of "f_Check_UE_NetworkCap_CIOT" is never used! (6.11, checkNoUnusedLocalDefinitions)

#68 fixed Wrong warnings raised as checkNoUnusedImports phdmakk phdmakk
Description

On module NR_Timing, imports on lines 11;12;13 and 14 are needed but the tool raises the checkNoUnusedImports message.

import from NR_CellInfo all; import from NR_Component_Base all; import from Common4G5G_Timing all; import from Common4G5G_Templates all;

You could see the same warning on some other modules, for example:

..\ENDC\7_1_2\RLC_ENDC_NR.ttcn: 18: WARNING: Code Style: No definitions from imported module "NR_Timing" are ever used! (6.18, checkNoUnusedImports)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.