src/share/classes/com/sun/tools/javac/code/DeferredLintHandler.java

changeset 1357
c75be5bc5283
parent 852
899f7c3d9426
child 2028
4ce8148ffc4f
equal deleted inserted replaced
1352:d4b3cb1ece84 1357:c75be5bc5283
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.

mercurial