rem stringlengths 1 53.3k | add stringlengths 0 80.5k | context stringlengths 6 326k | meta stringlengths 141 403 | input_ids list | attention_mask list | labels list |
|---|---|---|---|---|---|---|
public synchronized boolean next(Writable key, Writable value) throws IOException { if(!(key instanceof Text)) { throw new IllegalArgumentException( "Key should be of type Text but: "+key.getClass().getName()); | public synchronized boolean next(Writable key, Writable value) throws IOException { if (!(key instanceof Text)) { throw new IllegalArgumentException("Key should be of type Text but: " + key.getClass().getName()); | public synchronized boolean next(Writable key, Writable value) throws IOException { if(!(key instanceof Text)) { throw new IllegalArgumentException( "Key should be of type Text but: "+key.getClass().getName()); } if(!(value instanceof Text)) { throw new IllegalArgumentExcept... | 49935 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49935/e10b40e8014547113799b2653164e8c990d41209/StreamLineRecordReader.java/buggy/src/contrib/streaming/src/java/org/apache/hadoop/streaming/StreamLineRecordReader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
3852,
1250,
1024,
12,
12061,
498,
16,
14505,
460,
13,
565,
1216,
1860,
288,
1377,
309,
12,
5,
12,
856,
1276,
3867,
3719,
288,
3639,
604,
394,
2754,
12,
7734,
315,
653,
1410,
506,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
3852,
1250,
1024,
12,
12061,
498,
16,
14505,
460,
13,
565,
1216,
1860,
288,
1377,
309,
12,
5,
12,
856,
1276,
3867,
3719,
288,
3639,
604,
394,
2754,
12,
7734,
315,
653,
1410,
506,
... |
MenuAdditionCacheEntry cache = (MenuAdditionCacheEntry) iterator | MenuCacheEntry cache = (MenuCacheEntry) iterator | public void populateMenu(ContributionManager mgr, MenuLocationURI uri) { List additionCaches = getAdditionsForURI(uri); List retryList = new ArrayList(); for (Iterator iterator = additionCaches.iterator(); iterator.hasNext();) { MenuAdditionCacheEntry cache = (MenuAdditionCacheEntry) iterator .next(); if (!... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/6db255e3dc18f3309182d3f1efc756c9aac87e0b/WorkbenchMenuService.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
6490,
4599,
12,
442,
4027,
1318,
13333,
16,
9809,
2735,
3098,
2003,
13,
288,
202,
202,
682,
2719,
18755,
273,
336,
986,
5029,
1290,
3098,
12,
1650,
1769,
202,
202,
682,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
6490,
4599,
12,
442,
4027,
1318,
13333,
16,
9809,
2735,
3098,
2003,
13,
288,
202,
202,
682,
2719,
18755,
273,
336,
986,
5029,
1290,
3098,
12,
1650,
1769,
202,
202,
682,
3... |
Iterator<String> fItr = fieldMap.keySet().iterator(); while(fItr.hasNext()) { AmqpField fieldDetails = fieldMap.get(fItr.next()); if (version == null) { String domainName = fieldDetails.domainMap.firstKey(); String codeType = getGeneratedType(domainName, globalVersionSet.first()); sb.append(indent + codeType + " " + f... | if (version == null) version = globalVersionSet.first(); AmqpOrdinalFieldMap ordinalFieldMap = fieldMap.getMapForVersion(version, true, this); Iterator<Integer> oItr = ordinalFieldMap.keySet().iterator(); while (oItr.hasNext()) { String[] fieldDomainPair = ordinalFieldMap.get(oItr.next()); sb.append(indent + fieldDoma... | protected String generateFieldDeclarations(AmqpFieldMap fieldMap, AmqpVersion version, int indentSize) throws AmqpTypeMappingException { String indent = Utils.createSpaces(indentSize); StringBuffer sb = new StringBuffer(); Iterator<String> fItr = fieldMap.keySet().iterator(); while(fItr.hasNext()) { AmqpField ... | 45585 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45585/cad0be15609314c87a3f3793c1cefa4cfe3ee88e/CppGenerator.java/clean/qpid/gentools/org/apache/qpid/gentools/CppGenerator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
514,
2103,
974,
21408,
12,
9864,
14166,
974,
863,
29646,
16,
3986,
14166,
1444,
1177,
16,
509,
3504,
1225,
13,
202,
202,
15069,
3986,
14166,
559,
3233,
503,
202,
95,
202,
202,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
514,
2103,
974,
21408,
12,
9864,
14166,
974,
863,
29646,
16,
3986,
14166,
1444,
1177,
16,
509,
3504,
1225,
13,
202,
202,
15069,
3986,
14166,
559,
3233,
503,
202,
95,
202,
202,
... |
tuple[3] = pkeyColumn.getBytes(); tuple[7] = fkeyColumn.getBytes(); | tuple[3] = encoding.encode(pkeyColumn); tuple[7] = encoding.encode(fkeyColumn); | protected java.sql.ResultSet getImportedExportedKeys(String primaryCatalog, String primarySchema, String primaryTable, String foreignCatalog, String foreignSchema, String foreignTable) throws SQLException { Field f[] = new Field[14]; f[0] = new Field(connection, "PKTABLE_CAT", iVarcharOid, getMaxNameLength()); f[1]... | 47293 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47293/f9d3ed65c43e04c595b097a59d4d1c4542d82794/AbstractJdbc1DatabaseMetaData.java/clean/src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
2252,
18,
4669,
18,
13198,
336,
24934,
31140,
2396,
12,
780,
3354,
9769,
16,
514,
3354,
3078,
16,
514,
3354,
1388,
16,
514,
5523,
9769,
16,
514,
5523,
3078,
16,
514,
5523,
13... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
2252,
18,
4669,
18,
13198,
336,
24934,
31140,
2396,
12,
780,
3354,
9769,
16,
514,
3354,
3078,
16,
514,
3354,
1388,
16,
514,
5523,
9769,
16,
514,
5523,
3078,
16,
514,
5523,
13... |
endpointReferenceType = new EndpointReferenceType(headerType, address); | endpointReference = new EndpointReference(headerType, address); | protected void setUp() throws Exception { super.setUp(); endpointReferenceType = new EndpointReferenceType(headerType, address); } | 49300 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49300/2fa8619ac2ff024fb6dfc10f2f8259dbd43fc2bc/EndpointReferenceTypeTest.java/clean/dev/scratch/prototype2/src/test/org/apache/axis/addressing/EndpointReferenceTypeTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
24292,
1435,
1216,
1185,
288,
3639,
2240,
18,
542,
1211,
5621,
3639,
2494,
2404,
273,
394,
6961,
2404,
12,
3374,
559,
16,
1758,
1769,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
24292,
1435,
1216,
1185,
288,
3639,
2240,
18,
542,
1211,
5621,
3639,
2494,
2404,
273,
394,
6961,
2404,
12,
3374,
559,
16,
1758,
1769,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,... |
if (items.length > 0) { CTabItem lastItem = items[items.length-1]; minWidth = lastItem.x + lastItem.width; | GC gc = new GC(this); for (int i = 0; i < items.length; i++) { minWidth += items[i].preferredWidth(gc); | public Point computeSize (int wHint, int hHint, boolean changed) { checkWidget(); int minWidth = 0; int minHeight = 0; // tab width if (items.length > 0) { CTabItem lastItem = items[items.length-1]; minWidth = lastItem.x + lastItem.width; } // get max preferred size of items for (int i = 0; i < items.length; i++) { ... | 12413 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12413/ab3a0e2212badb4230b4950583046c2765ca9b1b/CTabFolder.java/clean/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
4686,
3671,
1225,
261,
474,
341,
7002,
16,
509,
366,
7002,
16,
1250,
3550,
13,
288,
202,
1893,
4609,
5621,
202,
474,
1131,
2384,
273,
374,
31,
202,
474,
1131,
2686,
273,
374,
31,
202,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
4686,
3671,
1225,
261,
474,
341,
7002,
16,
509,
366,
7002,
16,
1250,
3550,
13,
288,
202,
1893,
4609,
5621,
202,
474,
1131,
2384,
273,
374,
31,
202,
474,
1131,
2686,
273,
374,
31,
202,
... |
if (DEBUG && debuglevel > 6) debug(TRACE, "Encoding c (encrypted plaintext): " + Util.dumpString(result)); | if (Configuration.DEBUG) log.fine("Encoding c (encrypted plaintext): " + Util.dumpString(result)); | protected byte[] engineWrap(final byte[] outgoing, final int offset, final int len) throws SaslException { if (DEBUG && debuglevel > 8) debug(TRACE, "==> engineWrap()"); if (outMac == null && outCipher == null) { throw new IllegalStateException("connection is not p... | 47947 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47947/8ace3af577b4314374a3cc74fdeae04a0733f7de/SRPClient.java/clean/gnu/javax/crypto/sasl/srp/SRPClient.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
1160,
8526,
4073,
2964,
12,
6385,
1160,
8526,
12902,
16,
727,
509,
1384,
16,
17311,
727,
509,
562,
13,
1216,
348,
345,
80,
503,
225,
288,
565,
309,
261,
9394,
597,
1198,
2815,
405... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
1160,
8526,
4073,
2964,
12,
6385,
1160,
8526,
12902,
16,
727,
509,
1384,
16,
17311,
727,
509,
562,
13,
1216,
348,
345,
80,
503,
225,
288,
565,
309,
261,
9394,
597,
1198,
2815,
405... |
if (!m_groupsToCreate.empty()){ while (m_groupsToCreate.size() > 0){ Hashtable groupdata = (Hashtable)m_groupsToCreate.pop(); | while (!m_groupsToCreate.empty()){ Stack tempStack = m_groupsToCreate; m_groupsToCreate = new Stack(); while (tempStack.size() > 0){ Hashtable groupdata = (Hashtable)tempStack.pop(); | private void importGroups() throws CmsException{ NodeList groupNodes; Element currentElement; String name, description, flags, parentgroup; try{ // getAll group nodes groupNodes = m_docXml.getElementsByTagName(C_EXPORT_TAG_GROUPDATA); // walk threw all gr... | 51784 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51784/c721129a74ce3f4d2a36b0bb94b08b1f4cd09d28/CmsImport.java/buggy/src/com/opencms/file/CmsImport.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1930,
3621,
1435,
1216,
11228,
95,
3639,
16781,
1041,
3205,
31,
3639,
3010,
22993,
31,
3639,
514,
508,
16,
2477,
16,
2943,
16,
982,
1655,
31,
3639,
775,
95,
5411,
368,
5514,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1930,
3621,
1435,
1216,
11228,
95,
3639,
16781,
1041,
3205,
31,
3639,
3010,
22993,
31,
3639,
514,
508,
16,
2477,
16,
2943,
16,
982,
1655,
31,
3639,
775,
95,
5411,
368,
5514,
... |
RubyString result = RubyString.newString(getRuntime(), "["); RubyString separator = RubyString.newString(getRuntime(), ", "); | RubyString result = getRuntime().newString("["); RubyString separator = getRuntime().newString(", "); | public RubyString inspect() { int length = getLength(); if (length == 0) { return RubyString.newString(getRuntime(), "[]"); } RubyString result = RubyString.newString(getRuntime(), "["); RubyString separator = RubyString.newString(getRuntime(), ", "); for (int i ... | 45298 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45298/870e1da9b41bfdbae259e1fc5f18fc8b76686998/RubyArray.java/clean/src/org/jruby/RubyArray.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
19817,
780,
5334,
1435,
288,
3639,
509,
769,
273,
9888,
5621,
3639,
309,
261,
2469,
422,
374,
13,
288,
5411,
327,
19817,
780,
18,
2704,
780,
12,
588,
5576,
9334,
5158,
4279,
1769,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
19817,
780,
5334,
1435,
288,
3639,
509,
769,
273,
9888,
5621,
3639,
309,
261,
2469,
422,
374,
13,
288,
5411,
327,
19817,
780,
18,
2704,
780,
12,
588,
5576,
9334,
5158,
4279,
1769,
... |
IVParameterSpec iv = new IVParameterSpec( new byte[]{ (byte)0xff, (byte)0x00, (byte)0xff, (byte)0x00, (byte)0xff, (byte)0x00, (byte)0xff, (byte)0x00 } ); Cipher cipher = token.getCipherContext(EncryptionAlgorithm.DES_CBC_PAD); cipher.initEncrypt(key, iv); byte[] plaintext = new byte[] { (byte)0xff, (byte)0x00 }; byte[]... | key = skg.genPBEKey(PBEAlgorithm.PBE_MD2_DES_CBC, SymmetricKey.DES, 56); skg.cipherTest(key, EncryptionAlgorithm.DES_CBC_PAD); skg.cipherTest(key, EncryptionAlgorithm.DES_CBC); skg.cipherTest(key, EncryptionAlgorithm.DES_ECB); | public static void main(String args[]) { try { CryptoManager.initialize("."); CryptoManager cm = CryptoManager.getInstance(); CryptoToken token = cm.getInternalCryptoToken(); byte[] keyData; // DES key KeyGenerator kg = token.getKeyGenerator(KeyGenAlgorithm.DES); ... | 13991 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13991/0afeff61103891a3e7d2e000be212b29859901ff/SymKeyGen.java/buggy/security/jss/org/mozilla/jss/tests/SymKeyGen.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
2774,
12,
780,
833,
63,
5717,
288,
1377,
775,
288,
3639,
15629,
1318,
18,
11160,
2932,
1199,
1769,
3639,
15629,
1318,
5003,
273,
15629,
1318,
18,
588,
1442,
5621,
3639,
15... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
2774,
12,
780,
833,
63,
5717,
288,
1377,
775,
288,
3639,
15629,
1318,
18,
11160,
2932,
1199,
1769,
3639,
15629,
1318,
5003,
273,
15629,
1318,
18,
588,
1442,
5621,
3639,
15... |
JPanel panel = new JPanel(); | panel = new JPanel(); panel.setLayout(new BoxLayout(panel,BoxLayout.X_AXIS)); panel.setBorder(new EmptyBorder(12,0,0,0)); | public ViewRegisters(View view) { super(view,jEdit.getProperty("view-registers.title"),true); Container content = getContentPane(); contents = new Vector(); registerCombo = new JComboBox(); Registers.Register[] registers = Registers.getRegisters(); int index = 0; for(int i = 0; i < registers.length; i++) { R... | 6564 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6564/a93dd37609b64b525a261ada694c678713fb5ecb/ViewRegisters.java/buggy/org/gjt/sp/jedit/gui/ViewRegisters.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
4441,
10277,
12,
1767,
1476,
13,
202,
95,
202,
202,
9565,
12,
1945,
16,
78,
4666,
18,
588,
1396,
2932,
1945,
17,
22559,
18,
2649,
6,
3631,
3767,
1769,
202,
202,
2170,
913,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
4441,
10277,
12,
1767,
1476,
13,
202,
95,
202,
202,
9565,
12,
1945,
16,
78,
4666,
18,
588,
1396,
2932,
1945,
17,
22559,
18,
2649,
6,
3631,
3767,
1769,
202,
202,
2170,
913,
2... |
if (!eJustRead) { done = true; break; } if (current == 'm') lengthHandler.em(); else lengthHandler.ex(); done = true; unitDone = true; read(); break; case '.': if ((eRead!=0) || dotRead) { done=true; break; } dotRead = true; break; case '+': if ((!first) && (!eJustRead)) done=true; eJustRead = false; break; case '-... | lengthHandler.ex(); read(); break; | protected void parseLength() throws ParseException, NumberFormatException { // readNumber(); // float ret = Float.parseFloat(getBufferContent()); int mant =0; int mantDig =0; boolean mantPos=true; boolean mantRead=false; int exp =0; int ... | 45946 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45946/83db908775ed76df3a9c1fb1b8e7692c4fa1c19d/LengthParser.java/clean/sources/org/apache/batik/parser/LengthParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
1109,
1782,
1435,
202,
15069,
10616,
16,
202,
4202,
12100,
288,
3639,
368,
855,
1854,
5621,
3639,
368,
1431,
325,
273,
5450,
18,
2670,
4723,
12,
588,
1892,
1350,
10663,
3639,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
1109,
1782,
1435,
202,
15069,
10616,
16,
202,
4202,
12100,
288,
3639,
368,
855,
1854,
5621,
3639,
368,
1431,
325,
273,
5450,
18,
2670,
4723,
12,
588,
1892,
1350,
10663,
3639,
5... |
DataSource dsrc = get(account, DataSourceBy.id, dataSourceId); if (dsrc != null) DbOfflineDirectory.deleteDirectoryLeaf(EntryType.DATASOURCE, account, dsrc.getName()); | public void deleteDataSource(Account account, String dataSourceId) throws ServiceException { // TODO Auto-generated method stub } | 6965 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6965/a0cb7e8ef9facbf5d14caa050632f7be53c1be87/OfflineProvisioning.java/clean/ZimbraOffline/src/java/com/zimbra/cs/account/offline/OfflineProvisioning.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
12806,
3780,
1310,
273,
336,
12,
4631,
16,
12806,
858,
18,
350,
16,
10233,
548,
1769,
309,
261,
2377,
1310,
480,
446,
13,
8408,
23106,
2853,
18,
3733,
2853,
9858,
12,
1622,
559,
18,
11102,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
12806,
3780,
1310,
273,
336,
12,
4631,
16,
12806,
858,
18,
350,
16,
10233,
548,
1769,
309,
261,
2377,
1310,
480,
446,
13,
8408,
23106,
2853,
18,
3733,
2853,
9858,
12,
1622,
559,
18,
11102,
3... | |
if (currentVisiblePath == null) | public void paint(Graphics g, JComponent c) { JTree tree = (JTree) c; if (currentVisiblePath == null) updateCurrentVisiblePath(); Rectangle clip = g.getClipBounds(); Insets insets = tree.getInsets(); if (clip != null && treeModel != null && currentVisiblePath != null) { int startIndex... | 50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/a78ab2f492456918e4f5c52be600854882e139fc/BasicTreeUI.java/clean/core/src/classpath/javax/javax/swing/plaf/basic/BasicTreeUI.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
12574,
12,
17558,
314,
16,
29058,
276,
13,
225,
288,
565,
804,
2471,
2151,
273,
261,
46,
2471,
13,
276,
31,
540,
1089,
3935,
6207,
743,
5621,
565,
13264,
6807,
273,
314,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
12574,
12,
17558,
314,
16,
29058,
276,
13,
225,
288,
565,
804,
2471,
2151,
273,
261,
46,
2471,
13,
276,
31,
540,
1089,
3935,
6207,
743,
5621,
565,
13264,
6807,
273,
314,
18,
... | |
return MOVE_FOLDED; | return DefUseEffect.MOVE_FOLDED; | private static byte double2Int(OPT_Instruction s) { if (CF_INT) { OPT_Operand op = Unary.getVal(s); if (op.isDoubleConstant()) { // CONSTANT: FOLD double val = op.asDoubleConstant().value; Move.mutate(s, INT_MOVE, Unary.getClearResult(s), IC((int)val)); return MOVE_FOLDED; ... | 49871 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49871/eb4369b6f8fdd0cd15c56bc3cbfa8673171db226/OPT_Simplifier.java/clean/rvm/src/com/ibm/jikesrvm/opt/OPT_Simplifier.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
760,
1160,
1645,
22,
1702,
12,
15620,
67,
11983,
272,
13,
288,
282,
309,
261,
8955,
67,
3217,
13,
288,
1377,
16456,
67,
10265,
1061,
273,
20324,
18,
588,
3053,
12,
87,
1769,
1377,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
760,
1160,
1645,
22,
1702,
12,
15620,
67,
11983,
272,
13,
288,
282,
309,
261,
8955,
67,
3217,
13,
288,
1377,
16456,
67,
10265,
1061,
273,
20324,
18,
588,
3053,
12,
87,
1769,
1377,... |
VcsContext context = PeerFactory.getInstance().getVcsContextFactory().createCachedContextOn(e); | VcsContext context = PeerFactory.getInstance().getVcsContextFactory().createContextOn(e); | public void setSelected(AnActionEvent e, boolean state) { VcsContext context = PeerFactory.getInstance().getVcsContextFactory().createCachedContextOn(e); Editor editor = context.getEditor(); if (!state) { if (editor == null) { return; } else { editor.getGutter().closeAllAnnotatio... | 17306 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/17306/d04bb33b01c0778e7d7e20920e4a74945ceb50fc/AnnotateToggleAction.java/clean/source/com/intellij/openapi/vcs/actions/AnnotateToggleAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
23006,
12,
979,
1803,
1133,
425,
16,
1250,
919,
13,
288,
565,
776,
2143,
1042,
819,
273,
10669,
1733,
18,
588,
1442,
7675,
588,
58,
2143,
29871,
7675,
2640,
1042,
1398,
12,
7... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
23006,
12,
979,
1803,
1133,
425,
16,
1250,
919,
13,
288,
565,
776,
2143,
1042,
819,
273,
10669,
1733,
18,
588,
1442,
7675,
588,
58,
2143,
29871,
7675,
2640,
1042,
1398,
12,
7... |
public org.quickfix.field.LegRepurchaseRate getLegRepurchaseRate() throws FieldNotFound { org.quickfix.field.LegRepurchaseRate value = new org.quickfix.field.LegRepurchaseRate(); | public quickfix.field.LegRepurchaseRate getLegRepurchaseRate() throws FieldNotFound { quickfix.field.LegRepurchaseRate value = new quickfix.field.LegRepurchaseRate(); | public org.quickfix.field.LegRepurchaseRate getLegRepurchaseRate() throws FieldNotFound { org.quickfix.field.LegRepurchaseRate value = new org.quickfix.field.LegRepurchaseRate(); getField(value); return value; } | 8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/PositionReport.java/buggy/src/java/src/quickfix/fix44/PositionReport.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
8329,
426,
12688,
12104,
4727,
336,
8329,
426,
12688,
12104,
4727,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
8329,
42... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
8329,
426,
12688,
12104,
4727,
336,
8329,
426,
12688,
12104,
4727,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
8329,
42... |
if ( selection.length <= 0 | if ( selection.length > 0 && selection[0].getData( ) instanceof DbObject ) { if ( ( (DbObject) selection[0].getData( ) ).getType( ) == DbObject.PROCEDURE_TYPE ) { event.doit = false; return; }; } else if ( selection.length <= 0 | public void addDragSupportToTree( ) { DragSource dragSource = new DragSource( availableDbObjectsTree, DND.DROP_COPY ); dragSource.setTransfer( new Transfer[]{TextTransfer.getInstance( )} ); dragSource.addDragListener( new DragSourceAdapter( ) { public void dragStart( DragSourceEvent event ) { TreeItem[] sele... | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/d4e64700cc7d1f9cf285895e7a15dc87a2cbd3d5/SQLDataSetEditorPage.java/clean/data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
527,
11728,
6289,
774,
2471,
12,
262,
202,
95,
202,
202,
11728,
1830,
8823,
1830,
273,
394,
28425,
1830,
12,
2319,
4331,
4710,
2471,
16,
463,
2908,
18,
18768,
67,
24875,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
527,
11728,
6289,
774,
2471,
12,
262,
202,
95,
202,
202,
11728,
1830,
8823,
1830,
273,
394,
28425,
1830,
12,
2319,
4331,
4710,
2471,
16,
463,
2908,
18,
18768,
67,
24875,
... |
fShowInheritedPaths= new SelectionButtonDialogField(SWT.CHECK); | fShowInheritedPaths = new SelectionButtonDialogField(SWT.CHECK); | public CPathIncludeSymbolEntryPage(ListDialogField cPathList) { super(CPathEntryMessages.getString("IncludeSymbolEntryPage.title")); //$NON-NLS-1$ fCPathList = cPathList; IncludeSymbolAdapter adapter = new IncludeSymbolAdapter(); fIncludeSymPathsList = new TreeListDialogField(adapter, buttonLabel, new CPElementLab... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/948279d05523860240b0b395f826ad17e53e390c/CPathIncludeSymbolEntryPage.java/clean/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/dialogs/cpaths/CPathIncludeSymbolEntryPage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
385,
743,
8752,
5335,
1622,
1964,
12,
682,
6353,
974,
276,
743,
682,
13,
288,
202,
202,
9565,
12,
39,
743,
1622,
5058,
18,
588,
780,
2932,
8752,
5335,
1622,
1964,
18,
2649,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
385,
743,
8752,
5335,
1622,
1964,
12,
682,
6353,
974,
276,
743,
682,
13,
288,
202,
202,
9565,
12,
39,
743,
1622,
5058,
18,
588,
780,
2932,
8752,
5335,
1622,
1964,
18,
2649,
... |
ClientContextHolder holder = (ClientContextHolder) proxy; ClientContext context = holder.getClientContext(); if (context == null) { StubDelegateImpl delegate = StubDelegateImpl.getDelegateForStub(stub); if (delegate == null) { throw new IllegalStateException("No StubDelegateImpl for stub"); } context = delegate.getC... | public Object intercept(Object proxy, Method method, Object[] args, MethodProxy methodProxy) throws Throwable { Stub stub = ((Stub) proxy); // get the operation name object String operationName = (String) operations.get(method); if (operationName == null) { throw new IllegalSt... | 47052 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47052/d32d126229087b0d8c5d764ef328400df279a552/StubMethodInterceptor.java/clean/openejb2/modules/core/src/java/org/openejb/corba/util/StubMethodInterceptor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
10883,
12,
921,
2889,
16,
2985,
707,
16,
1033,
8526,
833,
16,
2985,
3886,
707,
3886,
13,
1216,
4206,
288,
3639,
26483,
7168,
273,
14015,
11974,
13,
2889,
1769,
3639,
368,
336,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
10883,
12,
921,
2889,
16,
2985,
707,
16,
1033,
8526,
833,
16,
2985,
3886,
707,
3886,
13,
1216,
4206,
288,
3639,
26483,
7168,
273,
14015,
11974,
13,
2889,
1769,
3639,
368,
336,... | |
if( !inclFile.exists() ) | if( !inclFile.exists() ) { | private void readFiles( Project p ) throws TaskException { if( m_includesFileList.size() > 0 ) { Iterator e = m_includesFileList.iterator(); while( e.hasNext() ) { NameEntry ne = (NameEntry)e.next(); String fileName = ne.evalName... | 17033 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/17033/b95d90a13da3fb8d362982bc84652f1e03e8325e/PatternSet.java/buggy/proposal/myrmidon/src/todo/org/apache/tools/ant/types/PatternSet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
855,
2697,
12,
5420,
293,
262,
3639,
1216,
3837,
503,
565,
288,
3639,
309,
12,
312,
67,
18499,
26098,
18,
1467,
1435,
405,
374,
262,
3639,
288,
5411,
4498,
425,
273,
312,
67,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
855,
2697,
12,
5420,
293,
262,
3639,
1216,
3837,
503,
565,
288,
3639,
309,
12,
312,
67,
18499,
26098,
18,
1467,
1435,
405,
374,
262,
3639,
288,
5411,
4498,
425,
273,
312,
67,... |
} | } | public void setProperty( String sProperty, Object oValue ) { super.setProperty( sProperty, oValue ); if ( sProperty.equals( IDeviceRenderer.UPDATE_NOTIFIER ) ) { _iun = (IUpdateNotifier) oValue; ivRenderer.setIUpdateNotifier( _iun ); } else if ( sProperty.equals( IDeviceRenderer.EXPECTED_BOUNDS ) ) { ... | 5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/1cb055a94d0be6592f772701e9d73d66322c6253/SVGRendererImpl.java/buggy/chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGRendererImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
7486,
12,
514,
272,
1396,
16,
1033,
320,
620,
262,
202,
95,
202,
202,
9565,
18,
542,
1396,
12,
272,
1396,
16,
320,
620,
11272,
202,
202,
430,
261,
272,
1396,
18,
14963,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
7486,
12,
514,
272,
1396,
16,
1033,
320,
620,
262,
202,
95,
202,
202,
9565,
18,
542,
1396,
12,
272,
1396,
16,
320,
620,
11272,
202,
202,
430,
261,
272,
1396,
18,
14963,... |
return; | public Writer getWriter(final Writer out, Map args) { final StringBuffer buf = new StringBuffer(); final Environment env = Environment.getCurrentEnvironment(); //final Map templateRoot = (Map) FreeMarkerWorker.getWrappedObject("context", env); final Map templateRoot = FreeMarkerWorker.cr... | 22229 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/22229/ad1e6f582545c61b299817771accb577bc9be0d6/TraverseSubContentCacheTransform.java/buggy/applications/content/src/org/ofbiz/content/webapp/ftl/TraverseSubContentCacheTransform.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
5497,
20568,
12,
6385,
5497,
596,
16,
1635,
833,
13,
288,
3639,
727,
6674,
1681,
273,
394,
6674,
5621,
3639,
727,
7518,
1550,
273,
7518,
18,
588,
3935,
5494,
5621,
3639,
368,
6385,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
5497,
20568,
12,
6385,
5497,
596,
16,
1635,
833,
13,
288,
3639,
727,
6674,
1681,
273,
394,
6674,
5621,
3639,
727,
7518,
1550,
273,
7518,
18,
588,
3935,
5494,
5621,
3639,
368,
6385,
... | |
getSession().touch(page); | private String urlForNotYetRenderedPage(Page page) { // add the page to the session so that it will be available for // rendering getSession().touch(page); RequestCycle requestCycle = getRequestCycle(); return requestCycle.getProcessor().getRequestCodingStrategy().encode(requestCycle, new PageRequestTarget(pag... | 46434 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46434/498dbf8a66f434d366ef5d996ecb80d03f936b6c/BodyFrame.java/buggy/wicket-examples/src/java/wicket/examples/frames/BodyFrame.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
514,
880,
1290,
1248,
61,
278,
19222,
1964,
12,
1964,
1363,
13,
202,
95,
202,
202,
759,
527,
326,
1363,
358,
326,
1339,
1427,
716,
518,
903,
506,
2319,
364,
202,
202,
759,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
514,
880,
1290,
1248,
61,
278,
19222,
1964,
12,
1964,
1363,
13,
202,
95,
202,
202,
759,
527,
326,
1363,
358,
326,
1339,
1427,
716,
518,
903,
506,
2319,
364,
202,
202,
759,
... | |
case 317 : if (DEBUG) { System.out.println("PrimaryNoNewArray ::= this"); } | case 318 : if (DEBUG) { System.out.println("PrimaryNoNewArray ::= this"); } | protected void consumeRule(int act) { switch ( act ) { case 26 : if (DEBUG) { System.out.println("Type ::= PrimitiveType"); } //$NON-NLS-1$ consumePrimitiveType(); break; case 40 : if (DEBUG) { System.out.println("ReferenceType ::= ClassOrInterfaceType"); } //$NON-NLS-1$ consumeReferenceType(); ... | 10698 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10698/7ff0d09aa487a0631f946435eaa975868c23d1f5/Parser.java/clean/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
918,
7865,
2175,
12,
474,
1328,
13,
288,
225,
1620,
261,
1328,
262,
288,
565,
648,
10659,
294,
309,
261,
9394,
13,
288,
2332,
18,
659,
18,
8222,
2932,
559,
493,
33,
14488,
559,
8863,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
918,
7865,
2175,
12,
474,
1328,
13,
288,
225,
1620,
261,
1328,
262,
288,
565,
648,
10659,
294,
309,
261,
9394,
13,
288,
2332,
18,
659,
18,
8222,
2932,
559,
493,
33,
14488,
559,
8863,
... |
return conn.getSQLType(getBaseTypeName()); | return Field.getSQLType( getBaseTypeName() ); | public int getBaseType() throws SQLException { return conn.getSQLType(getBaseTypeName()); } | 45534 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45534/46d7ae759b2a1bcead162a7768cac057ef48de48/Array.java/buggy/src/interfaces/jdbc/org/postgresql/jdbc2/Array.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
509,
8297,
559,
1435,
1216,
6483,
288,
7734,
327,
1487,
18,
588,
3997,
559,
12,
588,
2171,
7947,
10663,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
509,
8297,
559,
1435,
1216,
6483,
288,
7734,
327,
1487,
18,
588,
3997,
559,
12,
588,
2171,
7947,
10663,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
if( CURRENT_TOOLTIP != null && ! CURRENT_TOOLTIP.isDisposed() ) { | if (CURRENT_TOOLTIP != null && !CURRENT_TOOLTIP.isDisposed()) { | public void setHideOnMouseDown(final boolean hideOnMouseDown) { // Only needed if there's currently a tooltip active if( CURRENT_TOOLTIP != null && ! CURRENT_TOOLTIP.isDisposed() ) { // Only change if value really changed if( hideOnMouseDown != this.hideOnMouseDown ) { control.getDisplay().syncExec(new Runnab... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/dd8160176962cd94b3f202f285f584ef788ad327/ToolTip.java/buggy/bundles/org.eclipse.jface/src/org/eclipse/jface/window/ToolTip.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
444,
15690,
1398,
9186,
4164,
12,
6385,
1250,
6853,
1398,
9186,
4164,
13,
288,
202,
202,
759,
5098,
3577,
309,
1915,
1807,
4551,
279,
11915,
2695,
202,
202,
430,
12,
18484,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
444,
15690,
1398,
9186,
4164,
12,
6385,
1250,
6853,
1398,
9186,
4164,
13,
288,
202,
202,
759,
5098,
3577,
309,
1915,
1807,
4551,
279,
11915,
2695,
202,
202,
430,
12,
18484,... |
DisplayIndependentPoint srcForce = getForce(source); DisplayIndependentPoint destForce = getForce(destination); | private void setEdgeForces(InternalRelationship [] relationships) { // Create an array to hold the forces double edgeForces[] = new double[ relationships.length ]; double maxForce = 0.0; for (int i = 0; i < relationships.length; i++) { InternalRelationship relationship = relationships[i]; InternalNode ... | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/bf11fd6cb40973a1c5532abb964c7f6924d8678d/FadeLayoutAlgorithm.java/buggy/sandbox/org.eclipse.mylyn.zest.layouts/src/org/eclipse/mylyn/zest/layouts/algorithms/FadeLayoutAlgorithm.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
444,
6098,
1290,
764,
12,
3061,
8180,
5378,
11499,
13,
288,
1082,
202,
759,
1788,
392,
526,
358,
6887,
326,
26376,
202,
202,
9056,
3591,
1290,
764,
8526,
273,
394,
1645,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
444,
6098,
1290,
764,
12,
3061,
8180,
5378,
11499,
13,
288,
1082,
202,
759,
1788,
392,
526,
358,
6887,
326,
26376,
202,
202,
9056,
3591,
1290,
764,
8526,
273,
394,
1645,
... | |
if(acking) { msg.putHeader(getName(), new NakAckHeader(NakAckHeader.NAK_ACK_MSG, id, vid_copy)); sender_win.add(id, msg.copy(), (Vector)members.clone()); } else msg.putHeader(getName(), new NakAckHeader(NakAckHeader.NAK_MSG, id, vid_copy)); | if(acking) { msg.putHeader(getName(), new NakAckHeader(NakAckHeader.NAK_ACK_MSG, id, vid_copy)); sender_win.add(id, msg.copy(), (Vector)members.clone()); } else msg.putHeader(getName(), new NakAckHeader(NakAckHeader.NAK_MSG, id, vid_copy)); | void send(Message msg) { long id=getNextSeqno(); ViewId vid_copy; if(vid == null) return; vid_copy=(ViewId) vid.clone(); /** @todo No needs to copy vid */ if(acking) { msg.putHeader(getName(), new NakAckHeader(NakAckHeader.NAK_ACK_MSG, id, vid_copy)); sender_win.add(id, msg.copy(), (Vector... | 48949 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48949/3a7a5d6ef9a8f574da3e45b696950d0b4bb12acc/NAKACK.java/clean/src/org/jgroups/protocols/NAKACK.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6459,
1366,
12,
1079,
1234,
13,
288,
202,
565,
1525,
377,
612,
33,
588,
2134,
6926,
2135,
5621,
202,
565,
4441,
548,
282,
18339,
67,
3530,
31,
202,
565,
309,
12,
1246,
422,
446,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6459,
1366,
12,
1079,
1234,
13,
288,
202,
565,
1525,
377,
612,
33,
588,
2134,
6926,
2135,
5621,
202,
565,
4441,
548,
282,
18339,
67,
3530,
31,
202,
565,
309,
12,
1246,
422,
446,
... |
outIdx = 0; inIdx = startIdx; trailingIdx = startIdx - optInTimePeriod; | public TA_RetCode ROCR100(int startIdx, int endIdx, double inReal[], int optInTimePeriod, MInteger outBegIdx, MInteger outNbElement, double outReal[]) { int inIdx, outIdx, trailingIdx; double tempReal; if (startIdx < 0) return TA_RetCode.TA_OUT_OF_RANGE_START_INDEX; if ((endIdx < 0) || (endIdx < startIdx)) ... | 7231 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7231/5df8081f2a7211016256c0f481213a987e02947a/Core.java/clean/ta-lib/java/src/TA/Lib/Core.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
399,
37,
67,
7055,
1085,
6525,
5093,
6625,
12,
474,
27108,
16,
509,
679,
4223,
16,
1645,
316,
6955,
63,
6487,
1082,
202,
474,
2153,
382,
26540,
16,
490,
4522,
596,
24059,
4223... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
399,
37,
67,
7055,
1085,
6525,
5093,
6625,
12,
474,
27108,
16,
509,
679,
4223,
16,
1645,
316,
6955,
63,
6487,
1082,
202,
474,
2153,
382,
26540,
16,
490,
4522,
596,
24059,
4223... | |
public boolean assignType(int aType) { return itsTypeUnion.add(aType); } | boolean assignType(int aType) { return itsTypeUnion.add(aType); } | public boolean assignType(int aType) { return itsTypeUnion.add(aType); } | 19042 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/19042/e3cd9db98a29867a6fa7aee4c11b3ad46fc615db/OptLocalVariable.java/clean/src/org/mozilla/javascript/optimizer/OptLocalVariable.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
2683,
559,
12,
474,
279,
559,
13,
4202,
288,
327,
2097,
559,
14325,
18,
1289,
12,
69,
559,
1769,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
2683,
559,
12,
474,
279,
559,
13,
4202,
288,
327,
2097,
559,
14325,
18,
1289,
12,
69,
559,
1769,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
public String jsFunction_toString() { | private String jsFunction_toString() { | public String jsFunction_toString() { return string; } | 19000 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/19000/b631b3e8574543a4d24a0048cc710f305deb8ff5/NativeString.java/buggy/org/mozilla/javascript/NativeString.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
514,
3828,
2083,
67,
10492,
1435,
288,
3639,
327,
533,
31,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
514,
3828,
2083,
67,
10492,
1435,
288,
3639,
327,
533,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
return Integer.parseInt( DesignerConstants.fontSizes[i - 1][1] ); | return Integer .parseInt( DesignerConstants.fontSizes[i - 1][1] ); | private static int getSmallerFontSizeIntValue( DesignElementHandle handle ) { if ( !( handle instanceof ReportItemHandle ) ) { if ( handle instanceof ModuleHandle ) { // return 10. String size = (String) DesignerConstants.fontMap.get( DesignChoiceConstants.FONT_SIZE_MEDIUM ); return Integer.parseInt( si... | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/fa0d9b868dc450072bbb03258594a18bbc5f2012/DEUtil.java/buggy/UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
760,
509,
1322,
81,
454,
264,
22688,
1702,
620,
12,
29703,
1046,
3259,
1640,
262,
202,
95,
202,
202,
430,
261,
401,
12,
1640,
1276,
8706,
1180,
3259,
262,
262,
202,
202,
95,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
760,
509,
1322,
81,
454,
264,
22688,
1702,
620,
12,
29703,
1046,
3259,
1640,
262,
202,
95,
202,
202,
430,
261,
401,
12,
1640,
1276,
8706,
1180,
3259,
262,
262,
202,
202,
95,
... |
public void execute() throws MojoExecutionException { List arguments = new ArrayList(); Commandline commandLine = new Commandline(); commandLine.setExecutable( getJarsignerPath() ); arguments.add( "-verify" ); addArgIf( arguments, this.verbose, "-verbose" ); addArgIf( argum... | 7444 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7444/11f96e8acee3b8e8131887740b9141bdc6f10616/JarSignVerifyMojo.java/buggy/maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar/JarSignVerifyMojo.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1836,
1435,
1216,
18780,
288,
3639,
987,
1775,
273,
394,
2407,
5621,
3639,
3498,
1369,
20894,
273,
394,
3498,
1369,
5621,
3639,
20894,
18,
542,
17709,
12,
9285,
297,
2977,
264,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1836,
1435,
1216,
18780,
288,
3639,
987,
1775,
273,
394,
2407,
5621,
3639,
3498,
1369,
20894,
273,
394,
3498,
1369,
5621,
3639,
20894,
18,
542,
17709,
12,
9285,
297,
2977,
264,
... | ||
public void setConf(NutchConf conf) { this.nutchConf = conf; | public void setConf(Configuration conf) { this.conf = conf; | public void setConf(NutchConf conf) { this.nutchConf = conf; this.MAX_TITLE_LENGTH = conf.getInt("indexer.max.title.length", 100); } | 1316 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1316/25437bc825d50715dcc9a289a1b4c8fbbc6aced1/BasicIndexingFilter.java/buggy/src/plugin/index-basic/src/java/org/apache/nutch/indexer/basic/BasicIndexingFilter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
444,
3976,
12,
50,
322,
343,
3976,
2195,
13,
288,
565,
333,
18,
82,
322,
343,
3976,
273,
2195,
31,
565,
333,
18,
6694,
67,
14123,
67,
7096,
273,
2195,
18,
588,
1702,
2932,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
444,
3976,
12,
50,
322,
343,
3976,
2195,
13,
288,
565,
333,
18,
82,
322,
343,
3976,
273,
2195,
31,
565,
333,
18,
6694,
67,
14123,
67,
7096,
273,
2195,
18,
588,
1702,
2932,
... |
String templateRoot = ReportPlugin.getDefault( ).getTemplatePreference( ); | String templateRoot = ReportPlugin.getDefault( ) .getTemplatePreference( ); | private void createCustomTemplateList( ) { String templateRoot = ReportPlugin.getDefault( ).getTemplatePreference( ); if(templateRoot == null || templateRoot.trim( ).length( ) == 0) { return; } File templateDirectory = new File( templateRoot, File.separator ); if ( templateDirectory.isDirectory( ) ) { if ... | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/76ebe408a984f02b49cbaf1597c0c7a0213901fe/WizardTemplateChoicePage.java/clean/UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/wizards/WizardTemplateChoicePage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
752,
3802,
2283,
682,
12,
262,
202,
95,
202,
202,
780,
1542,
2375,
273,
8706,
3773,
18,
588,
1868,
12,
262,
18,
588,
2283,
9624,
12,
11272,
202,
202,
430,
12,
3202,
23... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
752,
3802,
2283,
682,
12,
262,
202,
95,
202,
202,
780,
1542,
2375,
273,
8706,
3773,
18,
588,
1868,
12,
262,
18,
588,
2283,
9624,
12,
11272,
202,
202,
430,
12,
3202,
23... |
if (tempURL.trim().endsWith("\"")){ tempURL=tempURL.substring(0,tempURL.lastIndexOf("\"")); this.setDeployReference(getAndCutLastFieldTempURL("\"")); tempURL=tempURL.substring(0,tempURL.lastIndexOf(separator)); } else { this.setDeployReference(getAndCutLastFieldTempURL(separator)); } } catch (Exception ex) { throw new ... | try { this.setActionType(getAndCutLastFieldTempURL(separator)); } catch (Exception ex) { throw new SmartFrogInitException("Error parsing ACTION_TYPE in: "+ deploymentURL +"("+ex.getMessage()+")", ex); } | public ConfigurationDescriptor (String deploymentURL) throws SmartFrogInitException { try { this.originalSFACT = deploymentURL; if (deploymentURL==null) { throw new SmartFrogInitException("Deployment URL: null"); } String item = null; depl... | 4987 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4987/d7610019dd7f7c8b1baf4d8607b8b085837e7ce2/ConfigurationDescriptor.java/buggy/core/smartfrog/src/org/smartfrog/sfcore/common/ConfigurationDescriptor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
4659,
3187,
261,
780,
6314,
1785,
13,
1216,
19656,
42,
303,
75,
2570,
503,
288,
3639,
775,
288,
5411,
333,
18,
8830,
55,
11625,
273,
6314,
1785,
31,
5411,
309,
261,
21704,
1785,
6... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
4659,
3187,
261,
780,
6314,
1785,
13,
1216,
19656,
42,
303,
75,
2570,
503,
288,
3639,
775,
288,
5411,
333,
18,
8830,
55,
11625,
273,
6314,
1785,
31,
5411,
309,
261,
21704,
1785,
6... |
addGlobalTaskAction = new ActionAddGlobalTask(this); deleteCompletedAction = new ActionDeleteCompleted(this, selProvider); markCompletedAction = new ActionMarkCompleted(selProvider); propertiesAction = new ActionTaskProperties(this, selProvider); } | addGlobalTaskAction = new ActionAddGlobalTask(this); deleteCompletedAction = new ActionDeleteCompleted(this, selProvider); markCompletedAction = new ActionMarkCompleted(selProvider); propertiesAction = new ActionTaskProperties(this, selProvider); } | protected void createActions() { super.createActions(); ISelectionProvider selProvider = getSelectionProvider(); addGlobalTaskAction = new ActionAddGlobalTask(this); deleteCompletedAction = new ActionDeleteCompleted(this, selProvider); markCompletedAction = new ActionMarkCompleted... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/3cb3c464f1eeb8cd773d462560821d8819aec0b7/TaskView.java/clean/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TaskView.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
752,
6100,
1435,
288,
3639,
2240,
18,
2640,
6100,
5621,
3639,
467,
6233,
2249,
357,
2249,
273,
23204,
2249,
5621,
3639,
527,
5160,
2174,
1803,
273,
394,
4382,
986,
5160,
2174,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
752,
6100,
1435,
288,
3639,
2240,
18,
2640,
6100,
5621,
3639,
467,
6233,
2249,
357,
2249,
273,
23204,
2249,
5621,
3639,
527,
5160,
2174,
1803,
273,
394,
4382,
986,
5160,
2174,
... |
AST __t1173 = _t; AST tmp2246_AST_in = (AST)_t; | AST __t1177 = _t; AST tmp2249_AST_in = (AST)_t; | public final void menu_list_item(AST _t) throws RecognitionException { AST menu_list_item_AST_in = (_t == ASTNULL) ? null : (AST)_t; { if (_t==null) _t=ASTNULL; switch ( _t.getType()) { case MENUITEM: { AST __t1170 = _t; AST tmp2242_AST_in = (AST)_t; match(_t,MENUITEM); _t = _t.getFirstChild(); AST... | 13952 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13952/daa15e07422d3491bbbb4d0060450c81983332a4/TreeParser03.java/clean/trunk/org.prorefactor.core/src/org/prorefactor/treeparser03/TreeParser03.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
3824,
67,
1098,
67,
1726,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
3824,
67,
1098,
67,
1726,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
3824,
67,
1098,
67,
1726,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
3824,
67,
1098,
67,
1726,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
... |
public void testBlockedInsertIndividualRemove() throws Exception { GappedSymbolList gsl = new SimpleGappedSymbolList(symList); assertTrue("Gapped same as ungapped:\n" + gsl.seqString() + "\n" + symList.seqString(), SymbolUtils.compareSymbolLists(gsl, symList)); gsl.addGapsInSource(4,4); assertTrue("Four ... | 50397 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50397/2832923aaa480545045a81778c041b53a9dcb1ff/GappedSymbolListTest.java/buggy/tests/org/biojava/bio/symbol/GappedSymbolListTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1842,
23722,
4600,
29834,
3288,
1435,
225,
1216,
1185,
288,
565,
611,
438,
1845,
5335,
682,
314,
2069,
273,
394,
4477,
14001,
1845,
5335,
682,
12,
8117,
682,
1769,
565,
1815,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1842,
23722,
4600,
29834,
3288,
1435,
225,
1216,
1185,
288,
565,
611,
438,
1845,
5335,
682,
314,
2069,
273,
394,
4477,
14001,
1845,
5335,
682,
12,
8117,
682,
1769,
565,
1815,
5... | ||
if (seis.getEndTime().subtract(seis.getBeginTime()).lessThan(delay) || nsta > ntdly) { | if (seis.getEndTime().subtract(seis.getBeginTime()).lessThan(delay) || nsta > ntdly || ntdly > seis.getNumPoints()) { | public LongShortTrigger[] calcTriggers(LocalSeismogramImpl seis) throws FissuresException { LinkedList out = new LinkedList(); float[] seisData = seis.get_as_floats(); // establish number of points in LTA and STA windows // as well as in trgdly float dt = (float)seis.getSampl... | 52623 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52623/0c851d4b79ee98c57fdf84dc1ef901ab155b8e1e/LongShortStoN.java/buggy/src/edu/sc/seis/fissuresUtil/bag/LongShortStoN.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3407,
4897,
6518,
8526,
7029,
15114,
12,
2042,
1761,
6228,
5553,
2828,
695,
291,
13,
1216,
478,
1054,
1823,
503,
288,
3639,
10688,
596,
273,
394,
10688,
5621,
3639,
1431,
8526,
695,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3407,
4897,
6518,
8526,
7029,
15114,
12,
2042,
1761,
6228,
5553,
2828,
695,
291,
13,
1216,
478,
1054,
1823,
503,
288,
3639,
10688,
596,
273,
394,
10688,
5621,
3639,
1431,
8526,
695,
... |
if (definitions.ALLREF_TYPE().isSubType(type)) return mkNullLit(pos); return mkZeroLit(pos); | public Tree mkDefaultValue(int pos, Type type) { switch (type.unbox()) { case UnboxedType(int tag): return mkDefaultValue(pos, tag); } if (definitions.ALLREF_TYPE().isSubType(type)) return mkNullLit(pos); return mkZeroLit(pos); } | 10130 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10130/087e36f0ec56f4a54eef6ee63241c72dba613e84/TreeGen.java/buggy/sources/scalac/ast/TreeGen.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
4902,
5028,
15646,
12,
474,
949,
16,
1412,
618,
13,
288,
3639,
1620,
261,
723,
18,
318,
2147,
10756,
288,
3639,
648,
1351,
2147,
329,
559,
12,
474,
1047,
4672,
327,
5028,
15646,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
4902,
5028,
15646,
12,
474,
949,
16,
1412,
618,
13,
288,
3639,
1620,
261,
723,
18,
318,
2147,
10756,
288,
3639,
648,
1351,
2147,
329,
559,
12,
474,
1047,
4672,
327,
5028,
15646,
1... | |
int type = iCode[pc]; | int incrDecrMask = iCode[pc]; | static Object interpret(Context cx, Scriptable scope, Scriptable thisObj, Object[] args, double[] argsDbl, int argShift, int argCount, NativeFunction fnOrScript, InterpreterData idata) throws JavaScrip... | 51996 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51996/cb3a4fef51dd031baf4bc78bcf8cc452587ea3b7/Interpreter.java/buggy/js/rhino/src/org/mozilla/javascript/Interpreter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
760,
1033,
10634,
12,
1042,
9494,
16,
22780,
2146,
16,
22780,
15261,
16,
18701,
1033,
8526,
833,
16,
1645,
8526,
833,
40,
3083,
16,
18701,
509,
1501,
10544,
16,
509,
1501,
1380,
16,
18701... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
760,
1033,
10634,
12,
1042,
9494,
16,
22780,
2146,
16,
22780,
15261,
16,
18701,
1033,
8526,
833,
16,
1645,
8526,
833,
40,
3083,
16,
18701,
509,
1501,
10544,
16,
509,
1501,
1380,
16,
18701... |
public org.quickfix.field.UnderlyingRepurchaseRate getUnderlyingRepurchaseRate() throws FieldNotFound { org.quickfix.field.UnderlyingRepurchaseRate value = new org.quickfix.field.UnderlyingRepurchaseRate(); | public quickfix.field.UnderlyingRepurchaseRate getUnderlyingRepurchaseRate() throws FieldNotFound { quickfix.field.UnderlyingRepurchaseRate value = new quickfix.field.UnderlyingRepurchaseRate(); | public org.quickfix.field.UnderlyingRepurchaseRate getUnderlyingRepurchaseRate() throws FieldNotFound { org.quickfix.field.UnderlyingRepurchaseRate value = new org.quickfix.field.UnderlyingRepurchaseRate(); getField(value); return value; } | 5926 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5926/fecc27f98261270772ff182a1d4dfd94b5daa73d/MarketDataRequest.java/clean/src/java/src/quickfix/fix44/MarketDataRequest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
14655,
6291,
426,
12688,
12104,
4727,
10833,
765,
6291,
426,
12688,
12104,
4727,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
14655,
6291,
426,
12688,
12104,
4727,
10833,
765,
6291,
426,
12688,
12104,
4727,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
... |
final Scheme childScheme = bindingManager.getScheme("child"); childScheme.define("child", "child scheme", "parent"); | final Scheme childScheme = bindingManager.getScheme(child); childScheme.define("child", "child scheme", parent); | public void testSchemeOverrideDifferentContexts() throws NotDefinedException { final Context parentContext = contextManager.getContext("parent"); parentContext.define("parent", "description", null); final Context childContext = contextManager.getContext("child"); childContext.define("child", "description", null)... | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/3ef8db3b6ccfeeb7a31cec187ead3dce194aa5ca/BindingInteractionsTest.java/buggy/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
9321,
6618,
26270,
15518,
1435,
1082,
202,
15069,
2288,
8116,
503,
288,
202,
202,
6385,
1772,
982,
1042,
273,
819,
1318,
18,
29120,
2932,
2938,
8863,
202,
202,
2938,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
9321,
6618,
26270,
15518,
1435,
1082,
202,
15069,
2288,
8116,
503,
288,
202,
202,
6385,
1772,
982,
1042,
273,
819,
1318,
18,
29120,
2932,
2938,
8863,
202,
202,
2938,
... |
if (url.startsWith(protocol)) return url.substring(protocol.length()); return url; } | if (url.startsWith(protocol)) { return url.substring(protocol.length()); } return url; } | public static String removeProtocol(String url, String protocol) { if (url.startsWith(protocol)) return url.substring(protocol.length()); return url; } | 58694 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58694/c171c3550f70b496c1228bbed45f5f8feea45a9c/UrlBuilder.java/buggy/src/org/objectweb/proactive/core/util/UrlBuilder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
514,
1206,
5752,
12,
780,
880,
16,
514,
1771,
13,
288,
565,
309,
261,
718,
18,
17514,
1190,
12,
8373,
3719,
327,
880,
18,
28023,
12,
8373,
18,
2469,
10663,
565,
327,
880,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
514,
1206,
5752,
12,
780,
880,
16,
514,
1771,
13,
288,
565,
309,
261,
718,
18,
17514,
1190,
12,
8373,
3719,
327,
880,
18,
28023,
12,
8373,
18,
2469,
10663,
565,
327,
880,
3... |
private Element createSchemaForPorttype(String namespaceURI, List operationListToProcess, Map existingSchemaMap) { //first of all look at the operations list //we can return immediately if we get the operations list ... | 49300 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49300/244aa4f43ff8119055aa57a36d41877e9626c506/WSDL11ToAxisServiceBuilder.java/clean/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
3010,
752,
3078,
1290,
2617,
723,
12,
780,
19421,
16,
4766,
5411,
987,
1674,
682,
30004,
16,
4766,
5411,
1635,
2062,
3078,
863,
13,
288,
3639,
368,
3645,
434,
777,
2324,
622,
326,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
3010,
752,
3078,
1290,
2617,
723,
12,
780,
19421,
16,
4766,
5411,
987,
1674,
682,
30004,
16,
4766,
5411,
1635,
2062,
3078,
863,
13,
288,
3639,
368,
3645,
434,
777,
2324,
622,
326,
... | ||
decl = (IASTSimpleDeclaration) tu.getDeclarations()[1]; assertEquals(decl.getDeclarators().length, 0); IASTCompositeTypeSpecifier compSpec = (IASTCompositeTypeSpecifier) decl .getDeclSpecifier(); IASTName name_comp = compSpec.getName(); | decl = (IASTSimpleDeclaration) tu.getDeclarations()[1]; assertEquals(decl.getDeclarators().length, 0); IASTCompositeTypeSpecifier compSpec = (IASTCompositeTypeSpecifier) decl .getDeclSpecifier(); IASTName name_comp = compSpec.getName(); | public void testClassForwardDecl() throws Exception { StringBuffer buffer = new StringBuffer("class A; class A {};"); //$NON-NLS-1$ IASTTranslationUnit tu = parse(buffer.toString(), ParserLanguage.CPP); IASTSimpleDeclaration decl = (IASTSimpleDeclaration) tu.getDeclarations()[0]; assertEquals(dec... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/85642473031be9bd27aacd0ceddea64e2ce41399/AST2CPPTests.java/clean/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/AST2CPPTests.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
1071,
918,
1842,
797,
8514,
3456,
1435,
1216,
1185,
288,
1377,
6674,
1613,
273,
394,
6674,
2932,
1106,
432,
31,
667,
432,
2618,
4868,
1769,
4329,
3993,
17,
5106,
17,
21,
8,
1377,
467,
9... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
1071,
918,
1842,
797,
8514,
3456,
1435,
1216,
1185,
288,
1377,
6674,
1613,
273,
394,
6674,
2932,
1106,
432,
31,
667,
432,
2618,
4868,
1769,
4329,
3993,
17,
5106,
17,
21,
8,
1377,
467,
9... |
optionMap.put(name, value); | getOptionMap().put(name, value); | public void putValue(String name, String value) { Object oldValue = optionMap.get(name); if (oldValue == null || !oldValue.equals(value)) { optionMap.put(name, value); setDirty(true); } } | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/cc710063b44a0d6ca4702f2fbbb1dfbe4e3f384e/BuildToolsSettingsStore.java/buggy/core/org.eclipse.cdt.ui/build/org/eclipse/cdt/ui/build/properties/BuildToolsSettingsStore.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1378,
620,
12,
780,
508,
16,
514,
460,
13,
288,
202,
202,
921,
11144,
273,
1456,
863,
18,
588,
12,
529,
1769,
202,
202,
430,
261,
1673,
620,
422,
446,
747,
401,
1673,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1378,
620,
12,
780,
508,
16,
514,
460,
13,
288,
202,
202,
921,
11144,
273,
1456,
863,
18,
588,
12,
529,
1769,
202,
202,
430,
261,
1673,
620,
422,
446,
747,
401,
1673,
... |
catch( IOException ex ) { log( "Ant: Can't set output to " + output ); | catch (IOException ex) { log("Ant: Can't set output to " + output); | private void initializeProject() { Vector listeners = project.getBuildListeners(); final int count = listeners.size(); for (int i = 0; i < count; i++) { newProject.addBuildListener((BuildListener)listeners.elementAt(i)); } if (output != null) { File outfile =... | 639 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/639/0e1127c22ce00b23a65cbf90b3abf1cee81133ab/Ant.java/buggy/src/main/org/apache/tools/ant/taskdefs/Ant.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
4046,
4109,
1435,
288,
3639,
5589,
4679,
273,
1984,
18,
588,
3116,
5583,
5621,
3639,
727,
509,
1056,
273,
4679,
18,
1467,
5621,
3639,
364,
261,
474,
277,
273,
374,
31,
277,
4... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
4046,
4109,
1435,
288,
3639,
5589,
4679,
273,
1984,
18,
588,
3116,
5583,
5621,
3639,
727,
509,
1056,
273,
4679,
18,
1467,
5621,
3639,
364,
261,
474,
277,
273,
374,
31,
277,
4... |
protected FilterUtils.FilterTransformer getTransformer() { return new FilterUtils.FilterTransformer() { public FeatureFilter transform(FeatureFilter ff) { // fixme: should we be mapping filters on feature instance or sequence // instance? return ff; } }; } | 50115 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50115/6af69e6d2e15b3553ee1bc70f261ad615ee61682/ReparentContext.java/clean/src/org/biojava/bio/seq/projection/ReparentContext.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
1586,
1989,
18,
1586,
8319,
588,
8319,
1435,
95,
2463,
2704,
1586,
1989,
18,
1586,
8319,
1435,
95,
482,
4595,
1586,
6547,
12,
4595,
1586,
1403,
15329,
759,
904,
3501,
30,
13139,
4875,
25... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
1586,
1989,
18,
1586,
8319,
588,
8319,
1435,
95,
2463,
2704,
1586,
1989,
18,
1586,
8319,
1435,
95,
482,
4595,
1586,
6547,
12,
4595,
1586,
1403,
15329,
759,
904,
3501,
30,
13139,
4875,
25... | ||
if(mimeType == null || mimeType.equals("")) | if((mimeType == null) || mimeType.equals("")) | public void mergeNoOverwrite(ClientMetadata clientMetadata) { if(mimeType == null || mimeType.equals("")) mimeType = clientMetadata.mimeType; } | 50653 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50653/ca136843ae9ecb30cadada58a33a5dc2cf8ad064/ClientMetadata.java/clean/src/freenet/client/ClientMetadata.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
2691,
2279,
20832,
12,
1227,
2277,
1004,
2277,
13,
288,
202,
202,
430,
12,
19176,
422,
446,
747,
10707,
18,
14963,
2932,
6,
3719,
1082,
202,
19176,
273,
1004,
2277,
18,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
2691,
2279,
20832,
12,
1227,
2277,
1004,
2277,
13,
288,
202,
202,
430,
12,
19176,
422,
446,
747,
10707,
18,
14963,
2932,
6,
3719,
1082,
202,
19176,
273,
1004,
2277,
18,
1... |
case ( LineStyle.DASHED ) : | case ( LineStyle.DASHED ) : | public void drawOval( OvalRenderEvent ore ) throws ChartException { // CHECK IF THE LINE ATTRIBUTES ARE CORRECTLY DEFINED final LineAttributes lia = ore.getOutline( ); if ( !validateLineAttributes( ore.getSource( ), lia ) ) { return; } // SETUP THE FOREGROUND COLOR (DARKER BACKGROUND IF DEFINED AS NULL) final... | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/20bb7679d106e8105100c095c900612d5a37a46d/SwtRendererImpl.java/buggy/chart/org.eclipse.birt.chart.device.swt/src/org/eclipse/birt/chart/device/swt/SwtRendererImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
3724,
51,
1125,
12,
531,
1125,
3420,
1133,
320,
266,
262,
1216,
14804,
503,
202,
95,
202,
202,
759,
14565,
11083,
12786,
14340,
14043,
18744,
432,
862,
28359,
4512,
7076,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
3724,
51,
1125,
12,
531,
1125,
3420,
1133,
320,
266,
262,
1216,
14804,
503,
202,
95,
202,
202,
759,
14565,
11083,
12786,
14340,
14043,
18744,
432,
862,
28359,
4512,
7076,
2... |
public void testTransformInteger(){ | public void testTransformInteger() throws Exception { | public void testTransformInteger(){ double expected = 1.0; Integer input = new Integer(1); DefaultTransformer t = new DefaultTransformer(); try { assertEquals(expected, t.transform(input), 1.0e-4); } catch (MathException e) { e.printStackTrace(); } } | 9305 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9305/6c07bd13a84d27f6df35a9bf00c46e63b5b17639/DefaultTransformerTest.java/buggy/src/test/org/apache/commons/math/util/DefaultTransformerTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
4059,
4522,
1435,
1216,
1185,
288,
3639,
1645,
2665,
273,
404,
18,
20,
31,
3639,
2144,
810,
273,
394,
2144,
12,
21,
1769,
3639,
2989,
8319,
268,
273,
394,
2989,
8319,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
4059,
4522,
1435,
1216,
1185,
288,
3639,
1645,
2665,
273,
404,
18,
20,
31,
3639,
2144,
810,
273,
394,
2144,
12,
21,
1769,
3639,
2989,
8319,
268,
273,
394,
2989,
8319,
5... |
private void copyAttends(IExecutionCourse destination, IExecutionCourse source, ISuportePersistente ps) throws ExcepcaoPersistencia { List sourceAttends = source.getAttends(); Map alreadyAttendingDestination = new HashMap(); for (int i = 0; i < destination.getAttends().size()... | 2645 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2645/30f58a17a4f02c5bfc945a1e0aafcd92c51d4a55/MergeExecutionCourses.java/buggy/src/ServidorAplicacao/Servico/manager/MergeExecutionCourses.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1610,
3075,
5839,
12,
45,
3210,
39,
3117,
2929,
16,
467,
3210,
39,
3117,
1084,
16,
5411,
467,
3088,
499,
73,
11906,
73,
4250,
13,
1216,
1312,
311,
2436,
6033,
12771,
28115,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1610,
3075,
5839,
12,
45,
3210,
39,
3117,
2929,
16,
467,
3210,
39,
3117,
1084,
16,
5411,
467,
3088,
499,
73,
11906,
73,
4250,
13,
1216,
1312,
311,
2436,
6033,
12771,
28115,
2... | ||
return daughters[featureVector.getByteValuedDiscreteFeature(featureIndex)]; | return daughters[featureVector.getByteFeature(featureIndex)]; | public Node getNextNode(FeatureVector featureVector) { return daughters[featureVector.getByteValuedDiscreteFeature(featureIndex)]; } | 18648 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/18648/f9af0f067382bde700d377f77a5bc00f4cff3503/CARTWagonFormat.java/buggy/java/de/dfki/lt/mary/unitselection/cart/CARTWagonFormat.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
2029,
6927,
907,
12,
4595,
5018,
2572,
5018,
13,
288,
5411,
327,
5248,
2127,
5432,
63,
7238,
5018,
18,
588,
3216,
4595,
12,
7238,
1016,
13,
15533,
3639,
289,
2,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
2029,
6927,
907,
12,
4595,
5018,
2572,
5018,
13,
288,
5411,
327,
5248,
2127,
5432,
63,
7238,
5018,
18,
588,
3216,
4595,
12,
7238,
1016,
13,
15533,
3639,
289,
2,
-100,
-100,
-100,
... |
return cachedElements; | return (AbstractElement[]) idToElement.values().toArray( new AbstractElement[idToElement.values().size()]); | public AbstractElement[] getElements() { if (cachedElements == null) { IWorkbenchPage activePage = PlatformUI.getWorkbench() .getActiveWorkbenchWindow().getActivePage(); IEditorReference[] editors = activePage.getEditorReferences(); cachedElements = new AbstractElement[editors.length]; for (int i = 0; i <... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/23f82a23162afe399bf5468845fcc0690fac688d/EditorProvider.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/incubator/EditorProvider.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
4115,
1046,
8526,
8886,
1435,
288,
202,
202,
430,
261,
7097,
3471,
422,
446,
13,
288,
1082,
202,
45,
2421,
22144,
1964,
2695,
1964,
273,
11810,
5370,
18,
588,
2421,
22144,
1435,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
4115,
1046,
8526,
8886,
1435,
288,
202,
202,
430,
261,
7097,
3471,
422,
446,
13,
288,
1082,
202,
45,
2421,
22144,
1964,
2695,
1964,
273,
11810,
5370,
18,
588,
2421,
22144,
1435,... |
{ | { | public void testGetFilters() { assertTrue(objectUnderTest_.getFilters().isEmpty()); objectUnderTest_.add_filter(mockFilter_); assertEquals(1, objectUnderTest_.getFilters().size()); assertEquals(mockFilter_, objectUnderTest_.getFilters().get(0)); try { ... | 46355 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46355/b2aa91a672be3f8bd14c3402b93d9a1d919f304c/FilterManagerTest.java/buggy/test/regression/src/org/jacorb/test/notification/FilterManagerTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
967,
5422,
1435,
565,
288,
540,
1815,
5510,
12,
1612,
14655,
4709,
27799,
588,
5422,
7675,
291,
1921,
10663,
7734,
733,
14655,
4709,
27799,
1289,
67,
2188,
12,
22851,
1586,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
967,
5422,
1435,
565,
288,
540,
1815,
5510,
12,
1612,
14655,
4709,
27799,
588,
5422,
7675,
291,
1921,
10663,
7734,
733,
14655,
4709,
27799,
1289,
67,
2188,
12,
22851,
1586,... |
AST __t553 = _t; AST tmp2067_AST_in = (AST)_t; | AST __t557 = _t; AST tmp2070_AST_in = (AST)_t; | public final void aggregatephrase(AST _t) throws RecognitionException { AST aggregatephrase_AST_in = (_t == ASTNULL) ? null : (AST)_t; AST __t553 = _t; AST tmp2067_AST_in = (AST)_t; match(_t,Aggregate_phrase); _t = _t.getFirstChild(); AST tmp2068_AST_in = (AST)_t; match(_t,LEFTPAREN); _t = _t.getNextSiblin... | 13952 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13952/daa15e07422d3491bbbb4d0060450c81983332a4/TreeParser03.java/clean/trunk/org.prorefactor.core/src/org/prorefactor/treeparser03/TreeParser03.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
7047,
9429,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
7047,
9429,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
13,
692,
446,
294,
261,
9053... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
7047,
9429,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
7047,
9429,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
13,
692,
446,
294,
261,
9053... |
public InetSocketAddress(int port) | public InetSocketAddress(InetAddress addr, int port) | public InetSocketAddress(int port) throws IllegalArgumentException { if (port < 0 || port > 65535) throw new IllegalArgumentException(); this.port = port; try { this.addr = InetAddress.getLocalHost(); } catch (Exception e) { } } | 5916 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5916/b36f8eef237505f078dd95cd2d50183f990c35aa/InetSocketAddress.java/buggy/libjava/java/net/InetSocketAddress.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
17943,
12,
474,
1756,
13,
202,
15069,
2754,
565,
288,
202,
430,
261,
655,
411,
374,
747,
1756,
405,
10147,
13,
1850,
604,
394,
2754,
5621,
202,
2211,
18,
655,
273,
1756,
31,
202,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
17943,
12,
474,
1756,
13,
202,
15069,
2754,
565,
288,
202,
430,
261,
655,
411,
374,
747,
1756,
405,
10147,
13,
1850,
604,
394,
2754,
5621,
202,
2211,
18,
655,
273,
1756,
31,
202,
... |
public abstract boolean validateDrop(Object target, int operation, | public abstract IStatus validateDrop(Object target, int operation, | public abstract boolean validateDrop(Object target, int operation, TransferData transferType); | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/49eb96577ec0522e254b4f6e46dc20eebd9aad2c/CommonDropAdapterAssistant.java/buggy/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonDropAdapterAssistant.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
8770,
1250,
1954,
7544,
12,
921,
1018,
16,
509,
1674,
16,
1082,
202,
5912,
751,
7412,
559,
1769,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
8770,
1250,
1954,
7544,
12,
921,
1018,
16,
509,
1674,
16,
1082,
202,
5912,
751,
7412,
559,
1769,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
if (StringUtils.isNotBlank(css)) { css = css + " " + addStyle; } else { css = addStyle; } | if (StringUtils.isNotBlank(css)) { css = css + " " + addStyle; } else { css = addStyle; } | public String getOpenTag() { String css = this.tableModel.getProperties().getCssRow(this.rowNumber); if (this.tableModel.getTableDecorator() != null) { String addStyle = this.tableModel.getTableDecorator().addRowClass(); if (StringUtils.isNotBlank(a... | 10316 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10316/1ff3d6444c526c61ccdbe453bd0a996478a45d0a/Row.java/buggy/displaytag/src/main/java/org/displaytag/model/Row.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
29607,
1805,
1435,
565,
288,
3639,
514,
3747,
273,
333,
18,
2121,
1488,
18,
588,
2297,
7675,
588,
7359,
1999,
12,
2211,
18,
492,
1854,
1769,
7734,
309,
261,
2211,
18,
2121,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
29607,
1805,
1435,
565,
288,
3639,
514,
3747,
273,
333,
18,
2121,
1488,
18,
588,
2297,
7675,
588,
7359,
1999,
12,
2211,
18,
492,
1854,
1769,
7734,
309,
261,
2211,
18,
2121,
1... |
bma.setBeanValue(path, target, valueo, null); | bma.setBeanValue(path, target, valueo, null, true); | public void parseViewParamAttributes(ViewParameters target, Map params) { ViewParamsMapInfo mapinfo = vpmim.getMappingInfo(target); for (int i = 0; i < mapinfo.attrnames.length; ++i) { String path = mapinfo.paths[i]; Object valueo = params.get(mapinfo.attrnames[i]); if (valueo != null) { b... | 29 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/29/2b2d7c68429aba2dd87ca8246a64d0d6ba4d6bb3/ViewParamsMapper.java/clean/rsf-core/core/src/uk/org/ponder/rsf/viewstate/ViewParamsMapper.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1109,
1767,
786,
2498,
12,
1767,
2402,
1018,
16,
1635,
859,
13,
288,
565,
4441,
1370,
863,
966,
852,
1376,
273,
331,
7755,
381,
18,
588,
3233,
966,
12,
3299,
1769,
565,
364,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1109,
1767,
786,
2498,
12,
1767,
2402,
1018,
16,
1635,
859,
13,
288,
565,
4441,
1370,
863,
966,
852,
1376,
273,
331,
7755,
381,
18,
588,
3233,
966,
12,
3299,
1769,
565,
364,
... |
if (defaultProfile != null) { book = defaultProfile.getAddressBook(); } | if (defaultProfile != null) { book = defaultProfile.getAddressBook(); } | public void actionPerformed(ActionEvent e) { if (getMessageUI() != null) getMessageUI().setBusy(true); FolderDisplayUI fw = getFolderDisplayUI(); if (fw != null) fw.setBusy(true);; try { UserProfile defaultProfile = getDefaultProfile(); AddressBook book = null; if (defaultProfile != null) { b... | 967 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/967/55c2ef8139608f0f93fb72272ca8300eb9ac663e/MessageProxy.java/buggy/src/net/suberic/pooka/gui/MessageProxy.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
26100,
12,
1803,
1133,
425,
13,
288,
1377,
309,
261,
24906,
5370,
1435,
480,
446,
13,
202,
24906,
5370,
7675,
542,
29289,
12,
3767,
1769,
1377,
12623,
4236,
5370,
7600,
273,
29... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
26100,
12,
1803,
1133,
425,
13,
288,
1377,
309,
261,
24906,
5370,
1435,
480,
446,
13,
202,
24906,
5370,
7675,
542,
29289,
12,
3767,
1769,
1377,
12623,
4236,
5370,
7600,
273,
29... |
((IProject)project).setSessionProperty(scannerInfoProperty, scannerInfo); | project.setSessionProperty(scannerInfoProperty, scannerInfo); | public MakeScannerInfo getMakeScannerInfo(IProject project, boolean cacheInfo) throws CoreException { MakeScannerInfo scannerInfo = null; // See if there's already one associated with the resource for this session scannerInfo = (MakeScannerInfo)project.getSessionProperty(scannerInfoProperty); // Try to load one fo... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/6a2b389c5fe255a19c4b416b130fb2fb3eeb1758/MakeScannerProvider.java/buggy/build/org.eclipse.cdt.make.core/src/org/eclipse/cdt/make/core/MakeScannerProvider.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
4344,
11338,
966,
2108,
911,
11338,
966,
12,
45,
4109,
1984,
16,
1250,
1247,
966,
13,
1216,
30015,
288,
202,
202,
6464,
11338,
966,
7683,
966,
273,
446,
31,
202,
202,
759,
216... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
4344,
11338,
966,
2108,
911,
11338,
966,
12,
45,
4109,
1984,
16,
1250,
1247,
966,
13,
1216,
30015,
288,
202,
202,
6464,
11338,
966,
7683,
966,
273,
446,
31,
202,
202,
759,
216... |
public ExpressionProvider( List dataSetList ) | public ExpressionProvider( ModuleHandle moduleHandle ) | public ExpressionProvider( List dataSetList ) { this( SessionHandleAdapter.getInstance( ).getReportDesignHandle( ), dataSetList ); } | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/08d8bf049bb9e76721c973f9fdf7f79d7db6d995/ExpressionProvider.java/buggy/UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionProvider.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
5371,
2249,
12,
987,
14837,
682,
262,
202,
95,
202,
202,
2211,
12,
3877,
3259,
4216,
18,
588,
1442,
12,
262,
18,
588,
4820,
15478,
3259,
12,
262,
16,
9506,
202,
892,
694,
68... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
5371,
2249,
12,
987,
14837,
682,
262,
202,
95,
202,
202,
2211,
12,
3877,
3259,
4216,
18,
588,
1442,
12,
262,
18,
588,
4820,
15478,
3259,
12,
262,
16,
9506,
202,
892,
694,
68... |
g2d.setPaint( new GradientPaint( new Point2D.Double( dX + 3, ( dY - dFH ) + 3 ), (Color) _sxs.getColor( la.getShadowColor( ) ), new Point2D.Double( dX + 3 + dFW, ( dY - dFH ) + 3 | g2d.setPaint( new GradientPaint( new Point2D.Double( dX + shadowness, ( dY - dFH ) + shadowness ), (Color) _sxs.getColor( la.getShadowColor( ) ), new Point2D.Double( dX + shadowness + dFW, ( dY - dFH ) + shadowness | private final void showLeftValue( IPrimitiveRenderer ipr, Location lo, Label la, boolean bShadow ) { Graphics2D g2d = (Graphics2D) ( (IDeviceRenderer) ipr ).getGraphicsContext( ); double dX = lo.getX( ), dY = lo.getY( ); FontDefinition fd = la.getCaption( ).getFont( ); double dAngleInDegrees = fd.getRotation( );... | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/645091079ddc89586ae4a5e7783994b5b8660cce/SwingTextRenderer.java/clean/chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingTextRenderer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
727,
918,
2405,
3910,
620,
12,
467,
9840,
6747,
277,
683,
16,
7050,
437,
16,
1082,
202,
2224,
7125,
16,
1250,
324,
12957,
262,
202,
95,
202,
202,
17558,
22,
40,
314,
22,
72... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
727,
918,
2405,
3910,
620,
12,
467,
9840,
6747,
277,
683,
16,
7050,
437,
16,
1082,
202,
2224,
7125,
16,
1250,
324,
12957,
262,
202,
95,
202,
202,
17558,
22,
40,
314,
22,
72... |
public void emitNewArray (Type element_type) | void emitNewArray (int type_code) | public void emitNewArray (Type element_type) { popType(); if (element_type instanceof PrimType) { int code; switch (element_type.getSignature().charAt(0)) { case 'B': code = 8; break; case 'S': code = 9; break; case 'I': code = 10; break; case 'J': code = 11; break; case 'F': code =... | 36870 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/36870/0a5933ea2ca3857ec37bdf9f3ed9ca73a5c43f1a/CodeAttr.java/buggy/gnu/bytecode/CodeAttr.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
918,
3626,
1908,
1076,
261,
474,
618,
67,
710,
13,
225,
288,
565,
1843,
559,
5621,
565,
309,
261,
2956,
67,
723,
1276,
2301,
381,
559,
13,
1377,
288,
202,
474,
981,
31,
202,
9610,
261... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
918,
3626,
1908,
1076,
261,
474,
618,
67,
710,
13,
225,
288,
565,
1843,
559,
5621,
565,
309,
261,
2956,
67,
723,
1276,
2301,
381,
559,
13,
1377,
288,
202,
474,
981,
31,
202,
9610,
261... |
return itemMgr.getChildProperties(getNodeId()); | return itemMgr.getChildProperties(getNodeState()); | public PropertyIterator getProperties() throws RepositoryException { checkStatus(); try { return itemMgr.getChildProperties(getNodeId()); } catch (ItemNotFoundException infe) { String msg = "Failed to list the child properties of " + getPath(); log.debug(msg); ... | 49304 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49304/225b0a8914928975a7c9c42574c1fa2778136c47/NodeImpl.java/clean/contrib/spi/jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/NodeImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
4276,
3198,
9392,
1435,
1216,
13367,
288,
3639,
866,
1482,
5621,
3639,
775,
288,
5411,
327,
761,
9455,
18,
588,
1763,
2297,
12,
588,
907,
1119,
10663,
3639,
289,
1044,
261,
1180,
39... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
4276,
3198,
9392,
1435,
1216,
13367,
288,
3639,
866,
1482,
5621,
3639,
775,
288,
5411,
327,
761,
9455,
18,
588,
1763,
2297,
12,
588,
907,
1119,
10663,
3639,
289,
1044,
261,
1180,
39... |
if (name != null && name.equals("out")) | if ((name != null) && name.equals("out")) | static PrintWriter getOutput() { PrintWriter pw; String name = getProperty("Output"); if (name != null && name.equals("out")) pw = new PrintWriter(System.out, true); else pw = new PrintWriter(System.err, true); return pw; } | 46035 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46035/ca136843ae9ecb30cadada58a33a5dc2cf8ad064/Rijndael_Properties.java/buggy/src/freenet/crypt/ciphers/Rijndael_Properties.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
760,
14071,
11062,
1435,
288,
3639,
14071,
8772,
31,
3639,
514,
508,
273,
3911,
2932,
1447,
8863,
3639,
309,
14015,
529,
480,
446,
13,
597,
508,
18,
14963,
2932,
659,
6,
3719,
5411,
8772,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
760,
14071,
11062,
1435,
288,
3639,
14071,
8772,
31,
3639,
514,
508,
273,
3911,
2932,
1447,
8863,
3639,
309,
14015,
529,
480,
446,
13,
597,
508,
18,
14963,
2932,
659,
6,
3719,
5411,
8772,... |
return obj != null && unwrap().equals(((JDKTimeZone) obj).unwrap()); | if(obj !=null){ TimeZone tz1 = zone; TimeZone tz2 = ((JDKTimeZone) obj).zone; boolean equal = true; if(tz1!=null && tz2!=null){ equal = tz1.equals(tz2); } return equal; } return false; | public boolean equals(Object obj) { try { return obj != null && unwrap().equals(((JDKTimeZone) obj).unwrap()); } catch (ClassCastException e) { return false; } } | 5620 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5620/75f97b11d76bc17a59bc325e73f03bb4a4d7b812/JDKTimeZone.java/clean/icu4j/src/com/ibm/icu/impl/JDKTimeZone.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
1606,
12,
921,
1081,
13,
288,
3639,
775,
288,
5411,
327,
1081,
480,
446,
597,
7734,
11014,
7675,
14963,
12443,
12,
46,
3398,
16760,
13,
1081,
2934,
318,
4113,
10663,
3639,
289... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
1606,
12,
921,
1081,
13,
288,
3639,
775,
288,
5411,
327,
1081,
480,
446,
597,
7734,
11014,
7675,
14963,
12443,
12,
46,
3398,
16760,
13,
1081,
2934,
318,
4113,
10663,
3639,
289... |
return (rule.name+token.getAttribute()).hashCode(); | return (rule.name+token.getAttribute()+actionNum).hashCode(); | public int getUniqueIdentifier() { return (rule.name+token.getAttribute()).hashCode(); } | 51505 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51505/de5144bf9aaaff3aa03fca961f9a80c06b09616a/ParserAction.java/buggy/src/org/antlr/works/parser/ParserAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
16076,
3004,
1435,
288,
3639,
327,
261,
5345,
18,
529,
15,
2316,
18,
588,
1499,
1435,
15,
1128,
2578,
2934,
2816,
1085,
5621,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
16076,
3004,
1435,
288,
3639,
327,
261,
5345,
18,
529,
15,
2316,
18,
588,
1499,
1435,
15,
1128,
2578,
2934,
2816,
1085,
5621,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
... |
throws CFGBuilderException, DataflowAnalysisException; | throws CFGBuilderException, DataflowAnalysisException; | protected abstract AnalysisResult analyze(Method method) throws CFGBuilderException, DataflowAnalysisException; | 7352 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7352/4748a5a9b76f3dd763ee6bc7755c932a711bd6a6/ClassContext.java/clean/findbugs/src/java/edu/umd/cs/findbugs/ba/ClassContext.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
1117,
8770,
16318,
1253,
12375,
12,
1305,
707,
13,
1082,
202,
15069,
7577,
1263,
503,
16,
1910,
2426,
9418,
503,
31,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
1117,
8770,
16318,
1253,
12375,
12,
1305,
707,
13,
1082,
202,
15069,
7577,
1263,
503,
16,
1910,
2426,
9418,
503,
31,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
element = TypeUtil.getDeclaringType(element); | element = TypeUtil.getDeclaringClass(element); | public void setInputElement(ICElement element) { if (element != null) { if (!(element instanceof IStructure)) { element = TypeUtil.getDeclaringType(element); } if (element == null || !element.exists()) { MessageDialog.openError(getSite().getShell(), TypeHierarchyMessages.getString("TypeHierarchyV... | 6192 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6192/cd51bbd5f74702b10da18821cacea42e20722fe5/TypeHierarchyViewPart.java/buggy/core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/TypeHierarchyViewPart.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
21687,
1046,
12,
2871,
1046,
930,
13,
288,
202,
202,
430,
261,
2956,
480,
446,
13,
288,
1082,
565,
309,
16051,
12,
2956,
1276,
467,
6999,
3719,
288,
1082,
3639,
930,
273,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
21687,
1046,
12,
2871,
1046,
930,
13,
288,
202,
202,
430,
261,
2956,
480,
446,
13,
288,
1082,
565,
309,
16051,
12,
2956,
1276,
467,
6999,
3719,
288,
1082,
3639,
930,
273,... |
final JavaCharStream jcs=context.poorscript.jj_input_stream; InputStream ins=new InputStream(){ /** * Reads the next byte of data from the input stream. * * @return the next byte of data, or <code>-1</code> if the end of the stream is reached. * @throws IOException if an I/O error occurs. * @todo Implement this java.io... | PdfGraphics2D pdfg2d = (PdfGraphics2D) context.pencil.graphics; PdfContentByte cb = pdfg2d.getContent(); cb.saveState(); context.operands.push(new Long(0)); | public void execute(PAContext context) throws PainterException { final JavaCharStream jcs=context.poorscript.jj_input_stream; InputStream ins=new InputStream(){ /** * Reads the next byte of data from the input stream. * * @return the next byte of data, or <code... | 3011 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3011/3cd4a973dbdca1f7072d8e189d388c5a878cc9a6/PAContext.java/buggy/itext/src/com/lowagie/text/pdf/codec/postscript/PAContext.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4202,
1071,
918,
1836,
12,
4066,
1042,
819,
13,
1216,
453,
11606,
503,
288,
3639,
727,
5110,
2156,
1228,
525,
2143,
33,
2472,
18,
1631,
280,
4263,
18,
78,
78,
67,
2630,
67,
3256,
31,
3639,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4202,
1071,
918,
1836,
12,
4066,
1042,
819,
13,
1216,
453,
11606,
503,
288,
3639,
727,
5110,
2156,
1228,
525,
2143,
33,
2472,
18,
1631,
280,
4263,
18,
78,
78,
67,
2630,
67,
3256,
31,
3639,
... |
{ match(']'); | { match(']'); if (failed) return ; | public void mMISC() throws RecognitionException { try { int type = MISC; int start = getCharIndex(); int line = getLine(); int charPosition = getCharPositionInLine(); int channel = Token.DEFAULT_CHANNEL; // C:\Projects\jboss-rules\drools-compi... | 5490 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5490/9c6423b7a31fdc4a1317e71a6d2850c94e2140e0/RuleParserLexer.java/buggy/drools-compiler/src/main/java/org/drools/lang/RuleParserLexer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
312,
7492,
2312,
1435,
1216,
9539,
288,
3639,
775,
288,
5411,
509,
618,
273,
20806,
2312,
31,
5411,
509,
787,
273,
23577,
1016,
5621,
5411,
509,
980,
273,
9851,
5621,
5411,
509... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
312,
7492,
2312,
1435,
1216,
9539,
288,
3639,
775,
288,
5411,
509,
618,
273,
20806,
2312,
31,
5411,
509,
787,
273,
23577,
1016,
5621,
5411,
509,
980,
273,
9851,
5621,
5411,
509... |
SAXParserFactory factoryImpl = null; try { Class clazz = Class.forName(factoryImplName); factoryImpl = (SAXParserFactory)clazz.newInstance(); } catch (ClassNotFoundException cnfe) { throw new FactoryConfigurationError(cnfe); } catch (IllegalAccessException iae) { throw new FactoryConfigurationError(iae); } catch (Ins... | public static SAXParserFactory newInstance() { String factoryImplName = findFactory(defaultPropName, "org.apache.xerces.jaxp.SAXParserFactoryImpl"); // the default can be removed after services are tested well enough if (factoryImplName == null) { throw new FactoryConfigurationError( ... | 46079 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46079/e8e6700a2c3d6a5653c51dc4061e96c51a7a8db3/SAXParserFactory.java/buggy/src/javax/xml/parsers/SAXParserFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
10168,
2678,
1733,
5984,
1435,
288,
202,
780,
3272,
2828,
461,
273,
1104,
1733,
12,
1886,
28856,
16,
25083,
377,
315,
3341,
18,
19211,
18,
92,
264,
764,
18,
6482,
84,
18,
55,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
10168,
2678,
1733,
5984,
1435,
288,
202,
780,
3272,
2828,
461,
273,
1104,
1733,
12,
1886,
28856,
16,
25083,
377,
315,
3341,
18,
19211,
18,
92,
264,
764,
18,
6482,
84,
18,
55,... | |
static int lastIndexOf(nsIMutableArray aArray, nsISupports aElement) | static long lastIndexOf(nsIMutableArray aArray, nsISupports aElement) | static int lastIndexOf(nsIMutableArray aArray, nsISupports aElement) { for (int i = aArray.getLength() - 1; i >= 0; i--) { IFoo foo = (IFoo) aArray.queryElementAt(i, IFoo.IFOO_IID); if (foo == aElement) return i; } return -1; } | 13991 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13991/d75b5fa3ebb3cea48e4dbfe9f2bd6032c0e1143c/TestArray.java/clean/extensions/java/xpcom/tests/TestArray.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
760,
1525,
9550,
12,
2387,
3445,
3050,
1076,
279,
1076,
16,
3153,
45,
27878,
279,
1046,
13,
225,
288,
565,
364,
261,
474,
277,
273,
279,
1076,
18,
588,
1782,
1435,
300,
404,
31,
277,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
760,
1525,
9550,
12,
2387,
3445,
3050,
1076,
279,
1076,
16,
3153,
45,
27878,
279,
1046,
13,
225,
288,
565,
364,
261,
474,
277,
273,
279,
1076,
18,
588,
1782,
1435,
300,
404,
31,
277,
... |
public org.quickfix.field.SecurityIDSource getSecurityIDSource() throws FieldNotFound { org.quickfix.field.SecurityIDSource value = new org.quickfix.field.SecurityIDSource(); | public quickfix.field.SecurityIDSource getSecurityIDSource() throws FieldNotFound { quickfix.field.SecurityIDSource value = new quickfix.field.SecurityIDSource(); | public org.quickfix.field.SecurityIDSource getSecurityIDSource() throws FieldNotFound { org.quickfix.field.SecurityIDSource value = new org.quickfix.field.SecurityIDSource(); getField(value); return value; } | 8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/CrossOrderCancelRequest.java/buggy/src/java/src/quickfix/fix43/CrossOrderCancelRequest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
4368,
734,
1830,
19288,
734,
1830,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
4368,
734,
1830,
460,
273,
394,
2358,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
4368,
734,
1830,
19288,
734,
1830,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
4368,
734,
1830,
460,
273,
394,
2358,
... |
SwingUtilities.replaceUIInputMap(comboBox, JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, null); | protected void uninstallKeyboardActions() throws NotImplementedException { // FIXME: Need to implement. } | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/4d9dd8abd1355057dc6966b7ca9f4459b3a3e945/BasicComboBoxUI.java/buggy/core/src/classpath/javax/javax/swing/plaf/basic/BasicComboBoxUI.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
26145,
11864,
18,
2079,
5370,
1210,
863,
12,
25053,
3514,
16,
29058,
18,
12557,
1157,
67,
4722,
882,
916,
67,
3932,
67,
3313,
39,
20093,
67,
22922,
16,
446,
1769,
225,
26145,
11864,
18,
2079,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
26145,
11864,
18,
2079,
5370,
1210,
863,
12,
25053,
3514,
16,
29058,
18,
12557,
1157,
67,
4722,
882,
916,
67,
3932,
67,
3313,
39,
20093,
67,
22922,
16,
446,
1769,
225,
26145,
11864,
18,
2079,
... | |
throws SQLException { Timestamp tstamp = rs.getTimestamp(column); if (tstamp == null) { return null; } else { return new java.util.Date(tstamp.getTime()); } } | throws SQLException { Timestamp tstamp = rs.getTimestamp(column); if (tstamp == null) { return null; } else { return new java.util.Date(tstamp.getTime()); } } | public Object fetch(ResultSet rs, String column) throws SQLException { Timestamp tstamp = rs.getTimestamp(column); if (tstamp == null) { return null; } else { return new java.util.Date(tstamp.getTime()); ... | 12196 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12196/558097820abc0198518796cedde797658cda9a5e/MetadataRoot.java/buggy/archive/core-platform/src/com/arsdigita/persistence/metadata/MetadataRoot.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2398,
1071,
1033,
2158,
12,
13198,
3597,
16,
514,
1057,
13,
7734,
1216,
6483,
288,
7734,
8159,
268,
14317,
273,
3597,
18,
588,
4921,
12,
2827,
1769,
7734,
309,
261,
88,
14317,
422,
446,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2398,
1071,
1033,
2158,
12,
13198,
3597,
16,
514,
1057,
13,
7734,
1216,
6483,
288,
7734,
8159,
268,
14317,
273,
3597,
18,
588,
4921,
12,
2827,
1769,
7734,
309,
261,
88,
14317,
422,
446,
13,
... |
m_anchor = anchor; if (target != null) { m_target = target; } else { m_target = ""; } m_text = text; m_order = order; | m_target = ""; m_order = 0; | public CmsTemplateLink(String anchor, String text, String target, int order) { m_anchor = anchor; if (target != null) { m_target = target; } else { m_target = ""; } m_text = text; m_order = order; } | 8585 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8585/3490d71abdd2f86b3a1412c7e7311ab55b31ba53/CmsTemplateLink.java/buggy/src-modules/org/opencms/frontend/templateone/CmsTemplateLink.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2149,
2283,
2098,
12,
780,
6984,
16,
514,
977,
16,
514,
1018,
16,
509,
1353,
13,
288,
3639,
312,
67,
16215,
273,
6984,
31,
3639,
309,
261,
3299,
480,
446,
13,
288,
5411,
312,
67... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2149,
2283,
2098,
12,
780,
6984,
16,
514,
977,
16,
514,
1018,
16,
509,
1353,
13,
288,
3639,
312,
67,
16215,
273,
6984,
31,
3639,
309,
261,
3299,
480,
446,
13,
288,
5411,
312,
67... |
asm.emitLAddrX (3, S1, 3); | asm.emitLAddrX (T0, S1, T0); | public static synchronized VM_CompiledMethod compile (VM_NativeMethod method) { VM_JNICompiledMethod cm = (VM_JNICompiledMethod)VM_CompiledMethods.createCompiledMethod(method, VM_CompiledMethod.JNI); int compiledMethodId = cm.getId(); VM_Assembler asm = new VM_Assembler(0); int frameSize = VM_Compiler.get... | 49871 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49871/395c07529326453b0cf4870a0eb700781f554d97/VM_JNICompiler.java/buggy/rvm/src/vm/arch/powerPC/jni/VM_JNICompiler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
3852,
8251,
67,
20733,
1305,
4074,
261,
7397,
67,
9220,
1305,
707,
13,
288,
565,
8251,
67,
46,
50,
45,
20733,
1305,
5003,
273,
261,
7397,
67,
46,
50,
45,
20733,
1305,
13,
7... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
3852,
8251,
67,
20733,
1305,
4074,
261,
7397,
67,
9220,
1305,
707,
13,
288,
565,
8251,
67,
46,
50,
45,
20733,
1305,
5003,
273,
261,
7397,
67,
46,
50,
45,
20733,
1305,
13,
7... |
public void testTemp() throws Exception { Statement stmt = con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY); stmt.execute("CREATE TABLE #temp (pk INT PRIMARY KEY, f_string VARCHAR(30), f_float FLOAT)"); //populate in the traditional way for (int i = 0; i... | 439 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/439/ba8dbcfb4c76f4e59cc1c80c3e20bdd3252ec4c4/UpdateTest.java/clean/trunk/jtds/src/test/net/sourceforge/jtds/test/UpdateTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
7185,
1435,
1216,
1185,
288,
3639,
8056,
3480,
273,
356,
18,
2640,
3406,
12,
13198,
18,
2399,
67,
2312,
14555,
67,
706,
26753,
16325,
16,
10842,
18,
2248,
7509,
67,
6949,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
7185,
1435,
1216,
1185,
288,
3639,
8056,
3480,
273,
356,
18,
2640,
3406,
12,
13198,
18,
2399,
67,
2312,
14555,
67,
706,
26753,
16325,
16,
10842,
18,
2248,
7509,
67,
6949,... | ||
for (int h = 0; h < catalogs.length; h++) { DataSourcesConfig.Catalog dsCatalog = catalogs[h]; | for (int i = 0; i < catalogs.length; i++) { DataSourcesConfig.Catalog dsCatalog = catalogs[i]; | public void populate(XmlaResponse response, List rows) throws XmlaException { DataSourcesConfig.DataSource ds = handler.getDataSource(request); DataSourcesConfig.Catalog[] catalogs = handler.getCatalogs(request, ds); String role = request.getRole(); ... | 4891 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4891/dd3619858adf8a80618b1c4b570c84445dc1e849/RowsetDefinition.java/buggy/src/main/mondrian/xmla/RowsetDefinition.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
6490,
12,
4432,
69,
1064,
766,
16,
987,
2595,
13,
1216,
5714,
69,
503,
288,
5411,
1910,
8628,
809,
18,
8597,
3780,
273,
1838,
18,
588,
8597,
12,
2293,
1769,
5411,
1910,
8628,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
6490,
12,
4432,
69,
1064,
766,
16,
987,
2595,
13,
1216,
5714,
69,
503,
288,
5411,
1910,
8628,
809,
18,
8597,
3780,
273,
1838,
18,
588,
8597,
12,
2293,
1769,
5411,
1910,
8628,... |
VM.sysWrite(right(hex(i),6) + "| "); VM.sysWrite(right("", PREFIX_AREA_SIZE) + " "); VM.sysWrite( left(op, OP_AREA_SIZE)); | i = begin(i, op); | final void RFDR (int i, String op, byte X, short s, int d, byte R0) { VM.sysWrite(right(hex(i),6) + "| "); VM.sysWrite(right("", PREFIX_AREA_SIZE) + " "); VM.sysWrite( left(op, OP_AREA_SIZE)); VM.sysWrite(right(isFP(op)?FPR_NAMES[R0]:GPR_NAMES[R0] + " ", DEST_AREA_SIZE)); VM.sysWrite(right("[" + decima... | 4011 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4011/1ad569337ec77cad23ab2e215870563ee6b7b90a/VM_Lister.java/clean/rvm/src/vm/arch/intel/assembler/VM_Lister.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
918,
534,
42,
6331,
261,
474,
277,
16,
514,
1061,
16,
1160,
1139,
16,
3025,
272,
16,
509,
302,
16,
1160,
534,
20,
13,
288,
565,
8251,
18,
9499,
3067,
12,
4083,
12,
7118,
12,
77... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
918,
534,
42,
6331,
261,
474,
277,
16,
514,
1061,
16,
1160,
1139,
16,
3025,
272,
16,
509,
302,
16,
1160,
534,
20,
13,
288,
565,
8251,
18,
9499,
3067,
12,
4083,
12,
7118,
12,
77... |
{ | { | private ProjectNotifier getNotifier() throws ContinuumException { // we obtain projectGroup Notifier if we had a valid // project Group Id if ( projectGroupId > 0 ) { getLogger().info( "Attempting to obtain Notifier for Project Group" ); try ... | 48499 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48499/3b4e456603e581d85892ab1d7dc5f7448c6b2013/AbstractNotifierEditAction.java/buggy/continuum-webapp/src/main/java/org/apache/maven/continuum/web/action/notifier/AbstractNotifierEditAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
5420,
14889,
336,
14889,
1435,
3639,
1216,
1816,
6860,
379,
503,
565,
288,
9079,
368,
732,
7161,
1984,
1114,
2288,
1251,
309,
732,
9323,
279,
923,
540,
368,
1984,
3756,
3124,
540,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
5420,
14889,
336,
14889,
1435,
3639,
1216,
1816,
6860,
379,
503,
565,
288,
9079,
368,
732,
7161,
1984,
1114,
2288,
1251,
309,
732,
9323,
279,
923,
540,
368,
1984,
3756,
3124,
540,
3... |
lirh ); | lirh, i); | public void renderLegend( IPrimitiveRenderer ipr, Legend lg, Map htRenderers ) throws ChartException { if ( !lg.isVisible( ) ) // CHECK VISIBILITY { return; } renderBlock( ipr, lg, StructureSource.createLegend( lg ) ); final IDisplayServer xs = getDevice( ).getDisplayServer( ); final double dScale = xs.getDp... | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/2d20506054849c42d48678ae5d0e59f9c37d95e8/BaseRenderer.java/buggy/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1743,
16812,
12,
467,
9840,
6747,
277,
683,
16,
17167,
409,
15266,
16,
1635,
14049,
3420,
414,
262,
1082,
202,
15069,
14804,
503,
202,
95,
202,
202,
430,
261,
401,
23623,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1743,
16812,
12,
467,
9840,
6747,
277,
683,
16,
17167,
409,
15266,
16,
1635,
14049,
3420,
414,
262,
1082,
202,
15069,
14804,
503,
202,
95,
202,
202,
430,
261,
401,
23623,
... |
public DocumentSet preselect(DocumentSet in_docs, StaticContext context) | public DocumentSet preselect(DocumentSet in_docs) | public DocumentSet preselect(DocumentSet in_docs, StaticContext context) throws XPathException { return in_docs; } | 2909 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2909/991914fac6d8ec32704e1e021ab6bf8707ee56ec/NodeConstructor.java/buggy/src/org/exist/xpath/NodeConstructor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
4319,
694,
4075,
13759,
12,
2519,
694,
316,
67,
8532,
16,
10901,
1042,
819,
13,
202,
202,
15069,
10172,
503,
288,
202,
202,
2463,
316,
67,
8532,
31,
202,
97,
2,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
4319,
694,
4075,
13759,
12,
2519,
694,
316,
67,
8532,
16,
10901,
1042,
819,
13,
202,
202,
15069,
10172,
503,
288,
202,
202,
2463,
316,
67,
8532,
31,
202,
97,
2,
-100,
-100,
... |
CoolBarManager parentMgr = (CoolBarManager)coolItemToolBarMgr.getParentManager(); | public void dispose() { super.dispose(); if (coolItemToolBarMgr == null) return; CoolBarManager parentMgr = (CoolBarManager)coolItemToolBarMgr.getParentManager(); IContributionItem[] items = coolItemToolBarMgr.getItems(); // remove the action set's items from its action bar, don't use // removeAll since other i... | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/069a89b351cc311e4bae26b747e875be45b54c32/ActionSetActionBars.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ActionSetActionBars.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
15825,
1435,
288,
202,
202,
9565,
18,
2251,
4150,
5621,
202,
202,
430,
261,
71,
1371,
1180,
6364,
5190,
9455,
422,
446,
13,
327,
31,
202,
202,
39,
1371,
5190,
1318,
982,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
15825,
1435,
288,
202,
202,
9565,
18,
2251,
4150,
5621,
202,
202,
430,
261,
71,
1371,
1180,
6364,
5190,
9455,
422,
446,
13,
327,
31,
202,
202,
39,
1371,
5190,
1318,
982,
... | |
_t = __t2124; | _t = __t2127; | public final void textphrase(AST _t) throws RecognitionException { AST textphrase_AST_in = (_t == ASTNULL) ? null : (AST)_t; AST __t2124 = _t; AST tmp2361_AST_in = (AST)_t; match(_t,TEXT); _t = _t.getFirstChild(); { _loop2126: do { if (_t==null) _t=ASTNULL; switch ( _t.getType()) { case SIZE: case ... | 13952 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13952/daa15e07422d3491bbbb4d0060450c81983332a4/TreeParser03.java/clean/trunk/org.prorefactor.core/src/org/prorefactor/treeparser03/TreeParser03.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
977,
9429,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
977,
9429,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
13,
692,
446,
294,
261,
9053,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
977,
9429,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
977,
9429,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
13,
692,
446,
294,
261,
9053,
... |
String[] filenames = new String[2]; | public void testRename() throws Exception { RollingFileAppender rfa = new RollingFileAppender(); rfa.setLayout(layout); // rollover by the second String datePattern = "yyyy-MM-dd_HH_mm_ss"; SimpleDateFormat sdf = new SimpleDateFormat(datePattern); String[] filenames = new String[2]; TimeBasedRo... | 45952 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45952/089b18bb307df0be7f7889217fb8cd78fd27e118/RenamingTest.java/clean/tests/src/java/org/apache/log4j/rolling/RenamingTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1842,
16019,
1435,
1216,
1185,
288,
1377,
29495,
812,
17302,
436,
507,
273,
394,
29495,
812,
17302,
5621,
565,
436,
507,
18,
542,
3744,
12,
6741,
1769,
565,
368,
10643,
21896,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1842,
16019,
1435,
1216,
1185,
288,
1377,
29495,
812,
17302,
436,
507,
273,
394,
29495,
812,
17302,
5621,
565,
436,
507,
18,
542,
3744,
12,
6741,
1769,
565,
368,
10643,
21896,
... | |
return (Expression)Dummy.newDummy(Expression.class, name); } | return (Expression)Dummy.newDummy(Expression.class, name); } | private Expression dummyExpression( String name ) { return (Expression)Dummy.newDummy(Expression.class, name); } | 54028 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54028/c26c57f3ac4851e6bc9c5df8515ac73f4045eebf/SimpleEnvironmentTest.java/buggy/jmock/examples/calculator/src/test/jmock/examples/calculator/SimpleEnvironmentTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
5371,
9609,
2300,
12,
514,
508,
262,
288,
202,
202,
2463,
261,
2300,
13,
20094,
18,
2704,
20094,
12,
2300,
18,
1106,
16,
508,
1769,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
5371,
9609,
2300,
12,
514,
508,
262,
288,
202,
202,
2463,
261,
2300,
13,
20094,
18,
2704,
20094,
12,
2300,
18,
1106,
16,
508,
1769,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
... |
.getContent() + | .getText() + | public void read(String filename, PrintStream out) throws IOException, JDOMException { // Build the JDOM Document Document doc = builder.build(new File(filename)); // Get the root element Element root = doc.getRootElement(); // Print servlet information List servlet... | 49530 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49530/767fd4e09554cd04acb7ad418c2913c5d8d44d62/WarReader.java/clean/core/samples/WarReader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
855,
12,
780,
1544,
16,
21677,
596,
13,
540,
1216,
1860,
16,
804,
8168,
503,
288,
3639,
368,
3998,
326,
804,
8168,
4319,
3639,
4319,
997,
273,
2089,
18,
3510,
12,
2704,
1387,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
855,
12,
780,
1544,
16,
21677,
596,
13,
540,
1216,
1860,
16,
804,
8168,
503,
288,
3639,
368,
3998,
326,
804,
8168,
4319,
3639,
4319,
997,
273,
2089,
18,
3510,
12,
2704,
1387,... |
anticipateAndSend(false, | anticipateAndSend(false, true, | public void testV2EnterpriseIdAndGenericAndSpecificMatchWithZero() throws Exception { anticipateAndSend(false, "uei.opennms.org/IETF/BGP/traps/bgpEstablished", "v2c", ".1.3.6.1.2.1.15.7.0", 6, 1); } | 48885 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48885/ce9ed6240bad3deba8bd4d91751317d5f3585491/TrapHandlerTest.java/buggy/opennms-services/src/test/java/org/opennms/netmgt/trapd/TrapHandlerTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
58,
22,
30699,
548,
1876,
7014,
1876,
9969,
2060,
1190,
7170,
1435,
3639,
1216,
1185,
288,
3639,
17841,
24629,
340,
1876,
3826,
12,
5743,
16,
638,
16,
12900,
315,
344,
77... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
58,
22,
30699,
548,
1876,
7014,
1876,
9969,
2060,
1190,
7170,
1435,
3639,
1216,
1185,
288,
3639,
17841,
24629,
340,
1876,
3826,
12,
5743,
16,
638,
16,
12900,
315,
344,
77... |
public void exclusiveOrExpression() throws RecognitionException { try { // /Users/bob/Documents/workspace/jbossrules/drools-compiler/src/main/java/org/drools/semantics/java/parser/java.g:566:17: ( andExpression ( BXOR andExpression )* ) // /Users/bob/Documents/workspace/jbossrules/dr... | 5490 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5490/024138fd0e08f5f4cd91a30959fe962d30fec435/JavaParser.java/buggy/drools-compiler/src/main/java/org/drools/semantics/java/parser/JavaParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
12060,
23695,
1435,
1216,
9539,
288,
1377,
775,
288,
1377,
368,
342,
6588,
19,
70,
947,
19,
12922,
19,
14915,
19,
10649,
8464,
7482,
19,
12215,
17,
9576,
19,
4816,
19,
5254,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
12060,
23695,
1435,
1216,
9539,
288,
1377,
775,
288,
1377,
368,
342,
6588,
19,
70,
947,
19,
12922,
19,
14915,
19,
10649,
8464,
7482,
19,
12215,
17,
9576,
19,
4816,
19,
5254,
... | ||
public RubyObject callSuper(RubyObject[] args) { if (ruby.getRubyFrame().getLastClass() == null) { throw new NameError(ruby, "superclass method '" + ruby.getRubyFrame().getLastFunc() + "' must be enabled by enableSuper()."); } ruby.getIter().push(); RubyObject ... | 45753 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45753/d31a76ee29d5978a9bec41e3ac9134cee024bcab/RubyRuntime.java/clean/org/jruby/runtime/RubyRuntime.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
19817,
921,
745,
8051,
12,
54,
10340,
921,
8526,
833,
13,
288,
3639,
309,
261,
27768,
18,
588,
54,
10340,
3219,
7675,
588,
3024,
797,
1435,
422,
446,
13,
288,
5411,
604,
394,
2547... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
19817,
921,
745,
8051,
12,
54,
10340,
921,
8526,
833,
13,
288,
3639,
309,
261,
27768,
18,
588,
54,
10340,
3219,
7675,
588,
3024,
797,
1435,
422,
446,
13,
288,
5411,
604,
394,
2547... | ||
if(TRACE_REFLECTION && TRACE) System.out.println("constructorIE: " + constructorIE.toStringWithDomains(TS) + " of size " + constructorIE.satCount(H1set)); | if(TRACE_REFLECTION && TRACE) out.println("constructorIE: " + constructorIE.toStringWithDomains(TS) + " of size " + constructorIE.satCount(H1set)); | public boolean bindReflection(){ BDD t1 = actual.restrict(Z.ithVar(0)); // IxV2 if (USE_VCONTEXT) t1.andWith(V2cdomain.id()); // IxV2cxV2 t1.replaceWith(V2toV1); BDD t11 = IE.restrict(M.ithVar(Mmap.get(javaLangClass_newInstance))); BDD t3 = t1.relprod(IE, Mset); ... | 3029 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3029/9138150f3f88806d260b4df75caf7f0c9027e577/PA.java/buggy/joeq_core/joeq/Compiler/Analysis/IPA/PA.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
1993,
9801,
1435,
95,
3639,
605,
5698,
268,
21,
273,
3214,
18,
30604,
12,
62,
18,
483,
1537,
12,
20,
10019,
1850,
368,
467,
92,
58,
22,
3639,
309,
261,
8001,
67,
58,
13181... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
1993,
9801,
1435,
95,
3639,
605,
5698,
268,
21,
273,
3214,
18,
30604,
12,
62,
18,
483,
1537,
12,
20,
10019,
1850,
368,
467,
92,
58,
22,
3639,
309,
261,
8001,
67,
58,
13181... |
throws CoreException { String fileName = "build.properties"; IPath path = project.getFullPath().append(fileName); IFile file = project.getWorkspace().getRoot().getFile(path); if (!file.exists()) { WorkspaceBuildModel model = new WorkspaceBuildModel(file); IBuildEntry ientry = model.getFactory().createEntry("bin.include... | throws CoreException { String fileName = "build.properties"; IPath path = project.getFullPath().append(fileName); IFile file = project.getWorkspace().getRoot().getFile(path); if (!file.exists()) { WorkspaceBuildModel model = new WorkspaceBuildModel(file); IBuildEntry ientry = model.getFactory().createEntry("bin.include... | private void createBuildProperties(IProject project, FeatureData data) throws CoreException { String fileName = "build.properties"; //$NON-NLS-1$ IPath path = project.getFullPath().append(fileName); IFile file = project.getWorkspace().getRoot().getFile(path); if (!file.exists()) { WorkspaceBuildModel model = n... | 8783 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8783/8e902a3673f16433c3ea0fbcc55fdbb7291a019e/NewFeaturePatchWizard.java/buggy/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/NewFeaturePatchWizard.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
752,
3116,
2297,
12,
45,
4109,
1984,
16,
7881,
751,
501,
13,
1082,
202,
15069,
30015,
288,
202,
202,
780,
3968,
273,
315,
3510,
18,
4738,
14432,
4329,
3993,
17,
5106,
17... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
752,
3116,
2297,
12,
45,
4109,
1984,
16,
7881,
751,
501,
13,
1082,
202,
15069,
30015,
288,
202,
202,
780,
3968,
273,
315,
3510,
18,
4738,
14432,
4329,
3993,
17,
5106,
17... |
for(int i = 0; i < results.getNumber(); i++) { hitItems += results.getNode(i).getName(); if(i != results.getNumber() -1) { hitItems += ", "; } } | for(int i = 0; i < results.getNumber(); i++) { hitItems += results.getNode(i).getName(); if(i != results.getNumber() -1) { hitItems += ", "; } } | public void performAction(float time) { shotTime += time; if(mouse.getMouseInput().isButtonDown(0) && shotTime > 0.1f) { shotTime = 0; Ray ray = new Ray(camera.getLocation(), camera.getLocation().add(camera.getDirection().mult(1000))); PickResults results = new PickRes... | 19503 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/19503/859c71b5b110744b75b9c941e11b981a4454b082/MousePick.java/buggy/src/jmetest/intersection/MousePick.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
3073,
1803,
12,
5659,
813,
13,
288,
3639,
24167,
950,
1011,
813,
31,
3639,
309,
12,
11697,
18,
588,
9186,
1210,
7675,
291,
3616,
4164,
12,
20,
13,
597,
24167,
950,
405,
374,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
3073,
1803,
12,
5659,
813,
13,
288,
3639,
24167,
950,
1011,
813,
31,
3639,
309,
12,
11697,
18,
588,
9186,
1210,
7675,
291,
3616,
4164,
12,
20,
13,
597,
24167,
950,
405,
374,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.