comparison graal/com.oracle.graal.jtt/src/com/oracle/graal/jtt/bytecode/BC_aastore.java @ 22646:05183a084a08

updated imports to be explicit and added checkstyle rule to forbid * imports
author Doug Simon <doug.simon@oracle.com>
date Wed, 16 Sep 2015 21:17:42 +0200
parents 64dcb92ee75a
children
comparison
equal deleted inserted replaced
22645:cf8a2c999270 22646:05183a084a08
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 package com.oracle.graal.jtt.bytecode; 23 package com.oracle.graal.jtt.bytecode;
24 24
25 import org.junit.*; 25 import org.junit.Test;
26 26
27 import com.oracle.graal.jtt.*; 27 import com.oracle.graal.jtt.JTTTest;
28 28
29 /* 29 /*
30 */ 30 */
31 public class BC_aastore extends JTTTest { 31 public class BC_aastore extends JTTTest {
32 32