Custom Query (74 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 74)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#61 fixed Missing warnings on unused local definitions for components phdmakk
Description

v1 reports when a port is not used, e.g. when checking IMS_IRAT_Testsuite

ttcn​\Common\IMS\IMS_Component.ttcn: 152: WARNING: Code Style: Local definition for "OtherPDN" in definition of "IMS_PTC" is never used! (6.11, checkNoUnusedLocalDefinitions)

v2 does not seem to do so.

#60 fixed Superfluous warning for unused formal timer parameters phdmakk phdmakk
Description

Given an altstep

	altstep a_A1 (timer p_Timer) runs on C2 {
		[] PP.receive(1) {
			p_Timer.stop;
		}
	}

T3Q raises a warning that p_Timer is never used. Upon further investigation it turns out that p_Timer in the stop statement is not resolved properly.

#59 fixed Investigate differences between output for unused imports in v1 and v2 phdmakk phdmakk
Description

v2 does not bring the following warnings which are flagged by v1:

IMS\11\IMS_CC_NotificationTestcases.ttcn: 17: WARNING: Code Style: No definitions from imported module "IMS_CommonDefs" are ever used! (6.18, checkNoUnusedImports)
IMS\Common\IMS_CC_CommonTestCaseBodies.ttcn: 36: WARNING: Code Style: No definitions from imported module "IMS_SDP_MessagesVideo" are ever used! (6.18, checkNoUnusedImports)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.