Projects
openEuler:Mainline
derby
_service:tar_scm:derby-javacc.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:derby-javacc.patch of Package derby
--- ./java/tools/org/apache/derby/impl/tools/ij/UCode_CharStream.java.orig 2017-02-10 16:11:32.668177524 +0000 +++ ./java/tools/org/apache/derby/impl/tools/ij/UCode_CharStream.java 2017-02-10 16:52:46.219879419 +0000 @@ -50,6 +50,9 @@ private int maxNextCharInd = 0; private int nextCharInd = -1; + private int tabSize = 1; + private boolean trackLineColumn = true; + private final void ExpandBuff(boolean wrapAround) { char[] newbuffer = new char[bufsize + 2048]; @@ -414,4 +417,8 @@ column = bufcolumn[j]; } + public int getTabSize() { return tabSize; } + public void setTabSize(int i) { tabSize = i; } + public boolean getTrackLineColumn() { return trackLineColumn; } + public void setTrackLineColumn(boolean tlc) { trackLineColumn = tlc; } }
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2