-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Although it is not a very big issue (seeing as to how it is useless), it is
good to at least have it on documentation.
Kernel kernel = new Kernel(){
@Override public void run(){
{
int insideScope = 0;
}
int outsideScope = 0;
}
};
Whenever a variable is declared at the end of a scope and not used, it creates
a NullPointerException
"com.amd.aparapi.InstructionSet$LocalVariableConstIndexStore.isDeclaration"
Original issue reported on code.google.com by mjl...@gmail.com on 25 Jul 2012 at 3:48
Reactions are currently unavailable