id
stringlengths
22
24
content
stringlengths
1.25k
447k
max_stars_repo_path
stringlengths
29
85
code_ujb_repair_data_401
/** * 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/TypeHandlerTest.java
code_ujb_repair_data_402
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.*; import org.jsoup.select.Elements; import org.junit.Test; import java.io.File; import java.io.IOException; import java.util.List; import st...
org/jsoup/parser/HtmlParserTest.java
code_ujb_repair_data_403
/* * 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/Vector3DTest.java
code_ujb_repair_data_404
package com.fasterxml.jackson.databind.interop; import java.util.*; import org.springframework.jacksontest.BogusApplicationContext; import org.springframework.jacksontest.BogusPointcutAdvisor; import org.springframework.jacksontest.GrantedAuthority; import com.fasterxml.jackson.annotation.JsonTypeInfo; import com.fa...
com/fasterxml/jackson/databind/interop/IllegalTypesCheckTest.java
code_ujb_repair_data_405
/* * 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/codec/language/CaverphoneTest.java
code_ujb_repair_data_406
/* * 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/analysis/differentiation/DerivativeStructureTest.java
code_ujb_repair_data_407
/* * Copyright (C) 2008 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/gson/DefaultDateTypeAdapterTest.java
code_ujb_repair_data_408
/* * 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_409
/* * 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/math/NumberUtilsTest.java
code_ujb_repair_data_410
package com.fasterxml.jackson.databind.objectid; import com.fasterxml.jackson.annotation.*; import com.fasterxml.jackson.databind.*; public class AlwaysAsReferenceFirstTest extends BaseMapTest { @JsonPropertyOrder({ "bar1", "bar2" }) static class Foo { @JsonIdentityReference(alwaysAsId = true) ...
com/fasterxml/jackson/databind/objectid/AlwaysAsReferenceFirstTest.java
code_ujb_repair_data_411
/* * 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_412
/** * 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_413
/* * 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_414
/* * 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/TypeInferenceTest.java
code_ujb_repair_data_415
/* * 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/bug/BugCLI162Test.java
code_ujb_repair_data_416
/* * 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/CSVLexerTest.java
code_ujb_repair_data_417
/* * 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/time/FastDateFormat_ParserTest.java
code_ujb_repair_data_418
/* * Copyright 2009 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/CompilerRunnerTest.java
code_ujb_repair_data_419
package com.fasterxml.jackson.databind.ser; import java.io.IOException; import java.util.*; import com.fasterxml.jackson.annotation.*; import com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility; import com.fasterxml.jackson.core.JsonGenerator; import com.fasterxml.jackson.databind.*; import com.fasterxml.jacks...
com/fasterxml/jackson/databind/ser/TestJsonSerialize.java
code_ujb_repair_data_420
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.*; import org.jsoup.select.Elements; import org.junit.Test; import java.io.File; import java.io.IOException; import java.util.List; import st...
org/jsoup/parser/HtmlParserTest.java
code_ujb_repair_data_421
/* * 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/TarTestCase.java
code_ujb_repair_data_422
/* * 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/math/NumberUtilsTest.java
code_ujb_repair_data_423
/* * 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/linear/SimplexSolverTest.java
code_ujb_repair_data_424
package com.fasterxml.jackson.databind.node; import com.fasterxml.jackson.core.*; import com.fasterxml.jackson.databind.*; /** * Basic tests for {@link JsonNode} base class and some features * of implementation classes */ public class TestJsonNode extends NodeTestBase { public void testText() { ass...
com/fasterxml/jackson/databind/node/TestJsonNode.java
code_ujb_repair_data_425
package org.apache.commons.jxpath.ri.model; import org.apache.commons.jxpath.JXPathContext; import org.apache.commons.jxpath.JXPathTestCase; import org.apache.commons.jxpath.xml.DocumentContainer; public class JXPath154Test extends JXPathTestCase { protected JXPathContext context; protected DocumentContaine...
org/apache/commons/jxpath/ri/model/JXPath154Test.java
code_ujb_repair_data_426
/* * 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/ComplexFormatTest.java
code_ujb_repair_data_427
/* * 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_428
/* * 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/FlowSensitiveInlineVariablesTest.java
code_ujb_repair_data_429
/* * 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/TarTestCase.java
code_ujb_repair_data_430
/* * 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/codec/binary/Base64InputStreamTest.java
code_ujb_repair_data_431
/* * 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/zip/X5455_ExtendedTimestampTest.java
code_ujb_repair_data_432
/* * 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/StringUtilsTest.java
code_ujb_repair_data_433
package org.mockitousage.bugs.deepstubs; import static org.mockito.Mockito.RETURNS_DEEP_STUBS; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.when; import org.junit.Test; public class DeepStubFailingWhenGenricNestedAsRawTypeTest { interface MyClass1<MC2 extends MyClass2> { MC2 getNe...
org/mockitousage/bugs/deepstubs/DeepStubFailingWhenGenricNestedAsRawTypeTest.java
code_ujb_repair_data_434
/* * 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/univariate/BrentOptimizerTest.java
code_ujb_repair_data_435
package org.jsoup.helper; import static org.junit.Assert.assertEquals; import org.jsoup.nodes.Document; import org.jsoup.parser.Parser; import org.junit.Test; import java.nio.ByteBuffer; import java.nio.charset.Charset; public class DataUtilTest { @Test public void testCharset() { assertEquals("UTF-...
org/jsoup/helper/DataUtilTest.java
code_ujb_repair_data_436
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 &amp;\"", attr.html()); assertEquals(att...
org/jsoup/nodes/AttributeTest.java
code_ujb_repair_data_437
/* * 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/BrentSolverTest.java
code_ujb_repair_data_438
package org.jsoup.parser; import org.junit.Test; import static org.junit.Assert.*; /** * Test suite for character reader. * * @author Jonathan Hedley, jonathan@hedley.net */ public class CharacterReaderTest { @Test public void consume() { CharacterReader r = new CharacterReader("one"); asser...
org/jsoup/parser/CharacterReaderTest.java
code_ujb_repair_data_439
/* * 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/zip/Maven221MultiVolumeTest.java
code_ujb_repair_data_440
/* * 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/text/StrBuilderAppendInsertTest.java
code_ujb_repair_data_441
/* * Copyright 2004 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/PeepholeFoldConstantsTest.java
code_ujb_repair_data_442
/* * 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/LocaleUtilsTest.java
code_ujb_repair_data_443
/* * 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_444
/* * 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/ChecksumCalculatingInputStreamTest.java
code_ujb_repair_data_445
/* * 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/DisambiguatePropertiesTest.java
code_ujb_repair_data_446
package org.apache.commons.cli.bug; import org.apache.commons.cli.CommandLine; import org.apache.commons.cli.DefaultParser; import org.apache.commons.cli.Option; import org.apache.commons.cli.Options; import org.junit.Before; import org.junit.Test; import static org.junit.Assert.assertEquals; import static org.junit....
org/apache/commons/cli/bug/BugCLI265Test.java
code_ujb_repair_data_447
/* * 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_448
/** * 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_449
package com.fasterxml.jackson.databind.jsontype; import java.util.*; import com.fasterxml.jackson.annotation.*; import com.fasterxml.jackson.databind.*; // Test for [databind#1051], issue with combination of Type and Object ids, // if (but only if) `JsonTypeInfo.As.WRAPPER_OBJECT` used. public class WrapperObjectWi...
com/fasterxml/jackson/databind/jsontype/WrapperObjectWithObjectIdTest.java
code_ujb_repair_data_450
package com.fasterxml.jackson.databind.deser; import java.io.*; import java.net.*; import java.nio.ByteBuffer; import java.nio.charset.Charset; import java.util.Currency; import java.util.List; import java.util.Locale; import java.util.regex.Pattern; import com.fasterxml.jackson.annotation.*; import com.fasterxml.jac...
com/fasterxml/jackson/databind/deser/TestJdkTypes.java
code_ujb_repair_data_451
// 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/fitting/HarmonicFitterTest.java
code_ujb_repair_data_452
/* * 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/time/DateUtilsTest.java
code_ujb_repair_data_453
/* * 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/FunctionRewriterTest.java
code_ujb_repair_data_454
/* * 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_455
/* * 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/codec/binary/Base64Codec13Test.java
code_ujb_repair_data_456
/* * 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/math/NumberUtilsTest.java
code_ujb_repair_data_457
/* * 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/PeepholeSubstituteAlternateSyntaxTest.java
code_ujb_repair_data_458
/* * 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_459
/* * 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/TestPartial_Basics.java
code_ujb_repair_data_460
package com.fasterxml.jackson.core.util; import com.fasterxml.jackson.core.util.BufferRecycler; import com.fasterxml.jackson.core.util.TextBuffer; public class TestTextBuffer extends com.fasterxml.jackson.core.BaseTest { /** * Trivially simple basic test to ensure all basic append * methods work ...
com/fasterxml/jackson/core/util/TestTextBuffer.java
code_ujb_repair_data_461
/* * 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_462
package org.jsoup.helper; import org.jsoup.Jsoup; import org.jsoup.integration.ParseTest; import org.jsoup.nodes.Element; import org.junit.Test; import org.w3c.dom.Document; import org.w3c.dom.Node; import java.io.File; import java.io.IOException; import static org.jsoup.TextUtil.LE; import static org.junit.Assert.a...
org/jsoup/helper/W3CDomTest.java
code_ujb_repair_data_463
/* * Copyright 2003-2004 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/math/stat/regression/SimpleRegressionTest.java
code_ujb_repair_data_464
/* * 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/InlineVariablesTest.java
code_ujb_repair_data_465
/* * 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/time/FastDateFormat_ParserTest.java
code_ujb_repair_data_466
/* * 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/descriptive/moment/VarianceTest.java
code_ujb_repair_data_467
/* * 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/LineTest.java
code_ujb_repair_data_468
/* * 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_469
/* * 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/ode/nonstiff/DormandPrince853IntegratorTest.java
code_ujb_repair_data_470
/* * 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/CpioTestCase.java