langtools/src/share/classes/com/sun/tools/javac/code/DeferredLintHandler.java
changeset 14258 8d2148961366
parent 8236 0d8646b7c602
child 19942 e9dae0e41075
equal deleted inserted replaced
14062:b7439971a094 14258:8d2148961366
     1 /*
     1 /*
     2  * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    28 import java.util.HashMap;
    28 import java.util.HashMap;
    29 import java.util.Map;
    29 import java.util.Map;
    30 
    30 
    31 import com.sun.tools.javac.util.Assert;
    31 import com.sun.tools.javac.util.Assert;
    32 import com.sun.tools.javac.util.Context;
    32 import com.sun.tools.javac.util.Context;
       
    33 import com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition;
    33 import com.sun.tools.javac.util.ListBuffer;
    34 import com.sun.tools.javac.util.ListBuffer;
    34 import com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition;
       
    35 
    35 
    36 /**
    36 /**
    37  *
    37  *
    38  * <p><b>This is NOT part of any supported API.
    38  * <p><b>This is NOT part of any supported API.
    39  * If you write code that depends on this, you do so at your own risk.
    39  * If you write code that depends on this, you do so at your own risk.