You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method sendEvent in Room.java makes most of its calls to mDataHandler, an instance of MXDataHandler, suggesting that sendEvent, or some functionality thereof, might belong in MXDataHandler
sendEvent uses a lot of private fields in Room, so refactoring sendEvent to MXDataHandler would require exposing these fields, which is undesirable. On this basis we decided to leave the method where it is. Another potential fix would be to move the methods in MXDataHandler that sendEvent uses to Room.
The method sendEvent in Room.java makes most of its calls to mDataHandler, an instance of MXDataHandler, suggesting that sendEvent, or some functionality thereof, might belong in MXDataHandler
Related to issue #3
The text was updated successfully, but these errors were encountered: