Skip to content

Commit

Permalink
HEAD:(zeroc-ice/ice@6e7c14bfdb) Report Unknown Doc-Comment Tags in Sl…
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertCreativityHere authored and temp committed Nov 13, 2024
1 parent 2b9036a commit a1a6837
Show file tree
Hide file tree
Showing 1,513 changed files with 2,026 additions and 2,026 deletions.
4 changes: 2 additions & 2 deletions slice2cpp/cpp/src/IceGrid/Internal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1585,11 +1585,11 @@ IceGrid::ReplicaSessionPrx::_iceI_setAdapterDirectProxy(const ::std::shared_ptr<
{
ex.ice_throw();
}
catch(const AdapterExistsException&)
catch(const AdapterNotExistException&)
{
throw;
}
catch(const AdapterNotExistException&)
catch(const AdapterExistsException&)
{
throw;
}
Expand Down
4 changes: 2 additions & 2 deletions slice2cpp/python/test/Ice/exceptions/Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,11 @@ Test::ThrowerPrx::_iceI_throwAorDasAorD(const ::std::shared_ptr<::IceInternal::O
{
ex.ice_throw();
}
catch(const A&)
catch(const D&)
{
throw;
}
catch(const D&)
catch(const A&)
{
throw;
}
Expand Down
114 changes: 57 additions & 57 deletions slice2cpp/slice/IceGrid/Admin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,15 @@ IceGrid::AdminPrx::_iceI_syncApplication(const ::std::shared_ptr<::IceInternal::
{
ex.ice_throw();
}
catch(const ApplicationNotExistException&)
catch(const DeploymentException&)
{
throw;
}
catch(const DeploymentException&)
catch(const AccessDeniedException&)
{
throw;
}
catch(const AccessDeniedException&)
catch(const ApplicationNotExistException&)
{
throw;
}
Expand Down Expand Up @@ -183,15 +183,15 @@ IceGrid::AdminPrx::_iceI_updateApplication(const ::std::shared_ptr<::IceInternal
{
ex.ice_throw();
}
catch(const ApplicationNotExistException&)
catch(const DeploymentException&)
{
throw;
}
catch(const DeploymentException&)
catch(const AccessDeniedException&)
{
throw;
}
catch(const AccessDeniedException&)
catch(const ApplicationNotExistException&)
{
throw;
}
Expand Down Expand Up @@ -237,15 +237,15 @@ IceGrid::AdminPrx::_iceI_syncApplicationWithoutRestart(const ::std::shared_ptr<:
{
ex.ice_throw();
}
catch(const ApplicationNotExistException&)
catch(const DeploymentException&)
{
throw;
}
catch(const DeploymentException&)
catch(const AccessDeniedException&)
{
throw;
}
catch(const AccessDeniedException&)
catch(const ApplicationNotExistException&)
{
throw;
}
Expand Down Expand Up @@ -291,15 +291,15 @@ IceGrid::AdminPrx::_iceI_updateApplicationWithoutRestart(const ::std::shared_ptr
{
ex.ice_throw();
}
catch(const ApplicationNotExistException&)
catch(const DeploymentException&)
{
throw;
}
catch(const DeploymentException&)
catch(const AccessDeniedException&)
{
throw;
}
catch(const AccessDeniedException&)
catch(const ApplicationNotExistException&)
{
throw;
}
Expand Down Expand Up @@ -344,15 +344,15 @@ IceGrid::AdminPrx::_iceI_removeApplication(const ::std::shared_ptr<::IceInternal
{
ex.ice_throw();
}
catch(const ApplicationNotExistException&)
catch(const DeploymentException&)
{
throw;
}
catch(const DeploymentException&)
catch(const AccessDeniedException&)
{
throw;
}
catch(const AccessDeniedException&)
catch(const ApplicationNotExistException&)
{
throw;
}
Expand Down Expand Up @@ -397,15 +397,15 @@ IceGrid::AdminPrx::_iceI_instantiateServer(const ::std::shared_ptr<::IceInternal
{
ex.ice_throw();
}
catch(const ApplicationNotExistException&)
catch(const DeploymentException&)
{
throw;
}
catch(const DeploymentException&)
catch(const AccessDeniedException&)
{
throw;
}
catch(const AccessDeniedException&)
catch(const ApplicationNotExistException&)
{
throw;
}
Expand Down Expand Up @@ -632,15 +632,15 @@ IceGrid::AdminPrx::_iceI_getServerState(const ::std::shared_ptr<::IceInternal::O
{
ex.ice_throw();
}
catch(const ServerNotExistException&)
catch(const DeploymentException&)
{
throw;
}
catch(const DeploymentException&)
catch(const NodeUnreachableException&)
{
throw;
}
catch(const NodeUnreachableException&)
catch(const ServerNotExistException&)
{
throw;
}
Expand Down Expand Up @@ -685,15 +685,15 @@ IceGrid::AdminPrx::_iceI_getServerPid(const ::std::shared_ptr<::IceInternal::Out
{
ex.ice_throw();
}
catch(const ServerNotExistException&)
catch(const DeploymentException&)
{
throw;
}
catch(const DeploymentException&)
catch(const NodeUnreachableException&)
{
throw;
}
catch(const NodeUnreachableException&)
catch(const ServerNotExistException&)
{
throw;
}
Expand Down Expand Up @@ -767,15 +767,15 @@ IceGrid::AdminPrx::_iceI_getServerAdmin(const ::std::shared_ptr<::IceInternal::O
{
ex.ice_throw();
}
catch(const ServerNotExistException&)
catch(const DeploymentException&)
{
throw;
}
catch(const DeploymentException&)
catch(const NodeUnreachableException&)
{
throw;
}
catch(const NodeUnreachableException&)
catch(const ServerNotExistException&)
{
throw;
}
Expand Down Expand Up @@ -820,15 +820,15 @@ IceGrid::AdminPrx::_iceI_enableServer(const ::std::shared_ptr<::IceInternal::Out
{
ex.ice_throw();
}
catch(const ServerNotExistException&)
catch(const DeploymentException&)
{
throw;
}
catch(const DeploymentException&)
catch(const NodeUnreachableException&)
{
throw;
}
catch(const NodeUnreachableException&)
catch(const ServerNotExistException&)
{
throw;
}
Expand Down Expand Up @@ -873,15 +873,15 @@ IceGrid::AdminPrx::_iceI_isServerEnabled(const ::std::shared_ptr<::IceInternal::
{
ex.ice_throw();
}
catch(const ServerNotExistException&)
catch(const DeploymentException&)
{
throw;
}
catch(const DeploymentException&)
catch(const NodeUnreachableException&)
{
throw;
}
catch(const NodeUnreachableException&)
catch(const ServerNotExistException&)
{
throw;
}
Expand Down Expand Up @@ -926,19 +926,19 @@ IceGrid::AdminPrx::_iceI_startServer(const ::std::shared_ptr<::IceInternal::Outg
{
ex.ice_throw();
}
catch(const ServerNotExistException&)
catch(const DeploymentException&)
{
throw;
}
catch(const ServerStartException&)
catch(const NodeUnreachableException&)
{
throw;
}
catch(const DeploymentException&)
catch(const ServerNotExistException&)
{
throw;
}
catch(const NodeUnreachableException&)
catch(const ServerStartException&)
{
throw;
}
Expand Down Expand Up @@ -983,10 +983,6 @@ IceGrid::AdminPrx::_iceI_stopServer(const ::std::shared_ptr<::IceInternal::Outgo
{
ex.ice_throw();
}
catch(const ServerNotExistException&)
{
throw;
}
catch(const ServerStopException&)
{
throw;
Expand All @@ -999,6 +995,10 @@ IceGrid::AdminPrx::_iceI_stopServer(const ::std::shared_ptr<::IceInternal::Outgo
{
throw;
}
catch(const ServerNotExistException&)
{
throw;
}
catch(const ::Ice::UserException&)
{
}
Expand Down Expand Up @@ -1040,10 +1040,6 @@ IceGrid::AdminPrx::_iceI_sendSignal(const ::std::shared_ptr<::IceInternal::Outgo
{
ex.ice_throw();
}
catch(const ServerNotExistException&)
{
throw;
}
catch(const DeploymentException&)
{
throw;
Expand All @@ -1056,6 +1052,10 @@ IceGrid::AdminPrx::_iceI_sendSignal(const ::std::shared_ptr<::IceInternal::Outgo
{
throw;
}
catch(const ServerNotExistException&)
{
throw;
}
catch(const ::Ice::UserException&)
{
}
Expand Down Expand Up @@ -3206,10 +3206,6 @@ IceGrid::AdminSessionPrx::_iceI_openServerLog(const ::std::shared_ptr<::IceInter
{
ex.ice_throw();
}
catch(const ServerNotExistException&)
{
throw;
}
catch(const DeploymentException&)
{
throw;
Expand All @@ -3222,6 +3218,10 @@ IceGrid::AdminSessionPrx::_iceI_openServerLog(const ::std::shared_ptr<::IceInter
{
throw;
}
catch(const ServerNotExistException&)
{
throw;
}
catch(const ::Ice::UserException&)
{
}
Expand Down Expand Up @@ -3263,10 +3263,6 @@ IceGrid::AdminSessionPrx::_iceI_openServerStdErr(const ::std::shared_ptr<::IceIn
{
ex.ice_throw();
}
catch(const ServerNotExistException&)
{
throw;
}
catch(const DeploymentException&)
{
throw;
Expand All @@ -3279,6 +3275,10 @@ IceGrid::AdminSessionPrx::_iceI_openServerStdErr(const ::std::shared_ptr<::IceIn
{
throw;
}
catch(const ServerNotExistException&)
{
throw;
}
catch(const ::Ice::UserException&)
{
}
Expand Down Expand Up @@ -3320,10 +3320,6 @@ IceGrid::AdminSessionPrx::_iceI_openServerStdOut(const ::std::shared_ptr<::IceIn
{
ex.ice_throw();
}
catch(const ServerNotExistException&)
{
throw;
}
catch(const DeploymentException&)
{
throw;
Expand All @@ -3336,6 +3332,10 @@ IceGrid::AdminSessionPrx::_iceI_openServerStdOut(const ::std::shared_ptr<::IceIn
{
throw;
}
catch(const ServerNotExistException&)
{
throw;
}
catch(const ::Ice::UserException&)
{
}
Expand Down
Loading

0 comments on commit a1a6837

Please sign in to comment.