MCPcopy Create free account
hub / github.com/BishopFox/rmiscout / add

Method add

demo/com/bishopfox/example/HelloInterface.java:14–14  ·  view source on GitHub ↗
(int a, int b)

Source from the content-addressed store, hash-verified

12 // invoke tests
13 public boolean login(String email, String password) throws RemoteException;
14 public int add(int a, int b) throws RemoteException;
15 public int addList(int[] a) throws RemoteException;
16
17 // Single param type tests

Callers 7

handleMethod · 0.65
readFileToListMethod · 0.65
readFileToMapMethod · 0.65
mainMethod · 0.65
generateMethodsMethod · 0.65
listMethod · 0.65
executeMethod · 0.65

Implementers 4

SSLServerdemo/com/bishopfox/example/SSLServer.j
ActivationImpldemo/com/bishopfox/example/ActivationI
PlainServerdemo/com/bishopfox/example/PlainServer
CorbaImpldemo/com/bishopfox/example/CorbaImpl.j

Calls

no outgoing calls

Tested by

no test coverage detected