marek-sezemsky / jss7

Automatically exported from code.google.com/p/jss7
0 stars 0 forks source link

Add checks to arguments #176

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently jss7 accepts any arguments (null || not null). This should be changed 
- make those check ASAP.

Original issue reported on code.google.com by baran...@gmail.com on 21 Nov 2012 at 5:28

GoogleCodeExporter commented 9 years ago
1. protected MAPDialogImpl(MAPApplicationContext appCntx, Dialog tcapDialog, 
MAPProviderImpl mapProviderImpl,
                       MAPServiceBase mapService, AddressString origReference, AddressString destReference) {
We need a check for "appCntx!=null" in a constructor or later

Original comment by serg.vet...@gmail.com on 28 Nov 2012 at 9:26