Opened 6 years ago

Closed 6 years ago

#68 closed defect (fixed)

Wrong warnings raised as checkNoUnusedImports

Reported by: phdmakk Owned by: phdmakk
Priority: major Milestone: v2.0.0 Series
Component: T3Q Version: 2.0
Keywords: Cc:

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)

Change History (2)

comment:1 Changed 6 years ago by phdmakk

  • Owner set to phdmakk
  • Status changed from new to accepted

comment:2 Changed 6 years ago by phdmakk

  • Resolution set to fixed
  • Status changed from accepted to closed

Indeed, there was an issue with parsing "select union ...". The observed problem was an indirect consequence of that. The issue has been fixed.

Note: See TracTickets for help on using tickets.