- Notifications
You must be signed in to change notification settings - Fork 791
first stab on fixing #1170 #1346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| | @@ -18,7 +18,7 @@ | |
| */ | ||
| | ||
| /* | ||
| * Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved. | ||
| * Copyright (c) 2006, 2017, Oracle and/or its affiliates. All rights reserved. | ||
| */ | ||
| | ||
| /* | ||
| | @@ -36,6 +36,7 @@ import org.opensolaris.opengrok.analysis.JFlexTokenizer; | |
| super(in); | ||
| Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. copyright | ||
| %init} | ||
| %unicode | ||
| %buffer 1048576 | ||
| %type boolean | ||
| %eofval{ | ||
| this.finalOffset = zzEndRead; | ||
| | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| | @@ -18,7 +18,7 @@ | |
| */ | ||
| | ||
| /* | ||
| * Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved. | ||
| * Copyright (c) 2006, 2017, Oracle and/or its affiliates. All rights reserved. | ||
| */ | ||
| | ||
| /* | ||
| | @@ -35,6 +35,7 @@ import org.opensolaris.opengrok.analysis.JFlexTokenizer; | |
| %class JavaScriptSymbolTokenizer | ||
| Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. copyright | ||
| %extends JFlexTokenizer | ||
| %unicode | ||
| %buffer 1048576 | ||
| %init{ | ||
| super(in); | ||
| %init} | ||
| | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| | @@ -18,7 +18,7 @@ | |
| */ | ||
| | ||
| /* | ||
| * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved. | ||
| * Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved. | ||
| */ | ||
| | ||
| package org.opensolaris.opengrok.analysis.plain; | ||
| | @@ -30,6 +30,7 @@ import org.opensolaris.opengrok.analysis.JFlexTokenizer; | |
| %class PlainFullTokenizer | ||
| Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. copyright | ||
| %extends JFlexTokenizer | ||
| %unicode | ||
| %buffer 1048576 | ||
| %{ | ||
| public PlainFullTokenizer() { | ||
| super(); | ||
| | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| | @@ -18,7 +18,7 @@ | |
| */ | ||
| | ||
| /* | ||
| * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved. | ||
| * Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved. | ||
| */ | ||
| | ||
| package org.opensolaris.opengrok.analysis.plain; | ||
| | @@ -28,6 +28,7 @@ import org.opensolaris.opengrok.analysis.JFlexTokenizer; | |
| %class PlainSymbolTokenizer | ||
| Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. copyright | ||
| %extends JFlexTokenizer | ||
| %unicode | ||
| %buffer 1048576 | ||
| %{ | ||
| public PlainSymbolTokenizer() { | ||
| super(); | ||
| | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe copyright?