bugged
stringlengths
6
599k
fixed
stringlengths
6
40.8M
__index_level_0__
int64
0
3.24M
protected void onStateChange() { int state = model.getState(); if (state == Browser.READY) { //if (model.getBrowserType() == Browser.IMAGES_EXPLORER) setEnabled(true); //else onDisplayChange(model.getLastSelectedDisplay()); } else setEnabled(false); }
protected void onStateChange() { int state = model.getState(); if (state == Browser.READY) { //if (model.getBrowserType() == Browser.IMAGES_EXPLORER) setEnabled(true); //else onDisplayChange(model.getLastSelectedDisplay()); } else setEnabled(false); }
3,235,256
public RubyString chr() { if (getLongValue() < 0 || getLongValue() > 0xff) { // throw new RubyRangeException(); // HACK +++ throw new RuntimeException(); // HACK --- } return RubyString.newString(getRuby(), new String(new char[] {(char) getLongValue()...
public RubyString chr() { if (getLongValue() < 0 || getLongValue() > 0xff) { // throw new RubyRangeException(); // HACK +++ throw new RangeError(getRuby(), this.toString() + " out of char range"); // HACK --- } return RubyString.newString(getRuby(), new ...
3,235,257
public RubyString chr() { if (getLongValue() < 0 || getLongValue() > 0xff) { // throw new RubyRangeException(); // HACK +++ throw new RuntimeException(); // HACK --- } return RubyString.newString(getRuby(), new String(new char[] {(char) getLongValue()...
publicRubyStringchr(){if(getLongValue()<0||getLongValue()>0xff){//thrownewRubyRangeException();//HACK+++thrownewRuntimeException();//HACK---}returnRubyString.newString(getRuby(),newString(newchar[]{(char)getLongValue()}));}
3,235,258
public LogManager(Properties config) { String fileName = config.getProperty("LogFile", null); if ( ("System.error").equalsIgnoreCase(fileName) || ("stderr").equalsIgnoreCase(fileName) || ("none").equalsIgnoreCase(fileName)) { fileName = null; } String format = ...
public LogManager(Properties config) { String fileName = config.getProperty("LogFile", null); if ( ("System.error").equalsIgnoreCase(fileName) || ("stderr").equalsIgnoreCase(fileName) || ("none").equalsIgnoreCase(fileName)) { fileName = null; } String format = ...
3,235,260
public LogManager(Properties config) { String fileName = config.getProperty("LogFile", null); if ( ("System.error").equalsIgnoreCase(fileName) || ("stderr").equalsIgnoreCase(fileName) || ("none").equalsIgnoreCase(fileName)) { fileName = null; } String format = ...
public LogManager(Properties config) { String fileName = config.getProperty("LogFile", null); if ( ("System.error").equalsIgnoreCase(fileName) || ("stderr").equalsIgnoreCase(fileName) || ("none").equalsIgnoreCase(fileName)) { fileName = null; } String format = ...
3,235,261
public LogManager(Properties config) { String fileName = config.getProperty("LogFile", null); if ( ("System.error").equalsIgnoreCase(fileName) || ("stderr").equalsIgnoreCase(fileName) || ("none").equalsIgnoreCase(fileName)) { fileName = null; } String format = ...
public LogManager(Properties config) { String fileName = config.getProperty("LogFile", null); if ( ("System.error").equalsIgnoreCase(fileName) || ("stderr").equalsIgnoreCase(fileName) || ("none").equalsIgnoreCase(fileName)) { fileName = null; } String format = ...
3,235,262
public void run() { if(selectedNode == null) return; if(selectedNode.getFQName() == null) return; if(!(selectedNode instanceof SemanticTypeTree.ElementNode)) return; if(selectedNode.isLazilyInitialized()) { displayInformation(selectedN...
public void run() { if(selectedNode == null) return; if(selectedNode.getFQName() == null) return; if(!(selectedNode instanceof SemanticTypeTree.ElementNode)) return; if(selectedNode.isLazilyInitialized()) { displayInformation(selectedN...
3,235,265
public void run() { if(selectedNode == null) return; if(selectedNode.getFQName() == null) return; if(!(selectedNode instanceof SemanticTypeTree.ElementNode)) return; if(selectedNode.isLazilyInitialized()) { displayInformation(selectedN...
public void run() { if(selectedNode == null) return; if(selectedNode.getFQName() == null) return; if(!(selectedNode instanceof SemanticTypeTree.ElementNode)) return; if(selectedNode.isLazilyInitialized()) { displayInformation(selectedN...
3,235,266
private void displayInformation(SemanticTypeTree.TreeNode node) { System.err.println("display instead."); }
private void displayInformation(String attribute, String elementName) { System.err.println("display instead."); }
3,235,268
private void displayInformation(SemanticTypeTree.TreeNode node) { System.err.println("display instead."); }
private void displayInformation(SemanticTypeTree.TreeNode node) { if(model == null || attribute == null || elementName == null) { return; } BrowserModel browserModel = model.getInfoSource(); PaintMethod pm = HeatMapPMFactory.getPaintMethod(currentMode,attribute,elementName, currentScale,gradient.getMinCol...
3,235,269
public void modeChanged(HeatMapMode newMode) { System.err.println("mode change: "+newMode.toString()); }
public void modeChanged(HeatMapMode newMode) { setCurrentMode(newMode); }
3,235,270
public void scaleChanged(Scale newScale) { // TODO Auto-generated method stub }
public void scaleChanged(String newScale) { // TODO Auto-generated method stub }
3,235,272
public void scaleChanged(Scale newScale) { // TODO Auto-generated method stub }
setCurrentScale(newScale); setCurrentScale(newScale); public void scaleChanged(Scale newScale)setCurrentScale(newScale); setCurrentScale(newScale); {setCurrentScale(newScale); setCurrentScale(newScale); setCurrentScale(newScale); setCurrentScale(newScale); // TODO Auto-generated method stubsetCurrentScale(newScale); se...
3,235,273
private void showPreview(int savingType) { ImgSaverPreviewer preview = new ImgSaverPreviewer(this); setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR)); switch (savingType) { default: case ImgSaverUI.IMAGE: mainImage = model.getImage(); ...
private void showPreview(int savingType) { ImgSaverPreviewer preview = new ImgSaverPreviewer(this); setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR)); switch (savingType) { default: case ImgSaverUI.IMAGE: mainImage = model.getDisplayedImage(); ...
3,235,274
private void showPreview(int savingType) { ImgSaverPreviewer preview = new ImgSaverPreviewer(this); setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR)); switch (savingType) { default: case ImgSaverUI.IMAGE: mainImage = model.getImage(); ...
private void showPreview(int savingType) { ImgSaverPreviewer preview = new ImgSaverPreviewer(this); setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR)); switch (savingType) { default: case ImgSaverUI.IMAGE: mainImage = model.getDisplayedImage(); ...
3,235,275
private ThreadClass(Ruby ruby, RubyClass type) { super(ruby, type); this.threadService = ruby.getThreadService(); // set to default thread group setThreadGroup((RubyThreadGroup)ruby.getClass("ThreadGroup").getConstant("Default")); }
private ThreadClass(Ruby ruby, RubyClass type) { super(ruby, type); this.threadService = ruby.getThreadService(); // set to default thread group RubyThreadGroup defaultThreadGroup = (RubyThreadGroup)ruby.getClass("ThreadGroup").getConstant("Default"); defaultThreadGroup.add(this); }
3,235,276
public static RubyClass createThreadClass(Ruby ruby) { RubyClass threadClass = ruby.defineClass("Thread", ruby.getClasses().getObjectClass()); CallbackFactory callbackFactory = ruby.callbackFactory(); threadClass.defineMethod("[]", callbackFactory.getMethod(Threa...
public static RubyClass createThreadClass(Ruby ruby) { RubyClass threadClass = ruby.defineClass("Thread", ruby.getClasses().getObjectClass()); CallbackFactory callbackFactory = ruby.callbackFactory(); threadClass.defineMethod("[]", callbackFactory.getMethod(Threa...
3,235,277
public IRubyObject kill() { // TODO: stubbed for now, will need to implement kill hooks into call stack return getRuntime().getNil(); }
public IRubyObject kill() { // TODO: stubbed for now, will need to implement kill hooks into call stack jvmThread.interrupt(); return this; }
3,235,278
public boolean isOwnerOrSupervisor( IObject iObject ) { if ( iObject == null ) throw new ApiUsageException("Object can't be null"); final Long o = iObject.getDetails().getOwner().getId(); final Long g = iObject.getDetails().getGroup().getId(); final EventContext ec = cd.getCurrentEventContext(); final boolean i...
public boolean isOwnerOrSupervisor( IObject iObject ) { if ( iObject == null ) throw new ApiUsageException("Object can't be null"); final Long o = iObject.getDetails().getOwner().getId(); final Long g = iObject.getDetails().getGroup().getId(); final EventContext ec = cd.getCurrentEventContext(); final boolean i...
3,235,279
public void initializeClass() { defineMethod("===", Arity.singleArgument(), "op_eqq"); defineMethod("<=>", Arity.singleArgument(), "op_cmp"); defineMethod("<", Arity.singleArgument(), "op_lt"); defineMethod("<=", Arity.singleArgument(), "op_le"); defineMethod(">", Arity.singleA...
public void initializeClass() { defineMethod("===", Arity.singleArgument(), "op_eqq"); defineMethod("<=>", Arity.singleArgument(), "op_cmp"); defineMethod("<", Arity.singleArgument(), "op_lt"); defineMethod("<=", Arity.singleArgument(), "op_le"); defineMethod(">", Arity.singleA...
3,235,280
public long[] getBeginLength(long limit, boolean truncate, boolean isStrict) { long beginLong = RubyNumeric.num2long(begin); long endLong = RubyNumeric.num2long(end); if (! isExclusive) { endLong++; } if (beginLong < 0) { beginLong += limit; if (be...
public long[] getBeginLength(long limit, boolean truncate, boolean isStrict) { long beginLong = RubyNumeric.num2long(begin); long endLong = RubyNumeric.num2long(end); if (! isExclusive) { endLong++; } if (beginLong < 0) { beginLong += limit; if (be...
3,235,281
public long[] getBeginLength(long limit, boolean truncate, boolean isStrict) { long beginLong = RubyNumeric.num2long(begin); long endLong = RubyNumeric.num2long(end); if (! isExclusive) { endLong++; } if (beginLong < 0) { beginLong += limit; if (be...
public long[] getBeginLength(long limit, boolean truncate, boolean isStrict) { long beginLong = RubyNumeric.num2long(begin); long endLong = RubyNumeric.num2long(end); if (! isExclusive) { endLong++; } if (beginLong < 0) { beginLong += limit; if (be...
3,235,282
public IRubyObject aref(IRubyObject key) { String name = keyName(key); if (! threadLocalVariables.containsKey(name)) { return getRuntime().getNil(); } return (IRubyObject) threadLocalVariables.get(name); }
public IRubyObject aref(IRubyObject key) { String name = keyName(key); if (!threadLocalVariables.containsKey(name)) { return getRuntime().getNil(); } return (IRubyObject) threadLocalVariables.get(name); }
3,235,283
public static RubyClass createThreadClass(Ruby ruby) { RubyClass threadClass = ruby.defineClass("Thread", ruby.getClasses().getObjectClass()); // class methods threadClass.defineSingletonMethod( "abort_on_exception", CallbackFactory.getSingletonMethod(RubyThread.class, "ab...
public static RubyClass createThreadClass(Ruby ruby) { RubyClass threadClass = ruby.defineClass("Thread", ruby.getClasses().getObjectClass()); // class methods threadClass.defineSingletonMethod( "abort_on_exception", CallbackFactory.getSingletonMethod(RubyThread.class, "ab...
3,235,284
public static RubyClass createThreadClass(Ruby ruby) { RubyClass threadClass = ruby.defineClass("Thread", ruby.getClasses().getObjectClass()); // class methods threadClass.defineSingletonMethod( "abort_on_exception", CallbackFactory.getSingletonMethod(RubyThread.class, "ab...
public static RubyClass createThreadClass(Ruby ruby) { RubyClass threadClass = ruby.defineClass("Thread", ruby.getClasses().getObjectClass()); // class methods threadClass.defineSingletonMethod( "abort_on_exception", CallbackFactory.getSingletonMethod(RubyThread.class, "ab...
3,235,285
public static RubyClass createThreadClass(Ruby ruby) { RubyClass threadClass = ruby.defineClass("Thread", ruby.getClasses().getObjectClass()); // class methods threadClass.defineSingletonMethod( "abort_on_exception", CallbackFactory.getSingletonMethod(RubyThread.class, "ab...
public static RubyClass createThreadClass(Ruby ruby) { RubyClass threadClass = ruby.defineClass("Thread", ruby.getClasses().getObjectClass()); // class methods threadClass.defineSingletonMethod( "abort_on_exception", CallbackFactory.getSingletonMethod(RubyThread.class, "ab...
3,235,286
private void ensureStarted() { // Note: If this is required in too many places we can always // wait when we start a thread instead. But i imagine that // performance is more important there. -Anders while (! hasStarted) { // The JVM's join() may return directly if it is calle...
private void ensureStarted() { // Note: If this is required in too many places we can always // wait when we start a thread instead. But i imagine that // performance is more important there. -Anders while (! hasStarted) { // The JVM's join() may return directly if it is calle...
3,235,287
public RubyThread join() { try { if (jvmThread == Thread.currentThread()) { throw new ThreadError(getRuntime(), "thread tried to join itself"); } ensureStarted(); jvmThread.join(); if (exitingException != null) { throw exiti...
public RubyThread join() { try { if (jvmThread == Thread.currentThread()) { throw new ThreadError(getRuntime(), "thread tried to join itself"); } ensureStarted(); jvmThread.join(); if (exitingException != null) { throw exiti...
3,235,289
public RubyThread join() { try { if (jvmThread == Thread.currentThread()) { throw new ThreadError(getRuntime(), "thread tried to join itself"); } ensureStarted(); jvmThread.join(); if (exitingException != null) { throw exiti...
publicRubyThreadjoin(){try{if(jvmThread==Thread.currentThread()){thrownewThreadError(getRuntime(),"threadtriedtojoinitself");}ensureStarted();jvmThread.join();if(exitingException!=null){throwexitingException;}}catch(InterruptedExceptione){//FIXME:outputwarning}returnthis;}
3,235,290
public RubyThread join() { try { if (jvmThread == Thread.currentThread()) { throw new ThreadError(getRuntime(), "thread tried to join itself"); } ensureStarted(); jvmThread.join(); if (exitingException != null) { throw exiti...
public RubyThread join() { try { if (jvmThread == Thread.currentThread()) { throw new ThreadError(getRuntime(), "thread tried to join itself"); } ensureStarted(); jvmThread.join(); if (exitingException != null) { throw exiti...
3,235,291
private static RubyThread startThread(final IRubyObject recv, final IRubyObject[] args, boolean callInit) { final Ruby runtime = recv.getRuntime(); if (! runtime.isBlockGiven()) { throw new ThreadError(runtime, "must be called with a block"); } final RubyThread thread = new Ru...
private static RubyThread startThread(final IRubyObject recv, final IRubyObject[] args, boolean callInit) { final Ruby runtime = recv.getRuntime(); if (!runtime.isBlockGiven()) { throw new ThreadError(runtime, "must be called with a block"); } final RubyThread thread = new Rub...
3,235,292
private static RubyThread startThread(final IRubyObject recv, final IRubyObject[] args, boolean callInit) { final Ruby runtime = recv.getRuntime(); if (! runtime.isBlockGiven()) { throw new ThreadError(runtime, "must be called with a block"); } final RubyThread thread = new Ru...
private static RubyThread startThread(final IRubyObject recv, final IRubyObject[] args, boolean callInit) { final Ruby runtime = recv.getRuntime(); if (! runtime.isBlockGiven()) { throw new ThreadError(runtime, "must be called with a block"); } final RubyThread thread = new Ru...
3,235,293
public void run() { thread.hasStarted = true; runtime.registerNewContext(thread); ThreadContext context = runtime.getCurrentContext(); context.getFrameStack().push(currentFrame); context.getBlockStack().setCurrent(currentBlock); ...
public void run() { synchronized (thread.hasStartedLock) { thread.hasStarted = true; thread.hasStartedLock.notifyAll(); } runtime.registerNewContext(thread); ThreadContext context = runtime.getCurrentContext(); context.getFrameStack().push(curren...
3,235,294
final public int rewind(int i) { if ((i < 0) || (i >= MAX_MARKS)) { return DUMMY_MARK; } Mark m = _marks[i]; if (m.isSet == false) { return DUMMY_MARK; } _buf = m.buf.toString();System.out.println("2--- _buf now equal: " + _buf); _pos = 0; _len = _buf.length()...
final public int rewind(int i) { if ((i < 0) || (i >= MAX_MARKS)) { return DUMMY_MARK; } Mark m = _marks[i]; if (m.isSet == false) { return DUMMY_MARK; } _buf = m.buf.toString(); _pos = 0; _len = _buf.length(); _last = -1; _cur = m.last; _escaped...
3,235,295
public RubyClass newSubClass(String name, RubyModule parent) { return new FixnumMetaClass(name, this, parent); }
public RubyClass newSubClass(String name, RubyModule parent) { return new FixnumMetaClass(name, this, parent); }
3,235,296
public void visitInstVarNode(InstVarNode iVisited) { if (self.isInstanceVarDefined(iVisited.getName())) { definition = "instance-variable"; } }
public void visitInstVarNode(InstVarNode iVisited) { if (self.hasInstanceVariable(iVisited.getName())) { definition = "instance-variable"; } }
3,235,297
public void processAction(ActionEvent event) { if (event.getComponent().getId().equals(LIST_BUTTON_ID)) { WFUtil.invoke(LIST_ARTICLES_BEAN_ID, "list"); return; } else if (event.getComponent().getId().equals(VIEW_ARTICLE_BACK_BUTTON_ID)) { WFComponentSelector cs = (WFComponentSelector) event.getComponent().find...
public void processAction(ActionEvent event) { if (event.getComponent().getId().equals(LIST_BUTTON_ID)) { WFUtil.invoke(LIST_ARTICLES_BEAN_ID, "list"); return; } else if (event.getComponent().getId().equals(VIEW_ARTICLE_BACK_BUTTON_ID)) { WFComponentSelector cs = (WFComponentSelector) event.getComponent().find...
3,235,298
public void processAction(ActionEvent event) { if (event.getComponent().getId().equals(LIST_BUTTON_ID)) { WFUtil.invoke(LIST_ARTICLES_BEAN_ID, "list"); return; } else if (event.getComponent().getId().equals(VIEW_ARTICLE_BACK_BUTTON_ID)) { WFComponentSelector cs = (WFComponentSelector) event.getComponent().find...
public void processAction(ActionEvent event) { if (event.getComponent().getId().equals(LIST_BUTTON_ID)) { WFUtil.invoke(LIST_ARTICLES_BEAN_ID, "list"); return; } else if (event.getComponent().getId().equals(VIEW_ARTICLE_BACK_BUTTON_ID)) { WFComponentSelector cs = (WFComponentSelector) event.getComponent().find...
3,235,299
public void processAction(ActionEvent event) { if (event.getComponent().getId().equals(LIST_BUTTON_ID)) { WFUtil.invoke(LIST_ARTICLES_BEAN_ID, "list"); return; } else if (event.getComponent().getId().equals(VIEW_ARTICLE_BACK_BUTTON_ID)) { WFComponentSelector cs = (WFComponentSelector) event.getComponent().find...
public void processAction(ActionEvent event) { if (event.getComponent().getId().equals(LIST_BUTTON_ID)) { WFUtil.invoke(LIST_ARTICLES_BEAN_ID, "list"); return; } else if (event.getComponent().getId().equals(VIEW_ARTICLE_BACK_BUTTON_ID)) { WFComponentSelector cs = (WFComponentSelector) event.getComponent().find...
3,235,300
public void processAction(ActionEvent event) { if (event.getComponent().getId().equals(LIST_BUTTON_ID)) { WFUtil.invoke(LIST_ARTICLES_BEAN_ID, "list"); return; } else if (event.getComponent().getId().equals(VIEW_ARTICLE_BACK_BUTTON_ID)) { WFComponentSelector cs = (WFComponentSelector) event.getComponent().find...
public void processAction(ActionEvent event) { if (event.getComponent().getId().equals(LIST_BUTTON_ID)) { WFUtil.invoke(LIST_ARTICLES_BEAN_ID, "list"); return; } else if (event.getComponent().getId().equals(VIEW_ARTICLE_BACK_BUTTON_ID)) { WFComponentSelector cs = (WFComponentSelector) event.getComponent().find...
3,235,301
public void initialize(String regex, int options) { int flags = Pattern.MULTILINE; if ((options & RE_OPTION_IGNORECASE) > 0) { flags |= Pattern.CASE_INSENSITIVE; } if ((options & RE_OPTION_EXTENDED) > 0) { flags |= Pattern.COMMENTS; } if ((options & RE_OPTIO...
public void initialize(String regex, int options) { int flags = Pattern.MULTILINE; if ((options & RE_OPTION_IGNORECASE) > 0) { flags |= Pattern.CASE_INSENSITIVE; } if ((options & RE_OPTION_EXTENDED) > 0) { flags |= Pattern.COMMENTS; } if ((options & RE_OPTIO...
3,235,302
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
3,235,303
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer localVarsList = null; ruby.getRubyScope().push(); if (g...
3,235,304
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
savedCref = ruby.getCRef(); savedCref = ruby.getCRef(); savedCref = ruby.getCRef(); savedCref = ruby.getCRef(); publicsavedCref = ruby.getCRef(); RubyObjectsavedCref = ruby.getCRef(); call(RubysavedCref = ruby.getCRef(); ruby,savedCref = ruby.getCRef(); RubyObjectsavedCref = ruby.getCRef(); recv,savedCref = ruby.getCRe...
3,235,305
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) {CRefNode savedCref = ruby.getCRef(); // +++ = null;// VALUE[] localVars = null;RubyPointer argsList = new RubyPointer(args);RubyPointer localVarsList = null;ruby.getRubyScope().push();if (getRefValue() != null) { /...
3,235,306
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby.getRubyScope().push(); if (getRefValue() != null) ...
3,235,307
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
3,235,308
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
3,235,309
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
3,235,310
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
3,235,311
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
3,235,312
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
3,235,313
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
3,235,314
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
3,235,315
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
3,235,316
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
3,235,317
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
3,235,318
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
3,235,319
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
3,235,320
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper) { CRefNode savedCref = ruby.getCRef(); // +++ = null; // VALUE[] localVars = null; RubyPointer argsList = new RubyPointer(args); RubyPointer localVarsList = null; ruby...
3,235,321
public RubyObject eval(Ruby ruby, RubyObject self) { CRefNode savedCRef = null; RubyFrame frame = ruby.getRubyFrame(); frame.setTmp(ruby.getRubyFrame()); ruby.setRubyFrame(frame); ruby.getRubyScope().push(); if (getRefValue() != null) { sa...
public RubyObject eval(Ruby ruby, RubyObject self) {CRefNode savedCRef = null;RubyFrame frame = ruby.getRubyFrame();frame.setTmp(ruby.getRubyFrame());ruby.setRubyFrame(frame);ruby.getRubyScope().push();if (getRefValue() != null) {savedCRef = ruby.getCRef();ruby.setCRef(getRefValue());ruby.getRubyFrame().setCbase(getRef...
3,235,322
public RubyObject setupModule(Ruby ruby, RubyModule module) { // Node node = n; String file = ruby.getSourceFile(); int line = ruby.getSourceLine(); // TMP_PROTECT; RubyFrame frame = ruby.getRubyFrame(); frame.setTmp(ruby.getRubyFrame()); ruby...
public RubyObject setupModule(Ruby ruby, RubyModule module) { // Node node = n; String file = ruby.getSourceFile(); int line = ruby.getSourceLine(); // TMP_PROTECT; RubyFrame frame = ruby.getRubyFrame(); frame.setTmp(ruby.getRubyFrame()); ruby...
3,235,324
public RubyObject setupModule(Ruby ruby, RubyModule module) { // Node node = n; String file = ruby.getSourceFile(); int line = ruby.getSourceLine(); // TMP_PROTECT; RubyFrame frame = ruby.getRubyFrame(); frame.setTmp(ruby.getRubyFrame()); ruby...
public RubyObject setupModule(Ruby ruby, RubyModule module) { // Node node = n; String file = ruby.getSourceFile(); int line = ruby.getSourceLine(); // TMP_PROTECT; RubyFrame frame = ruby.getRubyFrame(); frame.setTmp(ruby.getRubyFrame()); ruby...
3,235,325
public RubyObject eval(Ruby ruby, RubyObject self) { if (getDefnNode() != null) { if (ruby.getRubyClass() == null) { throw new RubyTypeException(ruby, "no class to add method"); } //if (ruby_class == getRuby().getObjectClass() && node.nd_mid() == in...
public RubyObject eval(Ruby ruby, RubyObject self) { if (getDefnNode() != null) { if (ruby.getRubyClass() == null) { throw new RubyTypeException(ruby, "no class to add method"); } //if (ruby_class == getRuby().getObjectClass() && node.nd_mid() == in...
3,235,326
public static void main(String[] args) throws Exception { long startTime = System.currentTimeMillis(); LongOpt[] longOpts = new LongOpt[4]; // TODO: Allow for multiple destination and multiple source directories longOpts[0] = new LongOpt("format", LongOpt.REQUIRED_ARGUMENT, null, 'f'); longOpts[1] = new LongOp...
public static void main(String[] args) throws Exception { long startTime = System.currentTimeMillis(); LongOpt[] longOpts = new LongOpt[4]; // TODO: Allow for multiple destination and multiple source directories longOpts[0] = new LongOpt("format", LongOpt.REQUIRED_ARGUMENT, null, 'f'); longOpts[1] = new LongOp...
3,235,327
public static void main(String[] args) throws Exception { long startTime = System.currentTimeMillis(); LongOpt[] longOpts = new LongOpt[4]; // TODO: Allow for multiple destination and multiple source directories longOpts[0] = new LongOpt("format", LongOpt.REQUIRED_ARGUMENT, null, 'f'); longOpts[1] = new LongOp...
public static void main(String[] args) throws Exception { long startTime = System.currentTimeMillis(); LongOpt[] longOpts = new LongOpt[4]; // TODO: Allow for multiple destination and multiple source directories longOpts[0] = new LongOpt("format", LongOpt.REQUIRED_ARGUMENT, null, 'f'); longOpts[1] = new LongOp...
3,235,328
public static void main(String[] args) throws Exception { long startTime = System.currentTimeMillis(); LongOpt[] longOpts = new LongOpt[4]; // TODO: Allow for multiple destination and multiple source directories longOpts[0] = new LongOpt("format", LongOpt.REQUIRED_ARGUMENT, null, 'f'); longOpts[1] = new LongOp...
public static void main(String[] args) throws Exception { long startTime = System.currentTimeMillis(); LongOpt[] longOpts = new LongOpt[4]; // TODO: Allow for multiple destination and multiple source directories longOpts[0] = new LongOpt("format", LongOpt.REQUIRED_ARGUMENT, null, 'f'); longOpts[1] = new LongOp...
3,235,329
public static void main(String[] args) throws Exception { long startTime = System.currentTimeMillis(); LongOpt[] longOpts = new LongOpt[4]; // TODO: Allow for multiple destination and multiple source directories longOpts[0] = new LongOpt("format", LongOpt.REQUIRED_ARGUMENT, null, 'f'); longOpts[1] = new LongOp...
public static void main(String[] args) throws Exception { long startTime = System.currentTimeMillis(); LongOpt[] longOpts = new LongOpt[4]; // TODO: Allow for multiple destination and multiple source directories longOpts[0] = new LongOpt("format", LongOpt.REQUIRED_ARGUMENT, null, 'f'); longOpts[1] = new LongOp...
3,235,330
public static void main(String[] args) throws Exception { long startTime = System.currentTimeMillis(); LongOpt[] longOpts = new LongOpt[4]; // TODO: Allow for multiple destination and multiple source directories longOpts[0] = new LongOpt("format", LongOpt.REQUIRED_ARGUMENT, null, 'f'); longOpts[1] = new LongOp...
public static void main(String[] args) throws Exception { long startTime = System.currentTimeMillis(); LongOpt[] longOpts = new LongOpt[4]; // TODO: Allow for multiple destination and multiple source directories longOpts[0] = new LongOpt("format", LongOpt.REQUIRED_ARGUMENT, null, 'f'); longOpts[1] = new LongOp...
3,235,331
public static void main(String[] args) throws Exception { long startTime = System.currentTimeMillis(); LongOpt[] longOpts = new LongOpt[4]; // TODO: Allow for multiple destination and multiple source directories longOpts[0] = new LongOpt("format", LongOpt.REQUIRED_ARGUMENT, null, 'f'); longOpts[1] = new LongOp...
public static void main(String[] args) throws Exception { long startTime = System.currentTimeMillis(); LongOpt[] longOpts = new LongOpt[4]; // TODO: Allow for multiple destination and multiple source directories longOpts[0] = new LongOpt("format", LongOpt.REQUIRED_ARGUMENT, null, 'f'); longOpts[1] = new LongOp...
3,235,332
public static void main(String[] args) throws Exception { long startTime = System.currentTimeMillis(); LongOpt[] longOpts = new LongOpt[4]; // TODO: Allow for multiple destination and multiple source directories longOpts[0] = new LongOpt("format", LongOpt.REQUIRED_ARGUMENT, null, 'f'); longOpts[1] = new LongOp...
public static void main(String[] args) throws Exception { long startTime = System.currentTimeMillis(); LongOpt[] longOpts = new LongOpt[4]; // TODO: Allow for multiple destination and multiple source directories longOpts[0] = new LongOpt("format", LongOpt.REQUIRED_ARGUMENT, null, 'f'); longOpts[1] = new LongOp...
3,235,333
public IObject createDataObject(IObject arg0, Map arg1) { // TODO Auto-generated method stub //return null; throw new RuntimeException("Not implemented yet."); }
public IObject createDataObject(IObject arg0, Map arg1) { // TODO Auto-generated method stub //return null; return _update.saveAndReturnObject(arg0); }
3,235,334
byte[] getThumbnail(Pixels pixels, int sizeX, int sizeY) throws RenderingServiceException { try { IThumb service = getIThumbService(); return service.getThumbnailDirect(pixels, null, new Integer(sizeX), new Integer(sizeY)); } catch (E...
byte[] getThumbnail(Pixels pixels, int sizeX, int sizeY) throws RenderingServiceException { try { IThumb service = getIThumbService(); return service.getThumbnailDirect(pixels, null, new Integer(sizeX), new Integer(sizeY)); } catch (E...
3,235,335
public final void setValue (Context context, Object newValue) throws PropertyException { if (!context.setProperty(_names[0], newValue)) { throw new PropertyException("No method to set \"" + _vname + "\" to type " + ((newValue == null) ? "n...
public final void setValue (Context context, Object newValue) throws PropertyException { if (!context.setProperty(_names[0], newValue)) { throw new PropertyException("No method to set \"" + getVariableName() + "\" to type " + ((newValue ==...
3,235,336
public final String toString () { return "property:" + _vname; }
public final String toString () { return "property:" + getVariableName(); }
3,235,337
public final void addArgument(Argument p) throws IllegalStateException { if (! hasArguments()) { throw new IllegalStateException("Does not take arguments"); } boolean match = false; String argument = p.getName(); for (int i = 0; i < _argNames.length; i++) { if (_argNa...
public final void addArgument(String name, Object value) throws IllegalStateException { if (! hasArguments()) { throw new IllegalStateException("Does not take arguments"); } boolean match = false; String argument = p.getName(); for (int i = 0; i < _argNames.length; i++) { ...
3,235,340
public final void addArgument(Argument p) throws IllegalStateException { if (! hasArguments()) { throw new IllegalStateException("Does not take arguments"); } boolean match = false; String argument = p.getName(); for (int i = 0; i < _argNames.length; i++) { if (_argNa...
public final void addArgument(Argument p) throws IllegalStateException { if (! hasArguments()) { throw new IllegalStateException("Does not take arguments"); } boolean match = false; for (int i = 0; i < _argNames.length; i++) { if (_argNames[i].equals(argument)) { ...
3,235,341
public final void addArgument(Argument p) throws IllegalStateException { if (! hasArguments()) { throw new IllegalStateException("Does not take arguments"); } boolean match = false; String argument = p.getName(); for (int i = 0; i < _argNames.length; i++) { if (_argNa...
public final void addArgument(Argument p) throws IllegalStateException { if (! hasArguments()) { throw new IllegalStateException("Does not take arguments"); } boolean match = false; String argument = p.getName(); for (int i = 0; i < _argNames.length; i++) { if (_argNa...
3,235,342
public final void addArgument(Argument p) throws IllegalStateException { if (! hasArguments()) { throw new IllegalStateException("Does not take arguments"); } boolean match = false; String argument = p.getName(); for (int i = 0; i < _argNames.length; i++) { if (_argNa...
public final void addArgument(Argument p) throws IllegalStateException { if (! hasArguments()) { throw new IllegalStateException("Does not take arguments"); } boolean match = false; String argument = p.getName(); for (int i = 0; i < _argNames.length; i++) { if (_argNa...
3,235,343
public final void addArgument(Argument p) throws IllegalStateException { if (! hasArguments()) { throw new IllegalStateException("Does not take arguments"); } boolean match = false; String argument = p.getName(); for (int i = 0; i < _argNames.length; i++) { if (_argNa...
public final void addArgument(Argument p) throws IllegalStateException { if (! hasArguments()) { throw new IllegalStateException("Does not take arguments"); } boolean match = false; String argument = p.getName(); for (int i = 0; i < _argNames.length; i++) { if (_argNa...
3,235,344
public final Object build(BuildContext rc) throws BuildException { // collect the arguments Object args[] = new Object[_buildArgs]; { int i = 0; args[i++] = rc; if ( hasCondition() ) { Object cond = (_condition instanceof Builder) ? ((Builder) _...
public final Object build(BuildContext rc) throws BuildException { // collect the arguments Object args[] = new Object[_buildArgs]; { int i = 0; args[i++] = rc; if ( hasCondition() ) { Object cond = (_condition instanceof Builder) ? ((Builder) _...
3,235,345
private final Argument[] getArguments() { if (!hasArguments()) { return null; } if (_arguments == null) { _arguments = new Vector(); } Argument[] args = new Argument[_arguments.size()]; _arguments.copyInto(args); return args; }
private final Argument[] getArguments(BuildContext bc) throws BuildException { if (!hasArguments()) { return null; } if (_arguments == null) { _arguments = new Vector(); } Argument[] args = new Argument[_arguments.size()]; _arguments.copyInto(args); return args; }
3,235,346
public LensBar(Registry registry, ImageInspectorManager mng) { this.registry = registry; manager = new LensBarMng(this, mng); initComponents(); manager.attachListeners(); buildGUI(); }
public LensBar(Registry registry, ImageInspectorManager mng, int w, int h) { this.registry = registry; manager = new LensBarMng(this, mng); initComponents(); manager.attachListeners(); buildGUI(); }
3,235,348
public LensBar(Registry registry, ImageInspectorManager mng) { this.registry = registry; manager = new LensBarMng(this, mng); initComponents(); manager.attachListeners(); buildGUI(); }
public LensBar(Registry registry, ImageInspectorManager mng) { this.registry = registry; manager = new LensBarMng(this, mng, w, h); initComponents(); manager.attachListeners(); buildGUI(); }
3,235,349
public LensBarMng(LensBar view, ImageInspectorManager control) { this.view = view; this.control = control; magFactor = ViewerUIF.DEFAULT_MAG; width = ViewerUIF.DEFAULT_WIDTH; }
public LensBarMng(LensBar view, ImageInspectorManager control, int w, int h) { this.view = view; this.control = control; magFactor = ViewerUIF.DEFAULT_MAG; width = ViewerUIF.DEFAULT_WIDTH; }
3,235,350
void attachListeners() { //button JButton sizePlus = view.getSizePlus(), sizeMinus = view.getSizeMinus(), magPlus = view.getMagPlus(), magMinus = view.getMagMinus(); sizePlus.addActionListener(this); sizePlus.setActionCommand(""+SIZE_PLUS); sizeMinus.addActionLi...
void attachListeners() { //button JButton sizePlus = view.getSizePlus(), sizeMinus = view.getSizeMinus(), magPlus = view.getMagPlus(), magMinus = view.getMagMinus(); sizePlus.addActionListener(this); sizePlus.setActionCommand(""+SIZE_PLUS); sizeMinus.addActionLi...
3,235,352
public QuantumPane(RenderingAgtCtrl eventManager) { QuantumDef qDef = eventManager.getQuantumDef(); manager = new QuantumPaneManager(eventManager, this); eventManager.setQPManager(manager); int mini = (int) eventManager.getGlobalChannelWindowStart(INDEX); int maxi = (int) event...
public QuantumPane(RenderingAgtCtrl eventManager) { QuantumDef qDef = eventManager.getQuantumDef(); manager = new QuantumPaneManager(eventManager, this); eventManager.setQPManager(manager); int mini = (int) eventManager.getGlobalChannelWindowStart(INDEX); int maxi = (int) event...
3,235,354
public IRubyObject newInstance(IRubyObject[] args) { RubyProc instance = getRuntime().newProc(); instance.callInit(args); return instance; }
public IRubyObject newInstance(IRubyObject[] args) { RubyProc instance = RubyProc.newProc(getRuntime(), false); instance.callInit(args); return instance; }
3,235,355
public RubyInterpreter(Ruby ruby) { this.ruby = ruby; ruby_class = ruby.getClasses().getObjectClass(); ruby_cbase = null; rubyBlock = new RubyBlock(ruby); }
public RubyInterpreter(Ruby ruby) { this.ruby = ruby; ruby.setRubyClass(ruby.getClasses().getObjectClass()); ruby_cbase = null; rubyBlock = new RubyBlock(ruby); }
3,235,356
public void assign(RubyObject self, NODE lhs, RubyObject val, boolean check) { if (val == null) { val = getRuby().getNil(); } switch (lhs.nd_type()) { case NODE_GASGN: ((RubyGlobalEntry)lhs.nd_entry()).set(val); break; case NODE_IAS...
public void assign(RubyObject self, NODE lhs, RubyObject val, boolean check) { if (val == null) { val = getRuby().getNil(); } switch (lhs.nd_type()) { case NODE_GASGN: ((RubyGlobalEntry)lhs.nd_entry()).set(val); break; case NODE_IAS...
3,235,357
public RubyObject eval(RubyObject self, NODE n) { NODE node = n; RubyObject cond = null; RubyObject[] args = null; RubyObject value = null; RubyObject result = null; RubyModule rubyClass = null; // int state; // RubyOriginalMethods rom = getRub...
public RubyObject eval(RubyObject self, NODE n) { NODE node = n; RubyObject cond = null; RubyObject[] args = null; RubyObject value = null; RubyObject result = null; RubyModule rubyClass = null; // int state; // RubyOriginalMethods rom = getRub...
3,235,358
public RubyObject eval(RubyObject self, NODE n) { NODE node = n; RubyObject cond = null; RubyObject[] args = null; RubyObject value = null; RubyObject result = null; RubyModule rubyClass = null; // int state; // RubyOriginalMethods rom = getRub...
public RubyObject eval(RubyObject self, NODE n) { NODE node = n; RubyObject cond = null; RubyObject[] args = null; RubyObject value = null; RubyObject result = null; RubyModule rubyClass = null; // int state; // RubyOriginalMethods rom = getRub...
3,235,359
public RubyObject eval(RubyObject self, NODE n) { NODE node = n; RubyObject cond = null; RubyObject[] args = null; RubyObject value = null; RubyObject result = null; RubyModule rubyClass = null; // int state; // RubyOriginalMethods rom = getRub...
public RubyObject eval(RubyObject self, NODE n) {RubyObject r = eval(self, node.nd_recv()); RubyObject l = eval(self, node.nd_value()); if (l instanceof RubyString) { } else { return l.funcall(ruby.intern("=~"), r); } NODE node = n;RubyObject r = eval(self, node.nd_recv()); RubyObject l = eval(self, node.nd_value...
3,235,360
public RubyObject eval(RubyObject self, NODE n) { NODE node = n; RubyObject cond = null; RubyObject[] args = null; RubyObject value = null; RubyObject result = null; RubyModule rubyClass = null; // int state; // RubyOriginalMethods rom = getRub...
public RubyObject eval(RubyObject self, NODE n) { NODE node = n; RubyObject cond = null; RubyObject[] args = null; RubyObject value = null; RubyObject result = null; RubyModule rubyClass = null; // int state; // RubyOriginalMethods rom = getRub...
3,235,361
public RubyObject eval(RubyObject self, NODE n) { NODE node = n; RubyObject cond = null; RubyObject[] args = null; RubyObject value = null; RubyObject result = null; RubyModule rubyClass = null; // int state; // RubyOriginalMethods rom = getRub...
public RubyObject eval(RubyObject self, NODE n) { NODE node = n; RubyObject cond = null; RubyObject[] args = null; RubyObject value = null; RubyObject result = null; RubyModule rubyClass = null; // int state; // RubyOriginalMethods rom = getRub...
3,235,362
public RubyObject eval(RubyObject self, NODE n) { NODE node = n; RubyObject cond = null; RubyObject[] args = null; RubyObject value = null; RubyObject result = null; RubyModule rubyClass = null; // int state; // RubyOriginalMethods rom = getRub...
public RubyObject eval(RubyObject self, NODE n) { NODE node = n; RubyObject cond = null; RubyObject[] args = null; RubyObject value = null; RubyObject result = null; RubyModule rubyClass = null; // int state; // RubyOriginalMethods rom = getRub...
3,235,363
public RubyObject eval(RubyObject self, NODE n) { NODE node = n; RubyObject cond = null; RubyObject[] args = null; RubyObject value = null; RubyObject result = null; RubyModule rubyClass = null; // int state; // RubyOriginalMethods rom = getRub...
public RubyObject eval(RubyObject self, NODE n) { NODE node = n; RubyObject cond = null; RubyObject[] args = null; RubyObject value = null; RubyObject result = null; RubyModule rubyClass = null; // int state; // RubyOriginalMethods rom = getRub...
3,235,364
public RubyObject eval(RubyObject self, NODE n) { NODE node = n; RubyObject cond = null; RubyObject[] args = null; RubyObject value = null; RubyObject result = null; RubyModule rubyClass = null; // int state; // RubyOriginalMethods rom = getRub...
public RubyObject eval(RubyObject self, NODE n) { NODE node = n; RubyObject cond = null; RubyObject[] args = null; RubyObject value = null; RubyObject result = null; RubyModule rubyClass = null; // int state; // RubyOriginalMethods rom = getRub...
3,235,365
public RubyObject eval(RubyObject self, NODE n) { NODE node = n; RubyObject cond = null; RubyObject[] args = null; RubyObject value = null; RubyObject result = null; RubyModule rubyClass = null; // int state; // RubyOriginalMethods rom = getRub...
public RubyObject eval(RubyObject self, NODE n) { NODE node = n; RubyObject cond = null; RubyObject[] args = null; RubyObject value = null; RubyObject result = null; RubyModule rubyClass = null; // int state; // RubyOriginalMethods rom = getRub...
3,235,366
public RubyObject eval(RubyObject self, NODE n) { NODE node = n; RubyObject cond = null; RubyObject[] args = null; RubyObject value = null; RubyObject result = null; RubyModule rubyClass = null; // int state; // RubyOriginalMethods rom = getRub...
public RubyObject eval(RubyObject self, NODE n) { NODE node = n; RubyObject cond = null; RubyObject[] args = null; RubyObject value = null; RubyObject result = null; RubyModule rubyClass = null; // int state; // RubyOriginalMethods rom = getRub...
3,235,367