N1 Service Provisioning System 4.1 Reference Guide

Variable Changes

This section enumerates the changes that can be made to a variable, and whether they are call and/or install compatible.

Nature of Change 

Install Compatible 

Call Compatible 

add a new variable 

no 

yes 

remove/rename a non-private variable 

no 

no 

remove/rename a private variable 

yes 

yes 

change final var default value 

no 

yes 

change non-final var default value 

yes 

yes 

non-final to final 

no 

yes 

final to non-final 

yes 

yes 

non-abstract to abstract 

no 

yes 

abstract to non-abstract 

yes 

yes 

more restrictive access 

no 

no 

less restrictive access 

no  

yes