org.sonar.duplications.java
Class JavaTokenProducer

java.lang.Object
  extended by org.sonar.duplications.java.JavaTokenProducer

public final class JavaTokenProducer
extends Object

See The Java Language Specification, Third Edition: Lexical Structure and JSR334 (Java 7 - binary integral literals and underscores in numeric literals).

We decided to use dollar sign as a prefix for normalization, even if it can be a part of an identifier, because according to Java Language Specification it supposed to be used only in mechanically generated source code. Thus probability to find it within a normal code should be low.


Method Summary
static TokenChunker build()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

build

public static TokenChunker build()


Copyright © 2009-2012 SonarSource. All Rights Reserved.