id
stringlengths
22
24
content
stringlengths
1.25k
447k
max_stars_repo_path
stringlengths
29
85
code_ujb_repair_data_201
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/lang/WordUtilsTest.java
code_ujb_repair_data_202
package com.fasterxml.jackson.databind.jsonschema; import java.math.BigDecimal; import java.math.BigInteger; import java.util.*; import com.fasterxml.jackson.annotation.JsonPropertyOrder; import com.fasterxml.jackson.annotation.JsonValue; import com.fasterxml.jackson.core.JsonParser.NumberType; import com.fasterxml.j...
com/fasterxml/jackson/databind/jsonschema/NewSchemaTest.java
code_ujb_repair_data_203
package org.jsoup.parser; import org.jsoup.Jsoup; import org.jsoup.TextUtil; import org.jsoup.nodes.Comment; import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; import org.jsoup.nodes.TextNode; import org.jsoup.select.Elements; import org.junit.Test; import java.util.List; import static org.junit.Assert...
org/jsoup/parser/ParserTest.java
code_ujb_repair_data_204
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2008, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/in...
org/jfree/data/xy/junit/XYSeriesTests.java
code_ujb_repair_data_205
package org.mockitousage.bugs; import org.junit.Test; import org.mockito.listeners.InvocationListener; import org.mockito.listeners.MethodInvocationReport; import java.util.List; import static org.mockito.Mockito.*; public class ListenersLostOnResetMockTest { @Test public void listener() throws Exception ...
org/mockitousage/bugs/ListenersLostOnResetMockTest.java
code_ujb_repair_data_206
/* * Copyright 2006 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
com/google/javascript/jscomp/TypeCheckTest.java
code_ujb_repair_data_207
/* * Copyright 2009 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
com/google/javascript/jscomp/IntegrationTest.java
code_ujb_repair_data_208
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math/distribution/NormalDistributionTest.java
code_ujb_repair_data_209
/* * Copyright 2001-2005 Stephen Colebourne * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
org/joda/time/chrono/TestGJChronology.java
code_ujb_repair_data_210
/* * * ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * ...
com/google/javascript/rhino/jstype/UnionTypeTest.java
code_ujb_repair_data_211
package com.fasterxml.jackson.databind.misc; import java.io.IOException; import java.security.Permission; import com.fasterxml.jackson.databind.*; // Test(s) to verify that forced access works as expected public class AccessFixTest extends BaseMapTest { static class CauseBlockingSecurityManager extends S...
com/fasterxml/jackson/databind/misc/AccessFixTest.java
code_ujb_repair_data_212
package com.fasterxml.jackson.core.base64; import java.io.*; import com.fasterxml.jackson.core.*; import com.fasterxml.jackson.core.testsupport.ThrottledInputStream; public class Base64GenerationTest extends com.fasterxml.jackson.core.BaseTest { /* The usual sample input string, from Thomas Hobbes's "Leviath...
com/fasterxml/jackson/core/base64/Base64GenerationTest.java
code_ujb_repair_data_213
/* * Copyright (C) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
com/google/gson/stream/JsonReaderTest.java
code_ujb_repair_data_214
/* * Copyright 2006 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
com/google/javascript/jscomp/TypeCheckTest.java
code_ujb_repair_data_215
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStreamTest.java
code_ujb_repair_data_216
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math/geometry/euclidean/threed/RotationTest.java
code_ujb_repair_data_217
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math3/optimization/linear/SimplexSolverTest.java
code_ujb_repair_data_218
/* * Copyright 2001-2011 Stephen Colebourne * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
org/joda/time/format/TestDateTimeFormatter.java
code_ujb_repair_data_219
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/jxpath/ri/compiler/CoreOperationTest.java
code_ujb_repair_data_220
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSetTest.java
code_ujb_repair_data_221
/* * Copyright 2008 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
com/google/javascript/jscomp/FunctionInjectorTest.java
code_ujb_repair_data_222
/* * Copyright 2008 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
com/google/javascript/jscomp/CheckMissingReturnTest.java
code_ujb_repair_data_223
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math/analysis/solvers/BrentSolverTest.java
code_ujb_repair_data_224
/* * Copyright (c) 2007 Mockito contributors * This program is made available under the terms of the MIT License. */ package org.mockito.internal.matchers; import org.mockitoutil.TestBase; import org.junit.Test; import static org.mockito.internal.matchers.Equality.areEqual; public class EqualityTest extends TestBa...
org/mockito/internal/matchers/EqualityTest.java
code_ujb_repair_data_225
/* * Copyright 2009 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
com/google/javascript/jscomp/IntegrationTest.java
code_ujb_repair_data_226
/* * Copyright 2006 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
com/google/javascript/jscomp/TypeCheckTest.java
code_ujb_repair_data_227
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2008, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/in...
org/jfree/chart/axis/junit/LogAxisTests.java
code_ujb_repair_data_228
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math/stat/inference/ChiSquareFactoryTest.java
code_ujb_repair_data_229
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2007, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/in...
org/jfree/chart/junit/AreaChartTests.java
code_ujb_repair_data_230
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/compress/archivers/tar/TarUtilsTest.java
code_ujb_repair_data_231
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
org/apache/commons/lang3/SystemUtilsTest.java
code_ujb_repair_data_232
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
org/apache/commons/cli/PosixParserTest.java
code_ujb_repair_data_233
package org.jsoup.nodes; import org.jsoup.Jsoup; import org.jsoup.TextUtil; import org.jsoup.parser.Tag; import org.junit.Test; import static org.junit.Assert.*; /** Tests Nodes @author Jonathan Hedley, jonathan@hedley.net */ public class NodeTest { @Test public void handlesBaseUri() { Tag tag = Tag.va...
org/jsoup/nodes/NodeTest.java
code_ujb_repair_data_234
package org.jsoup.nodes; import org.jsoup.Connection; import org.jsoup.Jsoup; import org.junit.Test; import java.util.List; import static org.junit.Assert.*; /** * Tests for FormElement * * @author Jonathan Hedley */ public class FormElementTest { @Test public void hasAssociatedControls() { //"butto...
org/jsoup/nodes/FormElementTest.java
code_ujb_repair_data_235
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2008, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/in...
org/jfree/data/time/junit/WeekTests.java
code_ujb_repair_data_236
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/lang/NumberUtilsTest.java
code_ujb_repair_data_237
package com.fasterxml.jackson.databind.creators; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JacksonInject; import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.core.JsonToken; import com.fasterxml.jackson.databind.*; import com.fasterxml.jackson.d...
com/fasterxml/jackson/databind/creators/TestCreatorsDelegating.java
code_ujb_repair_data_238
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/collections4/keyvalue/MultiKeyTest.java
code_ujb_repair_data_239
package org.jsoup.nodes; import org.jsoup.Jsoup; import org.junit.Test; import static org.junit.Assert.assertEquals; public class AttributeTest { @Test public void html() { Attribute attr = new Attribute("key", "value &"); assertEquals("key=\"value &\"", attr.html()); assertEquals(att...
org/jsoup/nodes/AttributeTest.java
code_ujb_repair_data_240
/* * Copyright (c) 2007 Mockito contributors * This program is made available under the terms of the MIT License. */ package org.mockitousage.bugs; import org.junit.After; import org.junit.Test; import org.mockito.Mock; import org.mockitousage.IMethods; import org.mockitoutil.TestBase; import static org.mockito.Ma...
org/mockitousage/bugs/NPEWithCertainMatchersTest.java
code_ujb_repair_data_241
/* * Copyright 2001-2011 Stephen Colebourne * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
org/joda/time/format/TestDateTimeFormatterBuilder.java
code_ujb_repair_data_242
/* * Copyright 2009 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
com/google/javascript/jscomp/CommandLineRunnerTest.java
code_ujb_repair_data_243
/* * Copyright 2001-2007 Stephen Colebourne * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
org/joda/time/TestDateTimeZoneCutover.java
code_ujb_repair_data_244
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math3/fraction/FractionTest.java
code_ujb_repair_data_245
/* * Copyright 2006 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
com/google/javascript/jscomp/NameAnalyzerTest.java
code_ujb_repair_data_246
package com.fasterxml.jackson.dataformat.xml.lists; import java.util.*; import com.fasterxml.jackson.dataformat.xml.XmlMapper; import com.fasterxml.jackson.dataformat.xml.XmlTestBase; import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper; import com.fasterxml.jackson.dataformat.xml.annotatio...
com/fasterxml/jackson/dataformat/xml/lists/NestedUnwrappedLists180Test.java
code_ujb_repair_data_247
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
org/apache/commons/cli/OptionBuilderTest.java
code_ujb_repair_data_248
/* * Copyright 2001-2005 Stephen Colebourne * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
org/joda/time/field/TestFieldUtils.java
code_ujb_repair_data_249
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/csv/CSVFormatTest.java
code_ujb_repair_data_250
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/jxpath/ri/model/JXPath151Test.java
code_ujb_repair_data_251
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math/complex/ComplexTest.java
code_ujb_repair_data_252
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/csv/CSVRecordTest.java
code_ujb_repair_data_253
package com.fasterxml.jackson.databind.deser.jdk; import java.io.IOException; import java.util.Map; import java.util.TreeMap; import com.fasterxml.jackson.databind.*; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; // for [databind#1807] public class MapDeserializerCachingTest extends BaseMapTest {...
com/fasterxml/jackson/databind/deser/jdk/MapDeserializerCachingTest.java
code_ujb_repair_data_254
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
org/apache/commons/cli/HelpFormatterTest.java
code_ujb_repair_data_255
/* * Copyright 2009 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
com/google/javascript/jscomp/CommandLineRunnerTest.java
code_ujb_repair_data_256
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math/optimization/fitting/GaussianFitterTest.java
code_ujb_repair_data_257
package org.jsoup.nodes; import org.junit.Test; import static org.junit.Assert.*; /** * Tests for the DocumentType node * * @author Jonathan Hedley, http://jonathanhedley.com/ */ public class DocumentTypeTest { @Test public void constructorValidationOkWithBlankName() { DocumentType fail = new Doc...
org/jsoup/nodes/DocumentTypeTest.java
code_ujb_repair_data_258
/* * Copyright 2001-2006 Stephen Colebourne * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
org/joda/time/TestDateTimeZone.java
code_ujb_repair_data_259
/* * Copyright 2007 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
com/google/javascript/jscomp/ClosureCodingConventionTest.java
code_ujb_repair_data_260
package com.fasterxml.jackson.databind.deser.filter; import java.io.*; import java.util.Collection; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonTypeInfo; import com.fasterxml.jackson.annotation.JsonInclude.Include; import com.fasterxml.jackson.databind.*; import c...
com/fasterxml/jackson/databind/deser/filter/ProblemHandlerUnknownTypeId2221Test.java
code_ujb_repair_data_261
/* * Copyright 2004 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
com/google/javascript/jscomp/PeepholeFoldConstantsTest.java
code_ujb_repair_data_262
/* * Copyright 2009 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
com/google/javascript/jscomp/CommandLineRunnerTest.java
code_ujb_repair_data_263
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math/stat/clustering/KMeansPlusPlusClustererTest.java
code_ujb_repair_data_264
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
org/apache/commons/compress/archivers/tar/TarArchiveInputStreamTest.java
code_ujb_repair_data_265
/* * Copyright 2001-2013 Stephen Colebourne * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
org/joda/time/TestDateTimeZone.java
code_ujb_repair_data_266
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
org/apache/commons/cli/GnuParserTest.java
code_ujb_repair_data_267
package com.fasterxml.jackson.dataformat.xml; import java.io.*; import com.fasterxml.jackson.databind.*; import com.fasterxml.jackson.databind.ser.DefaultSerializerProvider; import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement; import com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator; im...
com/fasterxml/jackson/dataformat/xml/MapperCopyTest.java
code_ujb_repair_data_268
/* * Copyright 2004 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
com/google/javascript/jscomp/CodePrinterTest.java
code_ujb_repair_data_269
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math/linear/OpenMapRealMatrixTest.java
code_ujb_repair_data_270
/* * Copyright 2006 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
com/google/javascript/jscomp/TypeCheckTest.java
code_ujb_repair_data_271
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/lang3/LocaleUtilsTest.java
code_ujb_repair_data_272
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math/distribution/FDistributionTest.java
code_ujb_repair_data_273
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
org/apache/commons/compress/archivers/ZipTestCase.java
code_ujb_repair_data_274
package com.fasterxml.jackson.databind.ser; import java.io.StringWriter; import java.text.SimpleDateFormat; import java.util.*; import com.fasterxml.jackson.annotation.*; import com.fasterxml.jackson.core.JsonGenerator; import com.fasterxml.jackson.databind.*; import com.fasterxml.jackson.databind.annotation.JsonSeri...
com/fasterxml/jackson/databind/ser/TestConfig.java
code_ujb_repair_data_275
/* * Copyright 2011 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
com/google/javascript/jscomp/InlineObjectLiteralsTest.java
code_ujb_repair_data_276
/* * Copyright 2009 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
com/google/javascript/jscomp/IntegrationTest.java
code_ujb_repair_data_277
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
org/apache/commons/compress/archivers/tar/TarArchiveOutputStreamTest.java
code_ujb_repair_data_278
package org.jsoup.parser; import org.jsoup.Jsoup; import org.jsoup.TextUtil; import org.jsoup.nodes.Comment; import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; import org.jsoup.nodes.TextNode; import org.jsoup.select.Elements; import org.junit.Test; import java.util.List; import static org.junit.Assert...
org/jsoup/parser/ParserTest.java
code_ujb_repair_data_279
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
org/apache/commons/compress/archivers/ArchiveStreamFactoryTest.java
code_ujb_repair_data_280
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2007, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/in...
org/jfree/chart/block/junit/BorderArrangementTests.java
code_ujb_repair_data_281
package org.jsoup.parser; import org.jsoup.Jsoup; import org.jsoup.TextUtil; import org.jsoup.helper.StringUtil; import org.jsoup.integration.ParseTest; import org.jsoup.nodes.CDataNode; import org.jsoup.nodes.Comment; import org.jsoup.nodes.DataNode; import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; im...
org/jsoup/parser/HtmlParserTest.java
code_ujb_repair_data_282
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/compress/utils/IOUtilsTest.java
code_ujb_repair_data_283
package com.fasterxml.jackson.databind.struct; import com.fasterxml.jackson.annotation.JsonFormat; import com.fasterxml.jackson.annotation.JsonPropertyOrder; import com.fasterxml.jackson.annotation.JsonFormat.Shape; import com.fasterxml.jackson.databind.BaseMapTest; import com.fasterxml.jackson.databind.ObjectMapper;...
com/fasterxml/jackson/databind/struct/TestPOJOAsArray.java
code_ujb_repair_data_284
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math/linear/EigenDecompositionImplTest.java
code_ujb_repair_data_285
/* * Copyright 2007 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
com/google/javascript/jscomp/parsing/JsDocInfoParserTest.java
code_ujb_repair_data_286
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2008, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/in...
org/jfree/chart/util/junit/ShapeListTests.java
code_ujb_repair_data_287
package com.fasterxml.jackson.databind.jsontype; import java.util.*; import com.fasterxml.jackson.annotation.*; import com.fasterxml.jackson.databind.BaseMapTest; import com.fasterxml.jackson.databind.DeserializationFeature; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.Obj...
com/fasterxml/jackson/databind/jsontype/TestPolymorphicWithDefaultImpl.java
code_ujb_repair_data_288
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/lang3/RandomStringUtilsTest.java
code_ujb_repair_data_289
/* * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
org/apache/commons/lang/time/DateUtilsTest.java
code_ujb_repair_data_290
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/lang3/ClassUtilsTest.java
code_ujb_repair_data_291
/* * Copyright (C) 2017 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
com/google/gson/internal/bind/JsonTreeReaderTest.java
code_ujb_repair_data_292
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/compress/archivers/tar/TarUtilsTest.java
code_ujb_repair_data_293
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2009, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/in...
org/jfree/data/time/junit/TimeSeriesTests.java
code_ujb_repair_data_294
/* * Copyright 2007 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
com/google/javascript/jscomp/CheckGlobalThisTest.java
code_ujb_repair_data_295
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/lang/time/DateUtilsTest.java
code_ujb_repair_data_296
/* * Copyright 2007 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
com/google/javascript/jscomp/parsing/ParserTest.java
code_ujb_repair_data_297
/* * Copyright (c) 2007 Mockito contributors * This program is made available under the terms of the MIT License. */ package org.mockitousage.annotation; import org.fest.assertions.Assertions; import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; import org.mockito.Mock; import org...
org/mockitousage/annotation/SpyAnnotationTest.java
code_ujb_repair_data_298
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
org/apache/commons/compress/utils/BitInputStreamTest.java
code_ujb_repair_data_299
/* * Copyright 2006 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
com/google/javascript/jscomp/TypeCheckTest.java
code_ujb_repair_data_300
/* * Copyright 2009 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
com/google/javascript/jscomp/CommandLineRunnerTest.java