Bug 253054 - [POLISH] Pass protocol and signalID in Signal constructor
Summary: [POLISH] Pass protocol and signalID in Signal constructor
Status: CLOSED FIXED
Alias: None
Product: EMF
Classification: Modeling
Component: cdo.net4j (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: M3   Edit
Assignee: Eike Stepper CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
Depends on:
Blocks:
 
Reported: 2008-11-01 07:20 EDT by Eike Stepper CLA
Modified: 2010-06-25 14:43 EDT (History)
1 user (show)

See Also:
stepper: galileo+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eike Stepper CLA 2008-11-01 07:20:36 EDT
/**
   * Both implementation classes of a logical signal must have the same signalID. The signalID of a user signals must be
   * equal to or greater than zero.
   * 
   * @since 2.0
   */
  protected Signal(SignalProtocol<?> protocol, short signalID)
  {
    this.protocol = protocol;
    this.signalID = signalID;
  }
Comment 1 Eike Stepper CLA 2008-11-01 07:22:57 EDT
Committed to HEAD.
Comment 2 Eike Stepper CLA 2008-11-04 16:31:52 EST
Fix available in NET4J 2.0.0 I200811041443
Comment 3 Eike Stepper CLA 2009-06-27 11:51:27 EDT
Generally available.