Skip to content

Declaration at end of scope error #59

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions