Showing 15 of 15 total issues
Similar blocks of code found in 4 locations. Consider refactoring. Open
class SBEmuError(Exception): """ Contains the exception handling concerning the South-Bound Emulator class functionalities. """
- Read upRead up
Similar blocks of code found in 40 locations. Consider refactoring. Open
class MultinetStartToposError(SBEmuError): """ Contains the exception handling concerning the staring of a South-Bound Multinet topology """
- Read upRead up
Similar blocks of code found in 40 locations. Consider refactoring. Open
class MultinetGetFlowsError(SBEmuError): """ Contains the exception handling concerning the returned flows from a the South-Bound Emulator topology """
- Read upRead up
Similar blocks of code found in 40 locations. Consider refactoring. Open
class MultinetStopToposError(SBEmuError): """ Contains the exception handling concerning the stopping of a South-Bound Multinet topology """
- Read upRead up
Similar blocks of code found in 40 locations. Consider refactoring. Open
class MTCbenchRunError(SBEmuError): """ Contains the exception handling concerning the South-Bound Emulator running functionality. """
- Read upRead up
Similar blocks of code found in 40 locations. Consider refactoring. Open
class MultinetGetSwitchesError(SBEmuError): """ Contains the exception handling concerning the returned switches from a the South-Bound Emulator topology """
- Read upRead up
Similar blocks of code found in 40 locations. Consider refactoring. Open
class SBEmuCleanupError(SBEmuError): """ Contains the exception handling concerning the South-Bound Emulator cleaning functionality. """
- Read upRead up
Similar blocks of code found in 40 locations. Consider refactoring. Open
class SBEmuBuildError(SBEmuError): """ Contains the exception handling concerning the South-Bound Emulator building functionality. """
- Read upRead up
Similar blocks of code found in 40 locations. Consider refactoring. Open
class MultinetTraffigGenError(SBEmuError): """ Contains the exception handling concerning the South-Bound Multinet Emulator traffic generator functionality. """
- Read upRead up
Similar blocks of code found in 40 locations. Consider refactoring. Open
class SBEmuNodeConnectionError(SBEmuError): """ Contains the exception handling concerning the South-Bound Emulator class connectivity. """
- Read upRead up
Similar blocks of code found in 40 locations. Consider refactoring. Open
class MultinetInitToposError(SBEmuError): """ Contains the exception handling concerning the initialization of a South-Bound Multinet topology """
- Read upRead up
Similar blocks of code found in 40 locations. Consider refactoring. Open
class MultinetConfGenerateError(SBEmuError): """ Contains the exception handling concerning the South-Bound Emulator building functionality. """
- Read upRead up
Similar blocks of code found in 40 locations. Consider refactoring. Open
class MultinetOutputParsingError(SBEmuError): """ Contains the exception handling concerning the console output from the South-Bound Multinet Emulator. """
- Read upRead up
Similar blocks of code found in 40 locations. Consider refactoring. Open
class MultinetDeployError(SBEmuError): """ Contains the exception handling concerning the South-Bound Multinet Emulator deploy. """
- Read upRead up
Similar blocks of code found in 40 locations. Consider refactoring. Open
class MultinetCleanupError(SBEmuError): """ Contains the exception handling concerning the South-Bound Multinet Emulator cleaning functionality. """
- Read upRead up