comparison graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/impl/InstrumentationNode.java @ 18163:c88ab4f1f04a

re-enabled Checkstyle with the release of 6.0 that supports Java 8; fixed existing Checkstyle warnings
author Doug Simon <doug.simon@oracle.com>
date Fri, 24 Oct 2014 16:18:10 +0200
parents b4e38f4ca414
children
comparison
equal deleted inserted replaced
18162:ab62800259ff 18163:c88ab4f1f04a
332 @CompilerDirectives.CompilationFinal private Assumption probeUnchanged; 332 @CompilerDirectives.CompilationFinal private Assumption probeUnchanged;
333 333
334 @CompilerDirectives.CompilationFinal private SyntaxTagTrap trap = null; 334 @CompilerDirectives.CompilationFinal private SyntaxTagTrap trap = null;
335 335
336 /** 336 /**
337 * The collection of tags for this instrumentation node 337 * The collection of tags for this instrumentation node.
338 */ 338 */
339 private final ArrayList<SyntaxTag> tags = new ArrayList<>(); 339 private final ArrayList<SyntaxTag> tags = new ArrayList<>();
340 340
341 /** 341 /**
342 * The region of source code associated with this probe. Note that this is distinct from 342 * The region of source code associated with this probe. Note that this is distinct from