[...]=======CODE to Extract and set ext attributes=======CSExtendedAttribute[] cseaCSExtAttrA = null;[...]cseaCSExtAttrA[0].setName(attrName); // The above line shows a warning ===> Null pointer access; The variable cseaCSExtAttrA can only be null at this location.
CSExtendedAttribute[] cseaCSExtAttrA = CSExtendedAttribute[10];
ArrayList<CSExtendedAttribute> al=new ArrayList<CSExtendedAttribute>();al.add(ea1);al.add(ea2);...