JS parser: removed @ from @author tag because of JetCodeConformanceTest
This commit is contained in:
@@ -78,8 +78,6 @@ import java.util.ResourceBundle;
|
|||||||
* Context.
|
* Context.
|
||||||
*
|
*
|
||||||
* @see Scriptable
|
* @see Scriptable
|
||||||
* @author Norris Boyd
|
|
||||||
* @author Brendan Eich
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class Context {
|
public class Context {
|
||||||
|
|||||||
@@ -41,8 +41,6 @@ package com.google.gwt.dev.js.rhino;
|
|||||||
/**
|
/**
|
||||||
* This is interface defines a protocol for the reporting of
|
* This is interface defines a protocol for the reporting of
|
||||||
* errors during JavaScript translation or execution.
|
* errors during JavaScript translation or execution.
|
||||||
*
|
|
||||||
* @author Norris Boyd
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public interface ErrorReporter {
|
public interface ErrorReporter {
|
||||||
|
|||||||
@@ -39,8 +39,6 @@ package com.google.gwt.dev.js.rhino;
|
|||||||
* This class allows the creation of nodes, and follows the Factory pattern.
|
* This class allows the creation of nodes, and follows the Factory pattern.
|
||||||
*
|
*
|
||||||
* @see Node
|
* @see Node
|
||||||
* @author Mike McCabe
|
|
||||||
* @author Norris Boyd
|
|
||||||
*/
|
*/
|
||||||
public class IRFactory {
|
public class IRFactory {
|
||||||
|
|
||||||
|
|||||||
@@ -41,8 +41,6 @@ package com.google.gwt.dev.js.rhino;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Java reflection of JavaScript exceptions. (Possibly wrapping a Java exception.)
|
* Java reflection of JavaScript exceptions. (Possibly wrapping a Java exception.)
|
||||||
*
|
|
||||||
* @author Mike McCabe
|
|
||||||
*/
|
*/
|
||||||
public class JavaScriptException extends Exception {
|
public class JavaScriptException extends Exception {
|
||||||
|
|
||||||
|
|||||||
@@ -49,8 +49,6 @@ import java.io.IOException;
|
|||||||
* TokenStream class, and should not be considered general.
|
* TokenStream class, and should not be considered general.
|
||||||
*
|
*
|
||||||
* Credits to Kipp Hickman and John Bandhauer.
|
* Credits to Kipp Hickman and John Bandhauer.
|
||||||
*
|
|
||||||
* @author Mike McCabe
|
|
||||||
*/
|
*/
|
||||||
final class LineBuffer {
|
final class LineBuffer {
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -40,9 +40,6 @@ package com.google.gwt.dev.js.rhino;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This class implements the root of the intermediate representation.
|
* This class implements the root of the intermediate representation.
|
||||||
*
|
|
||||||
* @author Norris Boyd
|
|
||||||
* @author Mike McCabe
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class Node implements Cloneable {
|
public class Node implements Cloneable {
|
||||||
|
|||||||
@@ -46,9 +46,6 @@ import java.io.ObjectOutputStream;
|
|||||||
* The map does not synchronize any of its operation, so either use
|
* The map does not synchronize any of its operation, so either use
|
||||||
* it from a single thread or do own synchronization or perform all mutation
|
* it from a single thread or do own synchronization or perform all mutation
|
||||||
* operations on one thread before passing the map to others
|
* operations on one thread before passing the map to others
|
||||||
*
|
|
||||||
* @author Igor Bukanov
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class ObjToIntMap implements Serializable {
|
public class ObjToIntMap implements Serializable {
|
||||||
|
|||||||
@@ -46,9 +46,6 @@ import java.io.IOException;
|
|||||||
* package.
|
* package.
|
||||||
*
|
*
|
||||||
* @see TokenStream
|
* @see TokenStream
|
||||||
*
|
|
||||||
* @author Mike McCabe
|
|
||||||
* @author Brendan Eich
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class Parser {
|
public class Parser {
|
||||||
|
|||||||
@@ -43,8 +43,6 @@ package com.google.gwt.dev.js.rhino;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This is the class that implements the runtime.
|
* This is the class that implements the runtime.
|
||||||
*
|
|
||||||
* @author Norris Boyd
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class ScriptRuntime {
|
public class ScriptRuntime {
|
||||||
|
|||||||
@@ -46,9 +46,6 @@ import java.io.*;
|
|||||||
* in the jsref package.
|
* in the jsref package.
|
||||||
*
|
*
|
||||||
* @see org.mozilla.javascript.Parser
|
* @see org.mozilla.javascript.Parser
|
||||||
*
|
|
||||||
* @author Mike McCabe
|
|
||||||
* @author Brendan Eich
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class TokenStream {
|
public class TokenStream {
|
||||||
|
|||||||
@@ -46,9 +46,6 @@ import java.io.ObjectOutputStream;
|
|||||||
* The map does not synchronize any of its operation, so either use
|
* The map does not synchronize any of its operation, so either use
|
||||||
* it from a single thread or do own synchronization or perform all mutation
|
* it from a single thread or do own synchronization or perform all mutation
|
||||||
* operations on one thread before passing the map to others
|
* operations on one thread before passing the map to others
|
||||||
*
|
|
||||||
* @author Igor Bukanov
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class UintMap implements Serializable {
|
class UintMap implements Serializable {
|
||||||
|
|||||||
Reference in New Issue
Block a user