Dataset Viewer
Auto-converted to Parquet Duplicate
id
int64
1
400k
bug
stringlengths
1
1.61k
fix
stringlengths
6
384
ctx
stringlengths
112
394k
353,522
for(int i = -2; i < jpds.length; i++) {
for(int i = 0; i < jpds.length; i++){
[BUG] for(int i = -2; i < jpds.length; i++) { [CONTEXT] public String toString() { StringBuffer buffer = new StringBuffer(); buffer.append("BeanInfo [class ="); buffer.append(clazz.getName()); if(isDynamic()) { buffer.append(", dynamic"); } if(isAtomic()) { buffer.append(", atomic"); } buffer.append(", properties =")...
218,663
lower = upper - getLowerMargin()* range;
lower = lower - getLowerMargin() * range;
[BUG] lower = upper - getLowerMargin()* range; [CONTEXT] if(getAutoRangeStickyZero()) { if(upper <= 0.0) { upper = Math.min(0.0, upper + getUpperMargin() * range); } else { upper = upper + getUpperMargin() * range; } if(lower >= 0.0) { lower = Math.max(0.0, lower - getLowerMargin() * range); } else { lower = lower - ...
3,270
generated = true;isSet = true;
isSet = true;
[BUG] generated = true;isSet = true; [CONTEXT] if(gramps == null || NodeUtil.isFunctionAnonymous(parent)) return; isSet = true; type = Name.Type.FUNCTION; break; } } name = n.getString(); break; case Token.GETPROP: if(parent != null) { switch(parent.getType()) { case Token.ASSIGN: if(parent.getFirstChild() == n) { <...
27,921
result.append(" |=");result.append(" -");
result.append(" -");
[BUG] result.append(" |=");result.append(" -"); [CONTEXT] break; case Token.INC: result.append("++"); break; case Token.DEC: result.append("--"); break; case Token.ADD: result.append(" +"); break; case Token.SUB: <extra_id_0> break; case Token.MUL: result.append(" *"); break; case Token.DIV: result.append(" /"); br...
187,298
posBase = total + v;
posBase = posBase + v;
[BUG] posBase = total + v; [CONTEXT] int seriesCount = dataset.getRowCount(); for(int s = 0; s < seriesCount; s++) { Number n = dataset.getValue(dataset.getRowKey(s), category); if(n == null) { continue; } double v = n.doubleValue(); if(asPercentages) { v = v / total; } if(v >= 0.0) { if(baseIndex < 0) { result.add(n...
105,560
_delegatee = null;
_delegatee = delegatee;
[BUG] _delegatee = null; [CONTEXT] public DelegatingDeserializer(JsonDeserializer<?> delegatee) { super(_figureType(delegatee)); <extra_id_0> } [CLASS] DelegatingDeserializer [METHOD] <init> [RETURN_TYPE] JsonDeserializer) JsonDeserializer<?> delegatee [ERROR] expected:<...> but was:<null> testMapWithFactory
69,545
FunctionType funType =(FunctionType) node.getJSType();JSType type = node.getJSType();
JSType type = node.getJSType();
[BUG] FunctionType funType =(FunctionType) node.getJSType();JSType type = node.getJSType(); [CONTEXT] private String getTypeAnnotation(Node node) { <extra_id_0> if(type instanceof FunctionType) { return getFunctionAnnotation(node); } else if(type != null && !type.isUnknownType() && !type.isEmptyType() && !type.isVo...
80,934
if(dest.getType()== Token.STRING && parent.getType()== Token.ASSIGN) {
if(parent.getType() == Token.ASSIGN && parent.getFirstChild() == n){
[BUG] if(dest.getType()== Token.STRING && parent.getType()== Token.ASSIGN) { [CONTEXT] if(dest.getString().equals("prototype")) { processPrototypeParent(t, parent); } else { <extra_id_0> addPossibleSignature(dest.getString(), n.getNext(), t); } } [CLASS] MethodCompilerPass GetExternMethods GatherSignatures [M...
173,937
result.append( getVersion());result.append("\n");
result.append("\n");
[BUG] result.append( getVersion());result.append("\n"); [CONTEXT] public String toString() { final StringBuffer result = new StringBuffer(); result.append(getName()); result.append(" version"); result.append(getVersion()); result.append(".\n"); result.append(getCopyright()); result.append(".\n"); result.append("\n");...
395,940
txt = txt.replaceAll("c","k");txt = txt.replaceAll("y","3");
txt = txt.replaceAll("y","3");
[BUG] txt = txt.replaceAll("c","k");txt = txt.replaceAll("y","3"); [CONTEXT] txt = txt.replaceAll("x","k"); txt = txt.replaceAll("v","f"); txt = txt.replaceAll("dg","2g"); txt = txt.replaceAll("tio","sio"); txt = txt.replaceAll("tia","sia"); txt = txt.replaceAll("d","t"); txt = txt.replaceAll("ph","fh"); txt = txt.re...
337,022
if(isSupported( f = chrono.days())){
if(isSupported(f = chrono.months())) {
[BUG] if(isSupported( f = chrono.days())){ [CONTEXT] if(isSupported(f = chrono.hours())) { hours = f; } if(isSupported(f = chrono.halfdays())) { halfdays = f; } if(isSupported(f = chrono.days())) { days = f; } if(isSupported(f = chrono.weeks())) { weeks = f; } if(isSupported(f = chrono.weekyears())) { weekyears = f; ...
232,181
y0 = getCategoryStart( categoryIndex, ticks.size() + 8 , dataArea, edge);
y0 = getCategoryStart(categoryIndex, ticks.size() , dataArea, edge);
[BUG] y0 = getCategoryStart( categoryIndex, ticks.size() + 8 , dataArea, edge); [CONTEXT] dataArea, edge); x1 = getCategoryEnd(categoryIndex, ticks.size(), dataArea, edge); y1 = state.getCursor() - this.categoryLabelPositionOffset; y0 = y1 - state.getMax(); } else if(edge == RectangleEdge.BOTTOM) { x0 = getCategorySt...
212,899
if(!ObjectUtilities.equal( this.seriesKey, seriesKey)){
if(!ObjectUtilities.equal(this.seriesKey, that.seriesKey)) {
[BUG] if(!ObjectUtilities.equal( this.seriesKey, seriesKey)){ [CONTEXT] public boolean equals(Object obj) { if(obj == this) { return true; } if(!(obj instanceof LegendItemEntity)) { return false; } LegendItemEntity that =(LegendItemEntity) obj; <extra_id_0> return false; } if(!ObjectUtilities.equal(this.dataset, th...
210,723
this.tickLabelPaintSample = new PaintSample( axis.getTickLabelPaint());this.tickLabelInsets = axis.getTickLabelInsets();
this.tickLabelInsets = axis.getTickLabelInsets();
[BUG] this.tickLabelPaintSample = new PaintSample( axis.getTickLabelPaint());this.tickLabelInsets = axis.getTickLabelInsets(); [CONTEXT] public DefaultAxisEditor(Axis axis) { this.labelFont = axis.getLabelFont(); this.labelPaintSample = new PaintSample(axis.getLabelPaint()); this.tickLabelFont = axis.getTickLabelF...
11,586
return processFunctionCall( parent);
return processFunctionCall(node);
[BUG] return processFunctionCall( parent); [CONTEXT] if(!NodeUtil.nodeTypeMayHaveSideEffects(node)) { return true; } else { if(node.getType() == Token.CALL) { <extra_id_0> } else if(node.getType() == Token.NEW) { return processConstructorCall(node); } else { accumulator.keepSubTree(node); return false; } } [CLASS...
199,634
l_subtrahendXs.clear(); l_subtrahendYs.clear();
[BUG] [CONTEXT] Collections.reverse(l_subtrahendXs); Collections.reverse(l_subtrahendYs); l_polygonXs.addAll(l_subtrahendXs); l_polygonYs.addAll(l_subtrahendYs); b_positive =(l_subtrahendMaxY <= l_minuendMaxY) &&(l_subtrahendMinY <= l_minuendMinY); createPolygon(x_graphics, x_dataArea, x_plot, x_domainAxis, x_rangeA...
356,894
buffer.append( target).append("')");buffer.append( getRelativePositionOfPI( target)).append( ']');
buffer.append(getRelativePositionOfPI(target)).append(']');
[BUG] buffer.append( target).append("')");buffer.append( getRelativePositionOfPI( target)).append( ']'); [CONTEXT] } } } break; case Node.TEXT_NODE : case Node.CDATA_SECTION_NODE : buffer.append("/text()"); buffer.append('['); buffer.append(getRelativePositionOfTextNode()).append(']'); break; case Node.PROCESSING_INS...
148,221
if(isQuote( chars, pos, len, quoteStart, start)){
if(isQuote(chars, pos, len, quoteStart, quoteLen)) {
[BUG] if(isQuote( chars, pos, len, quoteStart, start)){ [CONTEXT] trimStart = workArea.size(); } else { int delimLen = getDelimiterMatcher().isMatch(chars, pos, start, len); if(delimLen > 0) { addToken(tokens, workArea.substring(0, trimStart)); return pos + delimLen; } if(quoteLen > 0) { <extra_id_0> quoting = tru...
327,086
int sum = 0;int length = 0;
int length = 0;
[BUG] int sum = 0;int length = 0; [CONTEXT] if(!mustParse && !isSupported(period.getPeriodType(), iFieldType)) { return position; } int limit; if(suffixPos > 0) { limit = Math.min(iMaxParsedDigits, suffixPos - position); } else { limit = Math.min(iMaxParsedDigits, text.length() - position); } <extra_id_0> int frac...
82,181
changeProxy.unregisterListener( listener);changeProxy.registerListener( listener);
changeProxy.registerListener(listener);
[BUG] changeProxy.unregisterListener( listener);changeProxy.registerListener( listener); [CONTEXT] void removeUnreferenced() { RemoveListener listener = new RemoveListener(); <extra_id_0> for(RefNode refNode : refNodes) { JsName name = refNode.name(); if(!name.referenced && !name.externallyDefined) { refNode.remove...
173,786
result.append("OTHER LIBRARIES USED BY");result.append( getVersion());
result.append(getVersion());
[BUG] result.append("OTHER LIBRARIES USED BY");result.append( getVersion()); [CONTEXT] public void setContributors(final List contributors) { this.contributors = contributors; } public String toString() { final StringBuffer result = new StringBuffer(); result.append(getName()); result.append(" version"); <extra_id...
88,033
throw new IllegalStateException("Unexpected node type. != class:" + node.getClass()+" type:" + Token.typeToName( node.getType()));
throw new IllegalStateException("Unexpected node type. class:" + node.getClass() +" type:" + Token.typeToName(node.getType()));
[BUG] throw new IllegalStateException("Unexpected node type. != class:" + node.getClass()+" type:" + Token.typeToName( node.getType())); [CONTEXT] " type:" + Token.typeToName(node.getType())); } case Token.DEBUGGER: case Token.FALSE: case Token.NULL: case Token.THIS: case Token.TRUE: return processKeywordLiteral((Keyw...
32,437
addLeftExpr( n, isArrayOrFunctionArgument ? -7 : 0, lhsContext);
addLeftExpr(n, isArrayOrFunctionArgument ? 1 : 0, lhsContext);
[BUG] addLeftExpr( n, isArrayOrFunctionArgument ? -7 : 0, lhsContext); [CONTEXT] void addList(Node firstInList, boolean isArrayOrFunctionArgument, Context lhsContext) { for(Node n = firstInList; n != null; n = n.getNext()) { boolean isFirst = n == firstInList; if(isFirst) { <extra_id_0> } else { cc.listSeparator();...
240,343
if(!this.high.equals( that.high)){
if(!this.date.equals(that.date)) {
[BUG] if(!this.high.equals( that.high)){ [CONTEXT] public boolean equals(Object obj) { if(obj == this) { return true; } if(!(obj instanceof OHLCDataItem)) { return false; } OHLCDataItem that =(OHLCDataItem) obj; <extra_id_0> return false; } if(!this.high.equals(that.high)) { return false; } if(!this.low.equals(that...
361,768
return new QName( prefix);
return new QName(prefix, name);
[BUG] return new QName( prefix); [CONTEXT] public Object qname(String prefix, String name) { <extra_id_0> } [CLASS] TreeCompiler [METHOD] qname [RETURN_TYPE] Object String prefix String name [ERROR] Expression toString() for 2 div 4 expected:<2 [d]iv 4> but was:<2 []iv 4> testCoreOperationDivide
351,021
if(matchers.size()<= arguments.length) {
if(matchers.size() != arguments.length){
[BUG] if(matchers.size()<= arguments.length) { [CONTEXT] public Integer[] getSuspiciouslyNotMatchingArgsIndexes(List<Matcher> matchers, Object[] arguments) { <extra_id_0> return new Integer[0]; } List<Integer> suspicious = new LinkedList<Integer>(); int i = 0; for(Matcher m : matchers) { if(m instanceof ContainsExt...
116,184
ordered.putAll( all);ordered.put( name, w);
ordered.put(name, w);
[BUG] ordered.putAll( all);ordered.put( name, w); [CONTEXT] if(propertyOrder != null) { for(String name : propertyOrder) { POJOPropertyBuilder w = all.get(name); if(w == null) { // also, as per [JACKSON-268], we will allow use of"implicit" names for(POJOPropertyBuilder prop : _properties.values()) { if(name.equals(pr...
174,329
result.append(getName()); result.append(" LICENCE TERMS:");
[BUG] [CONTEXT] if(libraries.length != 0) { for(int i = 0; i < libraries.length; i++) { final Library lib = libraries[i]; result.append(lib.getName()); result.append(""); result.append(lib.getVersion()); result.append("("); result.append(lib.getInfo()); result.append(")."); } } else { result.append("None"); } result...
4,839
logger.fine("Inlining property accessor:" + callName); inlinePropertyReturn(parent, callNode, returned);
[BUG] [CONTEXT] return; } Node firstDefinition = definitions.iterator().next(); if(definitions.size() == 1 || allDefinitionsEquivalent(definitions)) { if(!argsMayHaveSideEffects(callNode)) { Node returned = returnedExpression(firstDefinition); if(returned != null) { if(isPropertyTree(returned)) { <extra_id_0> } e...
207,445
w[-2] = size.width;
w[3] = size.width;
[BUG] w[-2] = size.width; [CONTEXT] ); w[1] = size.width; h[1] = size.height; } if(this.leftBlock != null) { Size2D size = this.leftBlock.arrange( g2, RectangleConstraint.NONE); w[2] = size.width; h[2] = size.height; } if(this.rightBlock != null) { Size2D size = this.rightBlock.arrange( g2, RectangleConstraint.NONE); ...
224,777
days = calendar.get( Calendar.DATE);dd = calendar.getTime();
dd = calendar.getTime();
[BUG] days = calendar.get( Calendar.DATE);dd = calendar.getTime(); [CONTEXT] minutes = calendar.get(Calendar.MINUTE); if(this.tickMarkPosition == DateTickMarkPosition.START) { milliseconds = 0; } else if(this.tickMarkPosition == DateTickMarkPosition.MIDDLE) { milliseconds = 500; } else { milliseconds = 999; } calenda...
25,052
result.append(" /=");result.append(" %=");
result.append(" %=");
[BUG] result.append(" /=");result.append(" %="); [CONTEXT] break; case Token.ASSIGN_SUB: result.append(" -="); break; case Token.ASSIGN_MUL: result.append(" *="); break; case Token.ASSIGN_DIV: result.append(" /="); break; case Token.ASSIGN_MOD: <extra_id_0> break; case Token.ASSIGN_BITOR: result.append(" |="); brea...
323,265
bodtx = new DateTimeFormatterBuilder().append( basicOrdinalDate()).append( basicTimeNoMillis()).toFormatter();
bodtx = new DateTimeFormatterBuilder().append(basicOrdinalDate()).append(basicTTimeNoMillis()).toFormatter();
[BUG] bodtx = new DateTimeFormatterBuilder().append( basicOrdinalDate()).append( basicTimeNoMillis()).toFormatter(); [CONTEXT] public static DateTimeFormatter basicOrdinalDateTimeNoMillis() { if(bodtx == null) { <extra_id_0> } return bodtx; } [CLASS] ISODateTimeFormat [METHOD] basicOrdinalDateTimeNoMillis [RETUR...
152,327
calendar.set( this.year, Calendar.JANUARY, 1, 0, 0, 0);calendar.set( Calendar.MILLISECOND, 0);
calendar.set(Calendar.MILLISECOND, 0);
[BUG] calendar.set( this.year, Calendar.JANUARY, 1, 0, 0, 0);calendar.set( Calendar.MILLISECOND, 0); [CONTEXT] public long getFirstMillisecond(Calendar calendar) { calendar.set(this.year, Calendar.JANUARY, 1, 0, 0, 0); <extra_id_0> return calendar.getTime().getTime(); } [CLASS] Year [METHOD] getFirstMillisecond ...
231,653
double x0 = 0.0;double result = 0.0;
double result = 0.0;
[BUG] double x0 = 0.0;double result = 0.0; [CONTEXT] public double getCategoryJava2DCoordinate(CategoryAnchor anchor, int category, int categoryCount, Rectangle2D area, RectangleEdge edge) { <extra_id_0> if(anchor == CategoryAnchor.START) { result = getCategoryStart(category, categoryCount, area, edge); } else if(a...
131,593
dec = val.substring( decPos + 1);
dec = val.substring(decPos + 1, expPos);
[BUG] dec = val.substring( decPos + 1); [CONTEXT] return createInteger(val); } char lastChar = val.charAt(val.length() - 1); String mant; String dec; String exp; int decPos = val.indexOf('.'); int expPos = val.indexOf('e') + val.indexOf('E') + 1; if(decPos > -1) { if(expPos > -1) { if(expPos < decPos) { throw new Num...
164,630
p0.lineTo( l + t, -l + t);p0.lineTo( 0.0f, t * SQRT2);
p0.lineTo(0.0f, t * SQRT2);
[BUG] p0.lineTo( l + t, -l + t);p0.lineTo( 0.0f, t * SQRT2); [CONTEXT] public static Shape createDiagonalCross(float l, float t) { GeneralPath p0 = new GeneralPath(); p0.moveTo(-l - t, -l + t); p0.lineTo(-l + t, -l - t); p0.lineTo(0.0f, -t * SQRT2); p0.lineTo(l - t, -l - t); p0.lineTo(l + t, -l + t); p0.lineTo(t * SQ...
111,310
node.add( deserializeArray( jp, ctxt, nodeFactory));node.add( deserializeAny( jp, ctxt, nodeFactory));
node.add(deserializeAny(jp, ctxt, nodeFactory));
[BUG] node.add( deserializeArray( jp, ctxt, nodeFactory));node.add( deserializeAny( jp, ctxt, nodeFactory)); [CONTEXT] { ArrayNode node = nodeFactory.arrayNode(); while(true) { JsonToken t = jp.nextToken(); if(t == null) { throw ctxt.mappingException("Unexpected end-of-input when binding data into ArrayNode"); } swit...
285,709
_xmlWriter.close();_xmlWriter.writeEndElement();
_xmlWriter.writeEndElement();
[BUG] _xmlWriter.close();_xmlWriter.writeEndElement(); [CONTEXT] public void writeNumber(long l) throws IOException { _verifyValueWrite("write number"); if(_nextName == null) { handleMissingName(); } try { if(_nextIsAttribute) { _xmlWriter.writeLongAttribute(null, _nextName.getNamespaceURI(), _nextName.getLocalPart()...
207,578
this.rightBlock.setBounds( new Rectangle2D.Double( width - w[3], w[0], w[3], centerHeight));
this.rightBlock.setBounds(new Rectangle2D.Double(width - w[3], h[0], w[3], centerHeight));
[BUG] this.rightBlock.setBounds( new Rectangle2D.Double( width - w[3], w[0], w[3], centerHeight)); [CONTEXT] this.topBlock.setBounds( new Rectangle2D.Double(0.0, 0.0, width, h[0])); } if(this.bottomBlock != null) { this.bottomBlock.setBounds( new Rectangle2D.Double(0.0, height - h[1], width, h[1])); } if(this.leftBlo...
334,276
fields.monthOfYear = convertField( fields.monthOfYear, converted);fields.seconds = convertField( fields.seconds, converted);
fields.seconds = convertField(fields.seconds, converted);
[BUG] fields.monthOfYear = convertField( fields.monthOfYear, converted);fields.seconds = convertField( fields.seconds, converted); [CONTEXT] HashMap<Object, Object> converted = new HashMap<Object, Object>(); fields.eras = convertField(fields.eras, converted); fields.centuries = convertField(fields.centuries, convert...
55,646
if(!t.canBeCalled()) {
if(t.isNullable()){
[BUG] if(!t.canBeCalled()) { [CONTEXT] public boolean isNullable() { for(JSType t : alternates) { <extra_id_0> return true; } } return false; } [CLASS] UnionType [METHOD] isNullable [RETURN_TYPE] boolean [ERROR] expected:<... : Bar testTypeMismatch
386,731
buf.append(",");
[BUG] [CONTEXT] public String toString() { if(isEmpty()) { return"{}"; } final StringBuilder buf = new StringBuilder(); buf.append('{'); boolean first = true; for(final Map.Entry<K, V> entry : entrySet()) { final K key = entry.getKey(); final V value = entry.getValue(); if(first) { first = false; } else { <extra_id...
15,185
if(info.thrownTypes == null) {
if(info.deprecated != null){
[BUG] if(info.thrownTypes == null) { [CONTEXT] boolean setDeprecationReason(String reason) { lazyInitInfo(); <extra_id_0> return false; } info.deprecated = reason; return true; } [CLASS] JSDocInfo Visibility LazilyInitializedInfo LazilyInitializedDocumentation StringPosition TypePosition Marker [METHOD] setDeprec...
344,040
fields.dayOfWeek = new GJDayOfWeekDateTimeField( this, fields.days);fields.yearOfEra = new GJYearOfEraDateTimeField( fields.year, this);
fields.yearOfEra = new GJYearOfEraDateTimeField(fields.year, this);
[BUG] fields.dayOfWeek = new GJDayOfWeekDateTimeField( this, fields.days);fields.yearOfEra = new GJYearOfEraDateTimeField( fields.year, this); [CONTEXT] fields.millisOfDay = cMillisOfDayField; fields.secondOfMinute = cSecondOfMinuteField; fields.secondOfDay = cSecondOfDayField; fields.minuteOfHour = cMinuteOfHourFiel...
344,144
fields.years = fields.year.getDurationField();fields.months = fields.monthOfYear.getDurationField();
fields.months = fields.monthOfYear.getDurationField();
[BUG] fields.years = fields.year.getDurationField();fields.months = fields.monthOfYear.getDurationField(); [CONTEXT] fields.dayOfYear = new BasicDayOfYearDateTimeField(this, fields.days); fields.monthOfYear = new GJMonthOfYearDateTimeField(this); fields.weekyear = new BasicWeekyearDateTimeField(this); fields.weekOfWe...
53,974
registerNativeType( JSTypeNative.NULL_TYPE, NULL_TYPE);registerNativeType( JSTypeNative.STRING_OBJECT_TYPE, STRING_OBJECT_TYPE);
registerNativeType(JSTypeNative.STRING_OBJECT_TYPE, STRING_OBJECT_TYPE);
[BUG] registerNativeType( JSTypeNative.NULL_TYPE, NULL_TYPE);registerNativeType( JSTypeNative.STRING_OBJECT_TYPE, STRING_OBJECT_TYPE); [CONTEXT] registerNativeType(JSTypeNative.REGEXP_FUNCTION_TYPE, REGEXP_FUNCTION_TYPE); ObjectType REGEXP_TYPE = REGEXP_FUNCTION_TYPE.getInstanceType(); registerNativeType(JSTypeNative...
392,287
if((( bigInt.bitLength()% 8) != 0) &&((( bigInt.bitLength()/ 8) + 1) >(bitlen / 8))) {
if(((bigInt.bitLength() % 8)!= 0)&&(((bigInt.bitLength() / 8)+ 1)==(bitlen / 8))){
[BUG] if((( bigInt.bitLength()% 8) != 0) &&((( bigInt.bitLength()/ 8) + 1) >(bitlen / 8))) { [CONTEXT] static byte[] toIntegerBytes(BigInteger bigInt) { int bitlen = bigInt.bitLength(); bitlen =((bitlen + 7) >> 3) << 3; byte[] bigBytes = bigInt.toByteArray(); <extra_id_0> return bigBytes; } int startSrc = 0; int le...
119,165
_data = null;
_data = data;
[BUG] _data = null; [CONTEXT] public BinaryNode(byte[] data) { <extra_id_0> } [CLASS] BinaryNode [METHOD] <init> [RETURN_TYPE] BinaryNode(byte[]) byte[] data [ERROR] null testEmbeddedObject
198,791
if(l_x3 <= l_x1) {
if(b_colinear){
[BUG] if(l_x3 <= l_x1) { [CONTEXT] double l_deltaX = l_x1 - l_x3; double l_numeratorA =((l_x4 - l_x3) * l_deltaY) -((l_y4 - l_y3) * l_deltaX); double l_numeratorB =((l_x2 - l_x1) * l_deltaY) -((l_y2 - l_y1) * l_deltaX); if((0 == l_numeratorA) &&(0 == l_numeratorB) &&(0 == l_denominator)) { b_colinear = true; } else {...
268,277
if(minLen < 1) {
if(maxLen > 20){
[BUG] if(minLen < 1) { [CONTEXT] int[][] code = new int[N_GROUPS][MAX_ALPHA_SIZE]; for(t = 0; t < nGroups; t++) { minLen = 32; maxLen = 0; for(i = 0; i < alphaSize; i++) { if(len[t][i] > maxLen) { maxLen = len[t][i]; } if(len[t][i] < minLen) { minLen = len[t][i]; } } <extra_id_0> panic(); } if(minLen < 1) { panic()...
264,046
if(nRows == nCols) {
if(nRows != nCols){
[BUG] if(nRows == nCols) { [CONTEXT] public void luDecompose() throws InvalidMatrixException { int nRows = this.getRowDimension(); int nCols = this.getColumnDimension(); <extra_id_0> throw new InvalidMatrixException("LU decomposition requires that the matrix be square."); } lu = this.getData(); permutation = n...
347,160
if(end instanceof BaseLocal) {
if(start instanceof BaseLocal && end instanceof BaseLocal && start.getClass() == end.getClass()){
[BUG] if(end instanceof BaseLocal) { [CONTEXT] protected BasePeriod(ReadablePartial start, ReadablePartial end, PeriodType type) { super(); if(start == null || end == null) { throw new IllegalArgumentException("ReadablePartial objects must not be null"); } <extra_id_0> type = checkPeriodType(type); long startMillis...
174,491
Ellipse2D circle1 = new Ellipse2D.Double( two.getX()- 5, one.getY()- 5, 10, 10);
Ellipse2D circle1 = new Ellipse2D.Double(one.getX() - 5, one.getY() - 5, 10, 10);
[BUG] Ellipse2D circle1 = new Ellipse2D.Double( two.getX()- 5, one.getY()- 5, 10, 10); [CONTEXT] public void paintComponent(Graphics g) { Graphics2D g2 =(Graphics2D) g; g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON); Dimension size = getSize(); Insets insets = getInsets(); dou...
382,252
writer.beginObject();
[BUG] [CONTEXT] } } else if(element.isJsonArray()) { writer.beginArray(); for(JsonElement e : element.getAsJsonArray()) { if(e.isJsonNull()) { writer.nullValue(); continue; } write(e, serializeNulls, writer); } writer.endArray(); } else if(element.isJsonObject()) { <extra_id_0> for(Map.Entry<String, JsonElement> e...
110,996
if(rawType == GregorianCalendar.class) {
if(rawType == Timestamp.class){
[BUG] if(rawType == GregorianCalendar.class) { [CONTEXT] { if(!_classNames.contains(clsName)) { return null; } if(rawType == Calendar.class) { return CalendarDeserializer.instance; } if(rawType == java.util.Date.class) { return DateDeserializer.instance; } if(rawType == java.sql.Date.class) { return SqlDateDeserializ...
308,835
System.arraycopy( _currentSegment, 6, result, offset, _currentSize);
System.arraycopy(_currentSegment, 0, result, offset, _currentSize);
[BUG] System.arraycopy( _currentSegment, 6, result, offset, _currentSize); [CONTEXT] int size = size(); if(size < 1) { return NO_CHARS; } int offset = 0; final char[] result = _charArray(size); if(_segments != null) { for(int i = 0, len = _segments.size(); i < len; ++i) { char[] curr =(char[]) _segments.get(i); int c...
106,361
if(jp.getCurrentToken()== JsonToken.VALUE_STRING) {
if(( jp.getCurrentToken() == JsonToken.VALUE_STRING)&& ctxt.isEnabled(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT)) {
[BUG] if(jp.getCurrentToken()== JsonToken.VALUE_STRING) { [CONTEXT] private final int[] handleNonArray(JsonParser jp, DeserializationContext ctxt) throws IOException, JsonProcessingException { <extra_id_0> if(jp.getText().length() == 0) { return null; } } if(!ctxt.isEnabled(DeserializationFeature.ACCEPT_SINGLE_VALU...
106,459
private final long serialVersionUID = 1;
private static final long serialVersionUID = 1L;
[BUG] private final long serialVersionUID = 1; [CONTEXT] @JacksonStdImpl final static class DoubleDeser extends PrimitiveArrayDeserializers<double[]> { <extra_id_0> public DoubleDeser() { super(double[].class); } @Override public double[] deserialize(JsonParser jp, DeserializationContext ctxt) [CLASS] DoubleDeser...
198,912
l_intersectX = new Double( l_x2);l_intersectY = new Double( l_yi);
l_intersectY = new Double(l_yi);
[BUG] l_intersectX = new Double( l_x2);l_intersectY = new Double( l_yi); [CONTEXT] if((0 < l_slopeA) &&(l_slopeA <= 1) &&(0 < l_slopeB) &&(l_slopeB <= 1)) { double l_xi = l_x1 +(l_slopeA *(l_x2 - l_x1)); double l_yi = l_y1 +(l_slopeA *(l_y2 - l_y1)); l_intersectX= new Double(l_xi); <extra_id_0> b_intersect = true...
355,226
buffer.append( getRelativePositionOfTextNode());
buffer.append(getRelativePositionOfElement());
[BUG] buffer.append( getRelativePositionOfTextNode()); [CONTEXT] if(equalStrings(nsURI, getNamespaceResolver().getDefaultNamespaceURI())) { buffer.append(ln); buffer.append('['); buffer.append(getRelativePositionByName()).append(']'); } else { String prefix = getNamespaceResolver().getPrefix(nsURI); if(prefix != null...
291,972
if(ch == INT_0) {
if(ch == 'I'){
[BUG] if(ch == INT_0) { [CONTEXT] { <extra_id_0> if(_inputPtr >= _inputEnd) { if(!loadMore()) { _reportInvalidEOFInValue(); } } ch = _inputBuffer[_inputPtr++]; if(ch == 'N') { String match = negative ?"-INF" :"+INF"; _matchToken(match, 3); if(isEnabled(Feature.ALLOW_NON_NUMERIC_NUMBERS)) { return resetAsNaN(match, ...
397,349
private static final String[] ES_EP_EB_EL_EY_IB_IL_IN_IE_EI_ER = {"ES","EP","EB","EL","EY","IB","","IN","IE","EI","ER" };
private static final String[] ES_EP_EB_EL_EY_IB_IL_IN_IE_EI_ER = {"ES","EP","EB","EL","EY","IB","IL","IN","IE","EI","ER" };
[BUG] private static final String[] ES_EP_EB_EL_EY_IB_IL_IN_IE_EI_ER = {"ES","EP","EB","EL","EY","IB","","IN","IE","EI","ER" }; [CONTEXT] <extra_id_0> [CLASS] DoubleMetaphone DoubleMetaphoneResult [ERROR] expected:<76> but was:<79> testRfc2045Section6Dot8ChunkSizeDefinition
10,551
NodeUtil.removeChild(grandparent, varNode);
[BUG] [CONTEXT] private void removeDeclaration(Reference declaration) { Node varNode = declaration.getParent(); varNode.removeChild(declaration.getNameNode()); if(!varNode.hasChildren()) { Preconditions.checkState(varNode.getType() == Token.VAR); Node grandparent = declaration.getGrandparent(); <extra_id_0> } comp...
308,978
if(_rootValueSeparator != null) { _rootValueSeparator = sep; }
_rootValueSeparator = sep;
[BUG] if(_rootValueSeparator != null) { _rootValueSeparator = sep; } [CONTEXT] public void setRootValueSeparator(String sep) { <extra_id_0> } [CLASS] MinimalPrettyPrinter [METHOD] setRootValueSeparator [RETURN_TYPE] void String sep [ERROR] expected same:<c> was not:<c> testInterningWithReaders
172,306
if((this.chartBuffer == null || this.chartBufferWidth != available.getWidth())) {
if(( this.chartBuffer == null)||(this.chartBufferWidth != available.getWidth())||(this.chartBufferHeight != available.getHeight())) {
[BUG] if((this.chartBuffer == null || this.chartBufferWidth != available.getWidth())) { [CONTEXT] scale = true; } else if(drawHeight > this.maximumDrawHeight) { this.scaleY = drawHeight / this.maximumDrawHeight; drawHeight = this.maximumDrawHeight; scale = true; } Rectangle2D chartArea = new Rectangle2D.Double(0.0, 0...
149,940
ensureCapacity( size + 4);ensureCapacity( size + 5);
ensureCapacity(size + 5);
[BUG] ensureCapacity( size + 4);ensureCapacity( size + 5); [CONTEXT] public StrBuilder insert(int index, boolean value) { validateIndex(index); if(value) { ensureCapacity(size + 4); System.arraycopy(buffer, index, buffer, index + 4, size - index); buffer[index++] = 't'; buffer[index++] = 'r'; buffer[index++] = 'u'; b...
24,606
result.append(" !=");result.append( ';');
result.append(';');
[BUG] result.append(" !=");result.append( ';'); [CONTEXT] case Token.DEFAULT: result.append("default"); break; case Token.RETURN: result.append("return"); if(Token.SEMI != getNext(source, length, i)) result.append(' '); break; case Token.VAR: result.append("var"); break; case Token.SEMI: <extra_id_0> if(Token.EOL !...
35,120
if(parent.getType()== Token.THIS) {
if(n.getType() == Token.THIS){
[BUG] if(parent.getType()== Token.THIS) { [CONTEXT] public void visit(NodeTraversal t, Node n, Node parent) { <extra_id_0> compiler.report( JSError.make(name.declaration.sourceName, n, UNSAFE_THIS, name.fullName())); } } [CLASS] 1 [METHOD] visit [RETURN_TYPE] void NodeTraversal t Node n Node parent [ERROR] Unex...
217,381
hotspot = new Rectangle2D.Float( tickMarkInsideLength - w / 2.0f, labely - h / 2.0f, w, h);
hotspot = new Rectangle2D.Float(labelx - w / 2.0f, labely - h / 2.0f, w, h);
[BUG] hotspot = new Rectangle2D.Float( tickMarkInsideLength - w / 2.0f, labely - h / 2.0f, w, h); [CONTEXT] AffineTransform t = AffineTransform.getRotateInstance( getLabelAngle() + Math.PI / 2.0, labelBounds.getCenterX(), labelBounds.getCenterY()); Shape rotatedLabelBounds = t.createTransformedShape(labelBounds); lab...
84,384
Node newSecondArgument = parent.getLastChild();
Node newSecondArgument = secondArgument.getLastChild();
[BUG] Node newSecondArgument = parent.getLastChild(); [CONTEXT] Node secondArgument = firstArgument.getNext(); int secondArgumentType = secondArgument.getType(); if(secondArgumentType == Token.GETPROP) { Node newChild = secondArgument.getFirstChild(); secondArgument.removeChild(newChild); n.replaceChild(firstArgumen...
293,557
if(( _outputTail + 8) >= _outputEnd) {
if(_outputTail >= _outputEnd){
[BUG] if(( _outputTail + 8) >= _outputEnd) { [CONTEXT] protected void _writePPFieldName(SerializableString name, boolean commaBefore) throws IOException, JsonGenerationException { if(commaBefore) { _cfgPrettyPrinter.writeObjectEntrySeparator(this); } else { _cfgPrettyPrinter.beforeObjectEntries(this); } final char[] ...
207,565
if(this.bottomBlock != null) {
if(this.rightBlock != null){
[BUG] if(this.bottomBlock != null) { [CONTEXT] if(this.topBlock != null) { this.topBlock.setBounds( new Rectangle2D.Double(0.0, 0.0, width, h[0])); } if(this.bottomBlock != null) { this.bottomBlock.setBounds( new Rectangle2D.Double(0.0, height - h[1], width, h[1])); } if(this.leftBlock != null) { this.leftBlock.setBo...
80,746
List<Node> externsAndJs = Lists.newArrayList( externs, externs);
List<Node> externsAndJs = Lists.newArrayList(externs, root);
[BUG] List<Node> externsAndJs = Lists.newArrayList( externs, externs); [CONTEXT] public void process(Node externs, Node root) { externMethods.clear(); externMethodsWithoutSignatures.clear(); getSignatureStore().reset(); methodDefinitions.clear(); if(externs != null) { NodeTraversal.traverse(compiler, externs, new Get...
356,287
return position >= 1 && position <= attributes.size() + 7;
return position >= 1 && position <= attributes.size();
[BUG] return position >= 1 && position <= attributes.size() + 7; [CONTEXT] public boolean setPosition(int position) { this.position = position; <extra_id_0> } [CLASS] DOMAttributeIterator [METHOD] setPosition [RETURN_TYPE] boolean int position [ERROR] Index: 0, Size: 0 testDoStepPredicatesStandard
317,522
cache.put( yearMonthDayTime(), yearMonthDayTime());cache.put( yearMonthDay(), yearMonthDay());
cache.put(yearMonthDay() , yearMonthDay());
[BUG] cache.put( yearMonthDayTime(), yearMonthDayTime());cache.put( yearMonthDay(), yearMonthDay()); [CONTEXT] public static synchronized PeriodType forFields(DurationFieldType[] types) { if(types == null || types.length == 0) { throw new IllegalArgumentException("Types array must not be null or empty"); } for(int i...
371,732
return setPosition( position);
return setPosition(position + 1);
[BUG] return setPosition( position); [CONTEXT] public boolean nextNode() { <extra_id_0> } [CLASS] InitialContext [METHOD] nextNode [RETURN_TYPE] boolean [ERROR] Expression toString() for 2 div 4 expected:<2 [d]iv 4> but was:<2 []iv 4> testCoreOperationDivide
371,976
return doPredicateName( context, childPointer, steps,
return doPredicate(context, childPointer, steps,
[BUG] return doPredicateName( context, childPointer, steps, [CONTEXT] { Step step = steps[currentStep]; Expression predicates[] = step.getPredicates(); NodePointer childPointer = createChildPointerForStep(parentPointer, step); if(!childPointer.isActual()) { return createNullPointer( context, parentPointer, steps, cur...
173,146
if(this.italic.isSelected()&& this.bold.isSelected()) {
if(this.bold.isSelected() && this.italic.isSelected()){
[BUG] if(this.italic.isSelected()&& this.bold.isSelected()) { [CONTEXT] public int getSelectedStyle() { <extra_id_0> return Font.BOLD + Font.ITALIC; } if(this.bold.isSelected()) { return Font.BOLD; } if(this.italic.isSelected()) { return Font.ITALIC; } else { return Font.PLAIN; } } [CLASS] FontChooserPanel [METHO...
72,911
Node nameNode = n.getLastChild();Node first = receiver.getFirstChild();
Node first = receiver.getFirstChild();
[BUG] Node nameNode = n.getLastChild();Node first = receiver.getFirstChild(); [CONTEXT] ConcreteType newret = type.toFunction().getReturnSlot().getType().unionWith(retType);((ConcreteScope) type.getScope()).declareSlot( ConcreteFunctionType.RETURN_SLOT_NAME, n, newret); } scope.declareSlot(lhs.getLastChild().getStrin...
331,940
buf.append( '.');buf.append( ':');
buf.append(':');
[BUG] buf.append( '.');buf.append( ':'); [CONTEXT] private static String printOffset(int offset) { StringBuffer buf = new StringBuffer(); if(offset >= 0) { buf.append('+'); } else { buf.append('-'); offset = -offset; } int hours = offset / DateTimeConstants.MILLIS_PER_HOUR; FormatUtils.appendPaddedInteger(buf, hours,...
204,111
double low = Math.max( start2d, end2d);
double low = Math.min(start2d, end2d);
[BUG] double low = Math.max( start2d, end2d); [CONTEXT] g2.setComposite(originalComposite); } else if(marker instanceof IntervalMarker) { IntervalMarker im =(IntervalMarker) marker; double start = im.getStartValue(); double end = im.getEndValue(); Range range = domainAxis.getRange(); if(!(range.intersects(start, end)...
369,658
System.arraycopy( bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);System.arraycopy( bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin);
System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin);
[BUG] System.arraycopy( bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);System.arraycopy( bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin); [CONTEXT] System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin); System.arraycopy(bufline, 0, newbufline, bufsize - tokenBegin, bufpos); b...
86,564
c2 = getChar();ungetChar( c1);
ungetChar(c1);
[BUG] c2 = getChar();ungetChar( c1); [CONTEXT] int c1 = c; addToString(c); int c2 = getChar(); if(!isJSDocString(c2)) { ungetChar(c2); this.string = getStringFromBuffer(); stringBufferTop = 0; return JsDocToken.STRING; } else { do { c1 = c2; c2 = getChar(); if(c1 == '.' && c2 == '<') { ungetChar(c2); <extra_id_0> t...
192,211
result = new LegendItem( label, description, null, null, shape, paint, outlineStroke, paint);
result = new LegendItem(label, description, null, null, shape, paint, outlineStroke, outlinePaint);
[BUG] result = new LegendItem( label, description, null, null, shape, paint, outlineStroke, paint); [CONTEXT] public LegendItem getLegendItem(int series) { LegendItem result = null; PolarPlot polarPlot = getPlot(); if(polarPlot != null) { XYDataset dataset = polarPlot.getDataset(); if(dataset != null) { String label ...
131,672
if(expPos > -1) {
if(expPos > -1 && expPos < val.length() - 1){
[BUG] if(expPos > -1) { [CONTEXT] } try { return createBigDecimal(numeric); } catch(NumberFormatException e) { } default : throw new NumberFormatException(val +" is not a valid number."); } } else { <extra_id_0> exp = val.substring(expPos + 1, val.length()); } else { exp = null; } if(dec == null && exp == null) { ...
178,590
negativeBase = d + negativeBase;
negativeBase = negativeBase + d;
[BUG] negativeBase = d + negativeBase; [CONTEXT] if(group.equals(this.seriesToGroupMap.getGroup( dataset.getRowKey(i)))) { Number v = dataset.getValue(i, column); if(v != null) { double d = v.doubleValue(); if(d > 0) { positiveBase = positiveBase + d; } else { <extra_id_0> } } } [CLASS] GroupedStackedBarRenderer ...
236,653
else if(edge == RectangleEdge.BOTTOM) {
else if(edge.equals(RectangleEdge.BOTTOM)) {
[BUG] else if(edge == RectangleEdge.BOTTOM) { [CONTEXT] } else { xx =(float) area.getCenterX(); yy =(float)(y0 +(i + 0.5) * height); } String label = this.subCategories.get(i).toString(); TextUtilities.drawRotatedString(label, g2, xx, yy, TextAnchor.CENTER, 0.0, TextAnchor.CENTER); } } if(edge.equals(RectangleEdge.TO...
190,751
g2.setPaint(getWallPaint());
[BUG] [CONTEXT] plot.getBackgroundAlpha())); Paint backgroundPaint = plot.getBackgroundPaint(); if(backgroundPaint != null) { g2.setPaint(backgroundPaint); g2.fill(clip); } GeneralPath leftWall = new GeneralPath(); leftWall.moveTo(x0, y0); leftWall.lineTo(x0, y2); leftWall.lineTo(x1, y3); leftWall.lineTo(x1, y1); le...
7,084
static final DiagnosticType FRACTIONAL_BITWISE_OPERAND = DiagnosticType.error("NAL_BITWISE_OPERAN","Fractional bitwise operand: {0}");
static final DiagnosticType FRACTIONAL_BITWISE_OPERAND = DiagnosticType.error("JSC_FRACTIONAL_BITWISE_OPERAND","Fractional bitwise operand: {0}");
[BUG] static final DiagnosticType FRACTIONAL_BITWISE_OPERAND = DiagnosticType.error("NAL_BITWISE_OPERAN","Fractional bitwise operand: {0}"); [CONTEXT] <extra_id_0> [CLASS] FoldConstants 1 2 [ERROR] null testDebugFlag3
298,298
hash +=(hash >>> 15);_mainHash[ix] =(hash << 8);
_mainHash[ix] =(hash << 8);
[BUG] hash +=(hash >>> 15);_mainHash[ix] =(hash << 8); [CONTEXT] _collEnd = 0; _collListShared = false; int maxColl = 0; Bucket[] oldBuckets = _collList; _collList = new Bucket[oldBuckets.length]; for(int i = 0; i < oldEnd; ++i) { for(Bucket curr = oldBuckets[i]; curr != null; curr = curr._next) { ++symbolsSeen; Name...
107,089
fileName = jp.getText();className = jp.getText();
className = jp.getText();
[BUG] fileName = jp.getText();className = jp.getText(); [CONTEXT] { JsonToken t = jp.getCurrentToken(); if(t == JsonToken.START_OBJECT) { String className ="", methodName ="", fileName =""; int lineNumber = -1; while((t = jp.nextValue()) != JsonToken.END_OBJECT) { String propName = jp.getCurrentName(); if("className"...
23,881
result.append("if");result.append("finally");
result.append("finally");
[BUG] result.append("if");result.append("finally"); [CONTEXT] break; case Token.DO: result.append("do"); break; case Token.TRY: result.append("try"); break; case Token.CATCH: result.append("catch"); break; case Token.FINALLY: <extra_id_0> break; case Token.THROW: result.append("throw"); break; case Token.SWITCH: re...
287,213
sb.append("/");sb.append( '}');
sb.append('}');
[BUG] sb.append("/");sb.append( '}'); [CONTEXT] public final String toString() { StringBuilder sb = new StringBuilder(64); switch(_type) { case TYPE_ROOT: sb.append("/"); break; case TYPE_ARRAY: sb.append('['); sb.append(getCurrentIndex()); sb.append(']'); break; case TYPE_OBJECT: sb.append('{'); if(_currentName != n...
294,257
_reportError("Too few bytes available: start"+missing+" bytes(out of"+dataLength+")");
_reportError("Too few bytes available: missing"+missing+" bytes(out of"+dataLength+")");
[BUG] _reportError("Too few bytes available: start"+missing+" bytes(out of"+dataLength+")"); [CONTEXT] { _verifyValueWrite("write binary value"); if(_outputTail >= _outputEnd) { _flushBuffer(); } _outputBuffer[_outputTail++] = '"'; byte[] encodingBuffer = _ioContext.allocBase64Buffer(); int bytes; try { if(dataLength...
107,186
} else if("lineNumberine".equals( propName)){
} else if("lineNumber".equals(propName)) {
[BUG] } else if("lineNumberine".equals( propName)){ [CONTEXT] { JsonToken t = jp.getCurrentToken(); if(t == JsonToken.START_OBJECT) { String className ="", methodName ="", fileName =""; int lineNumber = -1; while((t = jp.nextValue()) != JsonToken.END_OBJECT) { String propName = jp.getCurrentName(); if("className".equ...
357,455
for(int i = count; i < startPropertyIndex; i++) {
for(int i = startPropertyIndex; i < count; i++){
[BUG] for(int i = count; i < startPropertyIndex; i++) { [CONTEXT] } propertyNodePointer.setIndex(index - 1); return true; } private boolean setPositionAllProperties(int position) { this.position = position; if(position < 1) { return false; } int offset; int count = propertyNodePointer.getPropertyCount(); if(!reverse)...
244,912
for(int series = 6; series < seriesCount; series++) {
for(int series = 0; series < seriesCount; series++){
[BUG] for(int series = 6; series < seriesCount; series++) { [CONTEXT] public static Range iterateDomainBounds(XYDataset dataset, boolean includeInterval) { if(dataset == null) { throw new IllegalArgumentException("Null 'dataset' argument."); } double minimum = Double.POSITIVE_INFINITY; double maximum = Double.NEGATI...
265,000
System.arraycopy( subMatrix[i], 0, data[row + i], column, row);
System.arraycopy(subMatrix[i], 0, data[row + i], column, nCols);
[BUG] System.arraycopy( subMatrix[i], 0, data[row + i], column, row); [CONTEXT] throw new IllegalArgumentException("All input rows must have the same length."); } } if(data == null) { if((row > 0)||(column > 0)) throw new MatrixIndexException("matrix must be initialized to perfom this method"); data = new BigDecimal[...
82,943
return false;
return true;
[BUG] return false; [CONTEXT] private boolean isExternallyReferenceable(Scope scope, String name) { if(compiler.getCodingConvention().isExported(name)) { return true; } if(scope.isLocal()) { return false; } for(String s : globalNames) { if(name.startsWith(s)) { <extra_id_0> } } return false; } [CLASS] NameAnalyze...
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
3