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 |
|---|---|---|---|---|---|---|
try { if (rowStart == true) { if (currIndex > 0) IOUtil.writeInt(this.rowExprsDos, RDIOUtil.RowSeparator); | try { if ( rowStart == true ) { if ( currIndex > 0 ) IOUtil.writeInt( this.rowExprsDos, RDIOUtil.RowSeparator ); | private void saveWhenInOneRow(int currIndex, String exprID, Object exprValue) throws DataException { ByteArrayOutputStream tempBaos = new ByteArrayOutputStream(); BufferedOutputStream tempBos = new BufferedOutputStream(tempBaos); DataOutputStream tempDos = new DataOutputStream(tempBos); try { if (rowStart == t... | 12803 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12803/7f50e12b6336aaa1d5cb539eef819c63548feb2a/RowSaveUtil.java/clean/data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RowSaveUtil.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1923,
9434,
382,
3335,
1999,
12,
474,
4306,
1016,
16,
514,
3065,
734,
16,
1033,
3065,
620,
13,
1082,
202,
15069,
1910,
503,
288,
202,
202,
8826,
4632,
1906,
38,
69,
538,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1923,
9434,
382,
3335,
1999,
12,
474,
4306,
1016,
16,
514,
3065,
734,
16,
1033,
3065,
620,
13,
1082,
202,
15069,
1910,
503,
288,
202,
202,
8826,
4632,
1906,
38,
69,
538,... |
TerritoryAttatchment t1a = TerritoryAttatchment.get(t1); if (t1a.isOriginalFactory() && isOriginalOwner(t1, player)) return t1; TerritoryAttatchment t2a = TerritoryAttatchment.get(t2); if (t2a.isOriginalFactory() && isOriginalOwner(t2, player)) return t2; | TerritoryAttatchment t1a = TerritoryAttatchment.get(t1); if (t1a.isOriginalFactory() && isOriginalOwner(t1, player)) return t1; TerritoryAttatchment t2a = TerritoryAttatchment.get(t2); if (t2a.isOriginalFactory() && isOriginalOwner(t2, player)) return t2; | private Territory getBetterProducer(Territory t1, Territory t2, PlayerID player) { //anything is better than nothing if (t1 == null) return t2; if (t2 == null) return t1; //conquered cant produce if (wasConquered(t1)) return t2; if (wasCo... | 8339 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8339/1ce4f0ed1b98517b885661c3695c3d788f6b9979/AbstractPlaceDelegate.java/buggy/src/games/strategy/triplea/delegate/AbstractPlaceDelegate.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
399,
25313,
2882,
11214,
12140,
12,
56,
25313,
268,
21,
16,
399,
25313,
268,
22,
16,
19185,
734,
7291,
13,
565,
288,
3639,
368,
2273,
4274,
353,
7844,
2353,
5083,
3639,
309,
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,
377,
3238,
399,
25313,
2882,
11214,
12140,
12,
56,
25313,
268,
21,
16,
399,
25313,
268,
22,
16,
19185,
734,
7291,
13,
565,
288,
3639,
368,
2273,
4274,
353,
7844,
2353,
5083,
3639,
309,
261,
... |
} catch (Throwable e) { queryStatus.add(TracUiPlugin.toStatus(e)); return hits; | for (TracTicket ticket : tickets) { TracQueryHit hit = new TracQueryHit(query.getRepositoryUrl(), getTicketDescription(ticket), ticket .getId() + ""); hit.setCompleted(TracTask.isCompleted(ticket.getValue(Key.STATUS))); hit.setPriority(TracTask.getMylarPriority(ticket.getValue(Key.PRIORITY))); resultCollector.accept(h... | public List<AbstractQueryHit> performQuery(AbstractRepositoryQuery query, IProgressMonitor monitor, MultiStatus queryStatus) { List<AbstractQueryHit> hits = new ArrayList<AbstractQueryHit>(); final List<TracTicket> tickets = new ArrayList<TracTicket>(); String url = query.getRepositoryUrl(); TaskRepository taskR... | 51989 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51989/6f976ecb8642ca1074f37457cf105716e4374c11/TracRepositoryConnector.java/clean/org.eclipse.mylyn.trac.ui/src/org/eclipse/mylyn/internal/trac/ui/TracRepositoryConnector.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
987,
32,
7469,
1138,
13616,
34,
3073,
1138,
12,
7469,
3305,
1138,
843,
16,
467,
5491,
7187,
6438,
16,
1082,
202,
5002,
1482,
843,
1482,
13,
288,
202,
202,
682,
32,
7469,
1138,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
987,
32,
7469,
1138,
13616,
34,
3073,
1138,
12,
7469,
3305,
1138,
843,
16,
467,
5491,
7187,
6438,
16,
1082,
202,
5002,
1482,
843,
1482,
13,
288,
202,
202,
682,
32,
7469,
1138,... |
DOMInput in = impl.createDOMInput(); | LSInput in = impl.createLSInput(); | public static void main( String[] argv) { try { boolean namespaces = true; System.out.println("Running dom.dom3.Test..."); System.setProperty(DOMImplementationRegistry.PROPERTY,"org.apache.xerces.dom.DOMImplementationSourceImpl"); DOMImplementationLS im... | 46079 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46079/d3787c91dabf67f7f2f7ee5aee04c490c6f849b1/Test.java/buggy/tests/dom/dom3/Test.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
2774,
12,
514,
8526,
5261,
13,
288,
3639,
775,
288,
5411,
1250,
7728,
273,
638,
31,
5411,
2332,
18,
659,
18,
8222,
2932,
7051,
4092,
18,
9859,
23,
18,
4709,
7070,
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,
760,
918,
2774,
12,
514,
8526,
5261,
13,
288,
3639,
775,
288,
5411,
1250,
7728,
273,
638,
31,
5411,
2332,
18,
659,
18,
8222,
2932,
7051,
4092,
18,
9859,
23,
18,
4709,
7070,
1769,
... |
this.keyClass = WritableName.getClass(Text.readString(in)); this.valClass = WritableName.getClass(Text.readString(in)); | this.keyClass = WritableName.getClass(Text.readString(in), conf); this.valClass = WritableName.getClass(Text.readString(in), conf); | private void init() throws IOException { byte[] versionBlock = new byte[VERSION.length]; in.readFully(versionBlock); if ((versionBlock[0] != VERSION[0]) || (versionBlock[1] != VERSION[1]) || (versionBlock[2] != VERSION[2])) throw new IOException(file + " not a SequenceFile");... | 53958 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/53958/f8a86f6ded7474b8d8f5b334c2e060c68eb2f215/SequenceFile.java/clean/src/java/org/apache/hadoop/io/SequenceFile.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1208,
1435,
1216,
1860,
288,
1377,
1160,
8526,
1177,
1768,
273,
394,
1160,
63,
5757,
18,
2469,
15533,
1377,
316,
18,
896,
16999,
12,
1589,
1768,
1769,
1377,
309,
14015,
1589,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1208,
1435,
1216,
1860,
288,
1377,
1160,
8526,
1177,
1768,
273,
394,
1160,
63,
5757,
18,
2469,
15533,
1377,
316,
18,
896,
16999,
12,
1589,
1768,
1769,
1377,
309,
14015,
1589,
1... |
if (registry.getDescriptor(key) == null) { | if (registry.getDescriptor(key) == null) { | public void registerIconForFamily(ImageDescriptor icon, Object family) { String key = IMAGE_KEY + String.valueOf(imageKeyTable.size()); imageKeyTable.put(family, key); ImageRegistry registry = JFaceResources.getImageRegistry(); // Avoid registering twice if (registry.getDescriptor(key) == null) { registry.put(k... | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/82e45bfb168fa5c37a8ced4976d2cc8fef6ce0f2/ProgressManager.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1744,
5554,
1290,
9203,
12,
2040,
3187,
4126,
16,
1033,
6755,
13,
288,
202,
202,
780,
498,
273,
10757,
67,
3297,
397,
514,
18,
1132,
951,
12,
2730,
653,
1388,
18,
1467,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1744,
5554,
1290,
9203,
12,
2040,
3187,
4126,
16,
1033,
6755,
13,
288,
202,
202,
780,
498,
273,
10757,
67,
3297,
397,
514,
18,
1132,
951,
12,
2730,
653,
1388,
18,
1467,
... |
GroupExecutor groupExecutor = (GroupExecutor)nextExecutor; | GroupExecutor groupExecutor = (GroupExecutor) nextExecutor; | public IReportItemExecutor getNextChild( ) { if ( hasNextChild( ) ) { assert ( currentElement < totalElements ); ReportItemDesign nextDesign = executableElements[currentElement++]; ReportItemExecutor nextExecutor = manager.createExecutor( this, nextDesign ); if (nextExecutor instanceof GroupExecutor ) ... | 12803 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12803/aae2e17b3a4d3ea45b489ef2f0c59ab5e9576e76/ListingElementExecutor.java/buggy/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListingElementExecutor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
467,
4820,
1180,
6325,
6927,
1763,
12,
262,
202,
95,
202,
202,
430,
261,
4564,
1763,
12,
262,
262,
202,
202,
95,
1082,
202,
11231,
261,
22993,
411,
2078,
3471,
11272,
1082,
20... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
467,
4820,
1180,
6325,
6927,
1763,
12,
262,
202,
95,
202,
202,
430,
261,
4564,
1763,
12,
262,
262,
202,
202,
95,
1082,
202,
11231,
261,
22993,
411,
2078,
3471,
11272,
1082,
20... |
protected void serializeAttributes(XMLStreamReader reader, XMLStreamWriter writer) throws XMLStreamException { int count = reader.getAttributeCount(); String prefix = null; String namespaceName = null; for (int i = 0; i < count; i++) { prefix = reader.getAttributePrefix(i); ... | 49300 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49300/af7717d39bf334b9910718812650d5561f1cbe1c/StreamingOMSerializer.java/clean/modules/om/src/java/org/apache/axis/om/impl/llom/serialize/StreamingOMSerializer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
6459,
6288,
2498,
12,
4201,
31495,
10530,
16,
4201,
29421,
6299,
13,
15069,
4201,
1228,
503,
95,
474,
1883,
33,
10530,
18,
588,
1499,
1380,
5621,
780,
3239,
33,
2011,
31,
780,
4937,
461,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6459,
6288,
2498,
12,
4201,
31495,
10530,
16,
4201,
29421,
6299,
13,
15069,
4201,
1228,
503,
95,
474,
1883,
33,
10530,
18,
588,
1499,
1380,
5621,
780,
3239,
33,
2011,
31,
780,
4937,
461,... | ||
String where = MetaInfo.getServletPath(req) ; res.sendRedirect(where + "ConfAdd?ADDTYPE=Discussion") ; | res.sendRedirect("ConfAdd?ADDTYPE=Discussion") ; | public void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException { // Lets validate the session, e.g has the user logged in to Janus? if (super.checkSession(req,res) == false) return ; // Lets get the user object imcode.server.User user = super.getUserObj(req,res) ; if(user... | 8781 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8781/a270627916b37a677a391dd9f45c54d3d6f12503/ConfDisc.java/clean/servlets/conf/ConfDisc.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
741,
3349,
12,
2940,
18572,
1111,
16,
12446,
400,
13,
202,
15069,
16517,
16,
1860,
288,
202,
202,
759,
511,
2413,
1954,
326,
1339,
16,
425,
18,
75,
711,
326,
729,
7545,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
741,
3349,
12,
2940,
18572,
1111,
16,
12446,
400,
13,
202,
15069,
16517,
16,
1860,
288,
202,
202,
759,
511,
2413,
1954,
326,
1339,
16,
425,
18,
75,
711,
326,
729,
7545,
... |
if(myParentType != null) LOG.assertTrue(parent.getElementType() == myParentType); | public ASTNode findChild(ASTNode parent) { if(myParentType != null) LOG.assertTrue(parent.getElementType() == myParentType); ASTNode current = parent.getFirstChildNode(); while(current != null && current.getElementType() != myElementType) current = current.getTreeNext(); return current; } | 17306 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/17306/2cea9a79a815e14293ef62b2ba40817c6af52dd1/DefaultRoleFinder.java/buggy/source/com/intellij/psi/tree/DefaultRoleFinder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
9183,
907,
1104,
1763,
12,
9053,
907,
982,
13,
288,
4202,
9183,
907,
783,
273,
982,
18,
588,
3759,
25550,
5621,
565,
1323,
12,
2972,
480,
446,
597,
783,
18,
588,
17481,
1435,
480,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
9183,
907,
1104,
1763,
12,
9053,
907,
982,
13,
288,
4202,
9183,
907,
783,
273,
982,
18,
588,
3759,
25550,
5621,
565,
1323,
12,
2972,
480,
446,
597,
783,
18,
588,
17481,
1435,
480,... | |
fix.applyFix(psiElement.getProject(), problems[j]); myTool.ignoreProblem(refElement, problems[j]); | fix.applyFix(psiElement.getProject(), problem); myTool.ignoreProblem(refElement, problem); | protected boolean applyFix(RefElement[] refElements) { for (int i = 0; i < refElements.length; i++) { RefElement refElement = refElements[i]; ProblemDescriptor[] problems = myTool.getDescriptions(refElement); if (problems != null) { PsiElement psiElement = refElement.getElement(); if (... | 56627 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56627/3daaaca2b37f1a4183984eba87a518a45fb2b76c/LocalQuickFixWrapper.java/clean/source/com/intellij/codeInspection/ex/LocalQuickFixWrapper.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
1250,
2230,
8585,
12,
1957,
1046,
8526,
1278,
3471,
13,
288,
565,
364,
261,
474,
277,
273,
374,
31,
277,
411,
1278,
3471,
18,
2469,
31,
277,
27245,
288,
1377,
3941,
1046,
1278,
10... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1250,
2230,
8585,
12,
1957,
1046,
8526,
1278,
3471,
13,
288,
565,
364,
261,
474,
277,
273,
374,
31,
277,
411,
1278,
3471,
18,
2469,
31,
277,
27245,
288,
1377,
3941,
1046,
1278,
10... |
public List getAliases(String domainName) { if (StringUtils.isBlank(m_extension)) { return Collections.EMPTY_LIST; | public Set getAliases() { if (m_aliases == null) { m_aliases = new LinkedHashSet(0); | public List getAliases(String domainName) { if (StringUtils.isBlank(m_extension)) { return Collections.EMPTY_LIST; } final String identity = AliasMapping.createUri(m_extension, domainName); final String contact = getUri(domainName); AliasMapping mapping = new AliasMappi... | 12962 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12962/07cc5e619ae637ba50e9f55d0c0420ce08a2377a/User.java/clean/sipXconfig/neoconf/src/org/sipfoundry/sipxconfig/common/User.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
987,
336,
9667,
12,
780,
21044,
13,
288,
3639,
309,
261,
780,
1989,
18,
291,
7796,
12,
81,
67,
6447,
3719,
288,
5411,
327,
5737,
18,
13625,
67,
7085,
31,
3639,
289,
3639,
727,
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,
987,
336,
9667,
12,
780,
21044,
13,
288,
3639,
309,
261,
780,
1989,
18,
291,
7796,
12,
81,
67,
6447,
3719,
288,
5411,
327,
5737,
18,
13625,
67,
7085,
31,
3639,
289,
3639,
727,
5... |
public void testGetRole(){ | public void testGetRole() throws MetadataProviderException{ | public void testGetRole(){ List<RoleDescriptor> roles = metadataProvider.getRole(entityID, IDPSSODescriptor.DEFAULT_ELEMENT_NAME); assertNotNull("Roles for entity descriptor was null", roles); assertEquals("Unexpected number of roles", 1, roles.size()); } | 52539 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52539/5d2210e36a613fd6d058514df132486612b28ec2/FilesystemMetadataProviderTest.java/clean/test/org/opensaml/saml2/metadata/provider/FilesystemMetadataProviderTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
967,
2996,
1435,
1216,
6912,
2249,
503,
95,
3639,
987,
32,
2996,
3187,
34,
4900,
273,
1982,
2249,
18,
588,
2996,
12,
1096,
734,
16,
1599,
52,
1260,
1212,
2263,
18,
5280... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2996,
1435,
1216,
6912,
2249,
503,
95,
3639,
987,
32,
2996,
3187,
34,
4900,
273,
1982,
2249,
18,
588,
2996,
12,
1096,
734,
16,
1599,
52,
1260,
1212,
2263,
18,
5280... |
public static boolean is_INT_PACK_Data(SampleModel sm, boolean requireAlpha) { // Check ColorModel is of type DirectColorModel if(!(sm instanceof SinglePixelPackedSampleModel)) return false; // Check transfer type if(sm.getDataType() != DataBuf... | 46680 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46680/4d3a99ba25df78f76a0cd7a624ef8aca67e45c6d/GraphicsUtil.java/buggy/sources/org/apache/batik/ext/awt/image/GraphicsUtil.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1250,
353,
67,
3217,
67,
12231,
67,
751,
12,
8504,
1488,
3029,
16,
4766,
6647,
1250,
2583,
9690,
13,
288,
1850,
368,
2073,
5563,
1488,
353,
434,
618,
9908,
2957,
1488,
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,
377,
1071,
760,
1250,
353,
67,
3217,
67,
12231,
67,
751,
12,
8504,
1488,
3029,
16,
4766,
6647,
1250,
2583,
9690,
13,
288,
1850,
368,
2073,
5563,
1488,
353,
434,
618,
9908,
2957,
1488,
3639,
... | ||
if (ref != null) { | if (ref != null && !visited.contains(ref)) { visited.add(ref); | private boolean _canContainAttribute(String name, String namespace, XmlTag tag) { if (XmlNSDescriptorImpl.equalsToSchemaName(tag, "anyAttribute")) { String ns = tag.getAttributeValue("namespace"); if ("##other".equals(ns)) { return !namespace.equals(myDocumentDescriptor.getDefaultNamespace()); ... | 56627 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56627/93f24e478a2a8f468fb3738aa8544716a48b46bf/ComplexTypeDescriptor.java/buggy/source/com/intellij/xml/impl/schema/ComplexTypeDescriptor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
1250,
389,
4169,
22928,
1499,
12,
780,
508,
16,
514,
1981,
16,
5714,
1805,
1047,
13,
288,
565,
309,
261,
4432,
3156,
3187,
2828,
18,
14963,
774,
3078,
461,
12,
2692,
16,
315,
2273... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1250,
389,
4169,
22928,
1499,
12,
780,
508,
16,
514,
1981,
16,
5714,
1805,
1047,
13,
288,
565,
309,
261,
4432,
3156,
3187,
2828,
18,
14963,
774,
3078,
461,
12,
2692,
16,
315,
2273... |
TCP_VERSION, new byte[1]); assertTrue(false); | TCP_VERSION, bytes(1)); fail("should have thrown bpe"); | public void testTCPConnectBackConstructor() throws Exception { byte[] guid = GUID.makeGuid(); byte ttl = 1, hops = 0; try { // try a VERSION we don't support TCPConnectBackVendorMessage TCP = new TCPConnectBackVendorMessage(guid, ttl, hops, ... | 5134 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5134/44575f5e79a07561d982b0719da214e41bc3363e/ConnectBackVendorMessageTest.java/clean/components/gnutella-core/src/test/java/com/limegroup/gnutella/messages/vendor/ConnectBackVendorMessageTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
13891,
5215,
2711,
6293,
1435,
1216,
1185,
288,
3639,
1160,
8526,
9875,
273,
20322,
18,
6540,
22549,
5621,
3639,
1160,
6337,
273,
404,
16,
366,
4473,
273,
374,
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,
377,
1071,
918,
1842,
13891,
5215,
2711,
6293,
1435,
1216,
1185,
288,
3639,
1160,
8526,
9875,
273,
20322,
18,
6540,
22549,
5621,
3639,
1160,
6337,
273,
404,
16,
366,
4473,
273,
374,
31,
3639,
... |
Anchor oldTargetAnchor = targetAnchor; targetAnchor = newTargetAnchor; if (eNotificationRequired()) { ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, NotationPackage.EDGE__TARGET_ANCHOR, oldTargetAnchor, newTargetAnchor); if (msgs == null) msgs = notification; else msgs.add(notification);... | Anchor oldTargetAnchor = targetAnchor; targetAnchor = newTargetAnchor; if (eNotificationRequired()) { ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, NotationPackage.EDGE__TARGET_ANCHOR, oldTargetAnchor, newTargetAnchor); if (msgs == null) msgs = notification; else msgs.add(notification);... | public NotificationChain basicSetTargetAnchor(Anchor newTargetAnchor, NotificationChain msgs) { Anchor oldTargetAnchor = targetAnchor; targetAnchor = newTargetAnchor; if (eNotificationRequired()) { ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, NotationPackage.EDGE__TARGET_ANCHOR, ... | 1758 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1758/1d1e28c0f7853dd16bd3fe819770773ed4e61d20/EdgeImpl.java/buggy/org.eclipse.gmf.notation/plugins/org.eclipse.gmf.runtime.notation/src/org/eclipse/gmf/runtime/notation/impl/EdgeImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
27050,
5337,
694,
2326,
11605,
12,
11605,
394,
2326,
11605,
16,
27050,
8733,
13,
288,
202,
202,
11605,
1592,
2326,
11605,
273,
1018,
11605,
31,
202,
202,
3299,
11605,
273,
394,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
27050,
5337,
694,
2326,
11605,
12,
11605,
394,
2326,
11605,
16,
27050,
8733,
13,
288,
202,
202,
11605,
1592,
2326,
11605,
273,
1018,
11605,
31,
202,
202,
3299,
11605,
273,
394,
... |
/* properties.setProperty("javax.sip.IP_ADDRESS","129.6.55.62"); */ | public void init() { SipFactory sipFactory = null; sipStack = null; sipFactory = SipFactory.getInstance(); sipFactory.setPathName("gov.nist"); Properties properties = new Properties();//ifdef SIMULATION/* properties.setProperty("javax.sip.IP_ADDRESS","129.6.55.62");//else*/ properties.setProperty("javax... | 7607 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7607/6a1de85e0a356cbcd34b1fb5bef0f7730b349af9/Shootme.java/clean/trunk/src/examples/shootist/Shootme.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1208,
1435,
288,
202,
202,
17550,
1733,
10341,
1733,
273,
446,
31,
202,
202,
28477,
2624,
273,
446,
31,
202,
202,
28477,
1733,
273,
13475,
1733,
18,
588,
1442,
5621,
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,
482,
918,
1208,
1435,
288,
202,
202,
17550,
1733,
10341,
1733,
273,
446,
31,
202,
202,
28477,
2624,
273,
446,
31,
202,
202,
28477,
1733,
273,
13475,
1733,
18,
588,
1442,
5621,
202,
... | |
dialog.setFilterExtensions( new String[]{ "*.rptdesign" } ); | if ( needFilter ) { dialog.setFilterExtensions( new String[]{ "*.rptdesign" } ); } | public void widgetSelected( SelectionEvent e ) { FileDialog dialog = new FileDialog( UIUtil.getDefaultShell( ) ); dialog.setFilterExtensions( new String[]{ "*.rptdesign" //$NON-NLS-1$ } ); try { String filename = dialog.open( ); if ( filename != null ) { if ( needQuote ) {... | 12803 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12803/9cf4d8625cb60c83780c533705a71415b34111eb/HyperlinkBuilder.java/clean/UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
3604,
7416,
12,
12977,
1133,
425,
262,
1082,
202,
95,
9506,
202,
812,
6353,
6176,
273,
394,
1387,
6353,
12,
6484,
1304,
18,
588,
1868,
13220,
12,
262,
11272,
9506,
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,
1875,
202,
482,
918,
3604,
7416,
12,
12977,
1133,
425,
262,
1082,
202,
95,
9506,
202,
812,
6353,
6176,
273,
394,
1387,
6353,
12,
6484,
1304,
18,
588,
1868,
13220,
12,
262,
11272,
9506,
202,
... |
public Object execMethod (int methodId, IdFunction function, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) throws JavaScriptException { switch (methodId) { case Id_abs: return wrap_double (js_abs(ScriptRuntime.toNumber(args, 0))); ... | 12564 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12564/b631b3e8574543a4d24a0048cc710f305deb8ff5/NativeMath.java/buggy/org/mozilla/javascript/NativeMath.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
1196,
1305,
3639,
261,
474,
707,
548,
16,
3124,
2083,
445,
16,
540,
1772,
9494,
16,
22780,
2146,
16,
22780,
15261,
16,
1033,
8526,
833,
13,
3639,
1216,
11905,
503,
565,
288,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1196,
1305,
3639,
261,
474,
707,
548,
16,
3124,
2083,
445,
16,
540,
1772,
9494,
16,
22780,
2146,
16,
22780,
15261,
16,
1033,
8526,
833,
13,
3639,
1216,
11905,
503,
565,
288,
... | ||
switch (alt26) { | switch (alt27) { | public BaseDescr fact_expression_in_paren(String id) throws RecognitionException { BaseDescr pd = null; BaseDescr fe = null; BaseDescr f = null; pd = null; boolean multi = false; try { // D:\\dev\\jbossrules\\trunk\\drools-compiler\\src... | 6736 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6736/c3437c2488c314384990c4282a547e0f92ca02c2/DRLParser.java/buggy/drools-compiler/src/main/java/org/drools/lang/DRLParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3360,
16198,
5410,
67,
8692,
67,
267,
67,
13012,
12,
780,
612,
13,
1216,
9539,
288,
6647,
3360,
16198,
4863,
273,
446,
31,
3639,
3360,
16198,
1656,
273,
446,
31,
3639,
3360,
16198,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3360,
16198,
5410,
67,
8692,
67,
267,
67,
13012,
12,
780,
612,
13,
1216,
9539,
288,
6647,
3360,
16198,
4863,
273,
446,
31,
3639,
3360,
16198,
1656,
273,
446,
31,
3639,
3360,
16198,
... |
stmt.executeUpdate("DELETE FROM UP_FRAGMENT_RESTRICTIONS WHERE FRAGMENT_ID="+fragmentId); stmt.executeUpdate("DELETE FROM UP_GROUP_FRAGMENT WHERE FRAGMENT_ID="+fragmentId); | stmt.executeUpdate("DELETE FROM UP_FRAGMENT_RESTRICTIONS WHERE FRAGMENT_ID="+fragmentId); stmt.executeUpdate("DELETE FROM UP_GROUP_FRAGMENT WHERE FRAGMENT_ID="+fragmentId); | public void deleteFragment (IPerson person, String fragmentId) throws PortalException { int userId = person.getID(); Connection con = RDBMServices.getConnection(); try { RDBMServices.setAutoCommit(con, false); // May speed things up, can't hurt Statement stmt = con.createStatement(); boolean isOwne... | 24959 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/24959/948a50c00c52659556ab3183d5ea2e316077d789/AggregatedUserLayoutStore.java/clean/source/org/jasig/portal/layout/AggregatedUserLayoutStore.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
1071,
918,
1430,
7456,
261,
2579,
3565,
6175,
16,
514,
5481,
548,
13,
1216,
25478,
503,
288,
202,
282,
509,
6249,
273,
6175,
18,
588,
734,
5621,
202,
282,
4050,
356,
273,
534,
2290,
49,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1430,
7456,
261,
2579,
3565,
6175,
16,
514,
5481,
548,
13,
1216,
25478,
503,
288,
202,
282,
509,
6249,
273,
6175,
18,
588,
734,
5621,
202,
282,
4050,
356,
273,
534,
2290,
49,... |
private WorkbenchJob getUpdateJob() { WorkbenchJob job = new WorkbenchJob( WorkbenchMessages.DecorationScheduler_UpdateJobName) { int currentIndex = NEEDS_INIT; LabelProviderChangedEvent labelProviderChangedEvent; ILabelProviderListener[] listeners; public IStatus runInUIThread(IProgressMonitor monit... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/b543fc145c42526ff99e6c17d4baec8b9a5cf3e0/DecorationScheduler.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DecorationScheduler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
4147,
22144,
2278,
23866,
2278,
1435,
288,
202,
202,
2421,
22144,
2278,
1719,
273,
394,
4147,
22144,
2278,
12,
9506,
202,
2421,
22144,
5058,
18,
7859,
367,
11870,
67,
1891,
29425... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4147,
22144,
2278,
23866,
2278,
1435,
288,
202,
202,
2421,
22144,
2278,
1719,
273,
394,
4147,
22144,
2278,
12,
9506,
202,
2421,
22144,
5058,
18,
7859,
367,
11870,
67,
1891,
29425... | ||
return s43; | return s39; | public DFA.State transition(IntStream input) throws RecognitionException { switch ( input.LA(1) ) { case 23: return s32; case 22: return s43; case EOL: case 15: return s67; ... | 6736 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6736/2c627236020a6a6e3e349b38b1010bfe64567df7/RuleParser.java/buggy/drools-compiler/src/main/java/org/drools/lang/RuleParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2398,
1071,
463,
2046,
18,
1119,
6007,
12,
1702,
1228,
810,
13,
1216,
9539,
288,
7734,
1620,
261,
810,
18,
2534,
12,
21,
13,
262,
288,
7734,
648,
10213,
30,
10792,
327,
272,
1578,
31,
7734,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
463,
2046,
18,
1119,
6007,
12,
1702,
1228,
810,
13,
1216,
9539,
288,
7734,
1620,
261,
810,
18,
2534,
12,
21,
13,
262,
288,
7734,
648,
10213,
30,
10792,
327,
272,
1578,
31,
7734,
... |
(new com.ibm.math.DiagBigDecimal.Test("flv004")).ok=((new com.ibm.math.BigDecimal(val)).floatValue())==((new java.lang.Float(val)).floatValue()); | (new Test("flv004")).ok=((new com.ibm.math.BigDecimal(val)).floatValue())==((new java.lang.Float(val)).floatValue()); | public void diagfloatvalue(){ java.lang.String val; // 1999.03.07 Infinities no longer errors val="-1"; (new com.ibm.math.DiagBigDecimal.Test("flv001")).ok=((new com.ibm.math.BigDecimal(val)).floatValue())==((new java.lang.Float(val)).floatValue()); val="-0.1"; (new com.ibm.math.DiagBigDecimal.Test("flv002")).ok... | 5620 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5620/9d7cfece10981dede4d5303274403593abc1a92d/DiagBigDecimal.java/buggy/icu4j/src/com/ibm/test/bigdec/DiagBigDecimal.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
1071,
918,
6643,
5659,
1132,
1435,
95,
225,
2252,
18,
4936,
18,
780,
1244,
31,
225,
368,
404,
11984,
18,
4630,
18,
8642,
657,
926,
1961,
1158,
7144,
1334,
225,
1244,
1546,
17,
21,
14432... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1071,
918,
6643,
5659,
1132,
1435,
95,
225,
2252,
18,
4936,
18,
780,
1244,
31,
225,
368,
404,
11984,
18,
4630,
18,
8642,
657,
926,
1961,
1158,
7144,
1334,
225,
1244,
1546,
17,
21,
14432... |
TaskActivityView.this.treeViewer.refresh(week); | refresh(); | public void activityChanged(DateRangeContainer week) { TaskActivityView.this.treeViewer.refresh(week); } | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/522b2b16a7ad7c7621fee7faab0db6c9cd4dc7e2/TaskActivityView.java/buggy/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasklist/ui/views/TaskActivityView.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
482,
918,
5728,
5033,
12,
1626,
2655,
2170,
4860,
13,
288,
1082,
202,
2174,
6193,
1767,
18,
2211,
18,
3413,
18415,
18,
9144,
12,
10741,
1769,
202,
202,
97,
2,
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,
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,
3196,
202,
482,
918,
5728,
5033,
12,
1626,
2655,
2170,
4860,
13,
288,
1082,
202,
2174,
6193,
1767,
18,
2211,
18,
3413,
18415,
18,
9144,
12,
10741,
1769,
202,
202,
97,
2,
-100,
-100,
-100,
-1... |
public synchronized MailItem getItemByImapId(OperationContext octxt, int id, int folderId) throws ServiceException { boolean success = false; try { // tag/folder caches are populated in beginTransaction... beginTransaction("getItemByImapId", octxt); MailItem item = che... | 6965 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6965/f10ba7974d00f1b4c21022892fecda9262ef0735/Mailbox.java/clean/ZimbraServer/src/java/com/zimbra/cs/mailbox/Mailbox.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
22043,
6759,
1180,
588,
1180,
858,
20827,
548,
12,
2988,
1042,
83,
20364,
16,
474,
350,
16,
474,
5609,
548,
13,
15069,
15133,
95,
1075,
29510,
2825,
33,
5743,
31,
698,
95,
759,
2692,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
22043,
6759,
1180,
588,
1180,
858,
20827,
548,
12,
2988,
1042,
83,
20364,
16,
474,
350,
16,
474,
5609,
548,
13,
15069,
15133,
95,
1075,
29510,
2825,
33,
5743,
31,
698,
95,
759,
2692,
1... | ||
public IRubyObject infectBy(IRubyObject obj) { setTaint(isTaint() || obj.isTaint()); return this; } | 45298 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45298/c8b66db475de1dc66f347884891dd70d9943689b/RubyObject.java/clean/src/org/jruby/RubyObject.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
15908,
10340,
921,
8286,
386,
858,
12,
7937,
10340,
921,
1081,
13,
288,
3639,
444,
29048,
12,
291,
29048,
1435,
747,
1081,
18,
291,
29048,
10663,
7734,
327,
333,
31,
565,
289,
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,
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,
15908,
10340,
921,
8286,
386,
858,
12,
7937,
10340,
921,
1081,
13,
288,
3639,
444,
29048,
12,
291,
29048,
1435,
747,
1081,
18,
291,
29048,
10663,
7734,
327,
333,
31,
565,
289,
2,
... | ||
crii.cm = (Chart) EcoreUtil.copy( cm ); | crii.cm = cm == null ? null : (Chart) EcoreUtil.copy( cm ); | public final IReportItem copy( ) { final ChartReportItemImpl crii = new ChartReportItemImpl( handle ); crii.cm = (Chart) EcoreUtil.copy( cm ); return crii; } | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/0b5be0e2d4795ce8188e6cd163505eb8d7ce37a0/ChartReportItemImpl.java/clean/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
467,
4820,
1180,
1610,
12,
262,
202,
95,
202,
202,
6385,
14804,
4820,
1180,
2828,
19990,
77,
273,
394,
14804,
4820,
1180,
2828,
12,
1640,
11272,
202,
202,
22203,
77,
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,
225,
202,
482,
727,
467,
4820,
1180,
1610,
12,
262,
202,
95,
202,
202,
6385,
14804,
4820,
1180,
2828,
19990,
77,
273,
394,
14804,
4820,
1180,
2828,
12,
1640,
11272,
202,
202,
22203,
77,
18,
... |
protected void setUp() throws Exception { assertNotNull(MylarJavaPlugin.getDefault()); project1 = new TestProject("project1"); p1 = project1.createPackage("p1"); type1 = project1.createType(p1, "Type1.java", "public class Type1 { }" ); taskscape = new MylarContext("1", scaling); ... | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/bf5e7ce30f3a08a5fbb8a560510275c2c00355ac/ContextManagerTest.java/buggy/org.eclipse.mylyn.java.tests/src/org/eclipse/mylyn/java/tests/ContextManagerTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
6459,
542,
1211,
1435,
15069,
503,
95,
202,
11231,
5962,
12,
12062,
7901,
5852,
3773,
18,
588,
1868,
10663,
202,
4406,
21,
33,
2704,
4709,
4109,
2932,
4406,
21,
8863,
84,
21,
33,
4406,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6459,
542,
1211,
1435,
15069,
503,
95,
202,
11231,
5962,
12,
12062,
7901,
5852,
3773,
18,
588,
1868,
10663,
202,
4406,
21,
33,
2704,
4709,
4109,
2932,
4406,
21,
8863,
84,
21,
33,
4406,
... | ||
if (i == 0) { | if (w == seperator1) { | protected void layout(Composite composite, boolean flushCache) { Rectangle clientArea = composite.getClientArea(); Control[] ws = composite.getChildren(); for (int i = 0; i < ws.length; i++) { Control w = ws[i]; if (i == 0) { // Separator ... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/e4338fb398d42dcc438cc0430b7b20c1d66feb73/ApplicationWindow.java/clean/bundles/org.eclipse.jface/src/org/eclipse/jface/window/ApplicationWindow.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
4750,
918,
3511,
12,
9400,
9635,
16,
1250,
3663,
1649,
13,
288,
5411,
13264,
1004,
5484,
273,
9635,
18,
588,
1227,
5484,
5621,
5411,
8888,
8526,
4945,
273,
9635,
18,
588,
4212,
5621,
5411... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4750,
918,
3511,
12,
9400,
9635,
16,
1250,
3663,
1649,
13,
288,
5411,
13264,
1004,
5484,
273,
9635,
18,
588,
1227,
5484,
5621,
5411,
8888,
8526,
4945,
273,
9635,
18,
588,
4212,
5621,
5411... |
public org.quickfix.field.EventDate getEventDate() throws FieldNotFound { org.quickfix.field.EventDate value = new org.quickfix.field.EventDate(); | public quickfix.field.EventDate getEventDate() throws FieldNotFound { quickfix.field.EventDate value = new quickfix.field.EventDate(); | public org.quickfix.field.EventDate getEventDate() throws FieldNotFound { org.quickfix.field.EventDate value = new org.quickfix.field.EventDate(); getField(value); return value; } | 5926 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5926/fecc27f98261270772ff182a1d4dfd94b5daa73d/ExecutionReport.java/buggy/src/java/src/quickfix/fix44/ExecutionReport.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
1133,
1626,
9832,
1626,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
1133,
1626,
460,
273,
394,
2358,
18,
19525,
904,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
1133,
1626,
9832,
1626,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
1133,
1626,
460,
273,
394,
2358,
18,
19525,
904,
... |
if (dataFile.getDataAsString("type")[0].equals("IS")) { | if (dataFile.getDataAsString("type")[0].equals("IS Level 1")) { t.setTechLevel(TechConstants.T_IS_LEVEL_1); } else if (dataFile.getDataAsString("type")[0].equals("IS Level 2")) { t.setTechLevel(TechConstants.T_IS_LEVEL_2); } else if (dataFile.getDataAsString("type")[0].equals("IS Level 3")) { t.setTechLevel(TechConstan... | public Entity getEntity() throws EntityLoadingException { BattleArmor t = new BattleArmor(); if (!dataFile.exists("name")) throw new EntityLoadingException("Could not find name block."); t.setChassis(dataFile.getDataAsString("Name")[0]); // Model is not strictly necessary. if (dat... | 4135 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4135/1aca84cbd33c9299233fb0da080b6b2c80a558c2/BLKBattleArmorFile.java/clean/megamek/src/megamek/common/loaders/BLKBattleArmorFile.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3887,
6352,
1435,
1216,
3887,
10515,
503,
288,
3639,
605,
4558,
298,
25583,
280,
268,
273,
394,
605,
4558,
298,
25583,
280,
5621,
3639,
309,
16051,
892,
812,
18,
1808,
2932,
529,
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,
3887,
6352,
1435,
1216,
3887,
10515,
503,
288,
3639,
605,
4558,
298,
25583,
280,
268,
273,
394,
605,
4558,
298,
25583,
280,
5621,
3639,
309,
16051,
892,
812,
18,
1808,
2932,
529,
6,... |
System.out.println(this); System.out.println(m); | public Matrix localMultiplyForGroup (Matrix m) { System.out.println(this); System.out.println(m); Matrix res = new Matrix(getWidth(),m.getHeight()); int height=res.getHeight() ; int width = res.getWidth(); for (int line=0 ; line < height ; line++) { for (int column=0 ; column < width ; column++) { doubl... | 23362 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/23362/6c6cebd15e6ccaa8618f1c96037b6df18600d110/Matrix.java/buggy/src/org/objectweb/proactive/examples/matrix/Matrix.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
7298,
1191,
26040,
1290,
1114,
261,
4635,
312,
13,
288,
202,
3163,
18,
659,
18,
8222,
12,
2211,
1769,
202,
3163,
18,
659,
18,
8222,
12,
81,
1769,
202,
4635,
400,
273,
394,
7298,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
7298,
1191,
26040,
1290,
1114,
261,
4635,
312,
13,
288,
202,
3163,
18,
659,
18,
8222,
12,
2211,
1769,
202,
3163,
18,
659,
18,
8222,
12,
81,
1769,
202,
4635,
400,
273,
394,
7298,
... | |
_optionSignature = new Signature(); | Signature optionSignature = new Signature(); | public void readPacket(byte buffer[], int offset, int length) throws IllegalArgumentException { if (buffer.length - offset < length) throw new IllegalArgumentException("len=" + buffer.length + " off=" + offset + " length=" + length); if (length < 22) // min header size throw new... | 45677 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45677/900420719ee2a88d69d78ef9add09f2cb910daf4/Packet.java/buggy/apps/streaming/java/src/net/i2p/client/streaming/Packet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
855,
6667,
12,
7229,
1613,
63,
6487,
509,
1384,
16,
509,
769,
13,
1216,
2754,
288,
3639,
309,
261,
4106,
18,
2469,
300,
1384,
411,
769,
13,
2398,
604,
394,
2754,
2932,
1897,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6667,
12,
7229,
1613,
63,
6487,
509,
1384,
16,
509,
769,
13,
1216,
2754,
288,
3639,
309,
261,
4106,
18,
2469,
300,
1384,
411,
769,
13,
2398,
604,
394,
2754,
2932,
1897,
... |
if (checkExtensions( new String[]{"*.css;*.CSS"}, fileName ) == false ) | if (checkExtensions( new String[]{"*.css","*.CSS"}, fileName ) == false ) | public void widgetSelected( SelectionEvent e ) { FileDialog fileSelector = new FileDialog( PlatformUI.getWorkbench( ) .getDisplay( ) .getActiveShell( ), SWT.NULL ); fileSelector.setFilterExtensions(new String[]{"*.css;*.CSS"});//$NON-NLS-1$ //$NON-NLS-2$ String fileName = fileSelector.o... | 12803 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12803/896327cfdafeec5e24cd35581f455b6ebe18bbee/WizardSelectCssStylePage.java/clean/UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/WizardSelectCssStylePage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
3604,
7416,
12,
12977,
1133,
425,
262,
1082,
202,
95,
9506,
202,
812,
6353,
585,
4320,
273,
394,
1387,
6353,
12,
11810,
5370,
18,
588,
2421,
22144,
12,
262,
25083,
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,
1875,
202,
482,
918,
3604,
7416,
12,
12977,
1133,
425,
262,
1082,
202,
95,
9506,
202,
812,
6353,
585,
4320,
273,
394,
1387,
6353,
12,
11810,
5370,
18,
588,
2421,
22144,
12,
262,
25083,
202,
... |
public void serialize( Document doc ) | public void serialize( Element elem ) | public void serialize( Document doc ) throws IOException { if ( _writer == null ) throw new IllegalStateException( "No writer supplied for serializer" ); try { startDocument(); } catch ( SAXException except ) { } serializeNode( doc ); serializePreRoot(); flush(); if ( _exception != null ) ... | 4434 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4434/05632b8c819f8c808367c08822d8eeb4b3819115/BaseMarkupSerializer.java/buggy/src/org/apache/xml/serialize/BaseMarkupSerializer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
4472,
12,
3010,
3659,
262,
3639,
1216,
1860,
565,
288,
202,
430,
261,
389,
6299,
422,
446,
262,
202,
565,
604,
394,
5477,
12,
315,
2279,
2633,
4580,
364,
6340,
6,
11272,
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,
918,
4472,
12,
3010,
3659,
262,
3639,
1216,
1860,
565,
288,
202,
430,
261,
389,
6299,
422,
446,
262,
202,
565,
604,
394,
5477,
12,
315,
2279,
2633,
4580,
364,
6340,
6,
11272,
202,... |
public IRegion getHoverRegion(ITextViewer textViewer, int offset) { try { // Extract current line int lineNr = textViewer.getDocument().getLineOfOffset(offset); int lOffset = textViewer.getDocument().getLineOffset(lineNr); String line = textViewer.getDocument().get... | 9028 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9028/deecd6269643d7c913361976527126932fb8a0a3/TexHover.java/buggy/source/net/sourceforge/texlipse/editor/hover/TexHover.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
45,
5165,
588,
21184,
5165,
12,
1285,
408,
18415,
955,
18415,
16,
474,
3348,
15329,
698,
95,
759,
4976,
2972,
1369,
474,
1369,
18726,
33,
955,
18415,
18,
588,
2519,
7675,
588,
1670,
951,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
45,
5165,
588,
21184,
5165,
12,
1285,
408,
18415,
955,
18415,
16,
474,
3348,
15329,
698,
95,
759,
4976,
2972,
1369,
474,
1369,
18726,
33,
955,
18415,
18,
588,
2519,
7675,
588,
1670,
951,... | ||
String message = genDeleteConfirmationMessage(task); boolean deleteConfirmed = MessageDialog.openQuestion(PlatformUI.getWorkbench().getActiveWorkbenchWindow() .getShell(), "Confirm Delete", message); if (!deleteConfirmed) { return; } TasksUiPlugin.getTaskListManager().deactivateTask(task); TasksUiPlugin.getTaskListMa... | public void run() { ISelection selection = TaskListView.getFromActivePerspective().getViewer().getSelection(); for (Object selectedObject : ((IStructuredSelection) selection).toList()) { if (selectedObject instanceof ITask || selectedObject instanceof AbstractQueryHit) { ITask task = null; if (selectedObject... | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/13dbd1fdca785609517495bb34562a349a49f698/DeleteAction.java/buggy/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/DeleteAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1086,
1435,
288,
202,
202,
45,
6233,
4421,
273,
3837,
682,
1767,
18,
588,
1265,
3896,
14781,
16772,
7675,
588,
18415,
7675,
588,
6233,
5621,
202,
202,
1884,
261,
921,
3170,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1086,
1435,
288,
202,
202,
45,
6233,
4421,
273,
3837,
682,
1767,
18,
588,
1265,
3896,
14781,
16772,
7675,
588,
18415,
7675,
588,
6233,
5621,
202,
202,
1884,
261,
921,
3170,... | |
throw new RubyNameException( getRuby(), "class variable " + id.toName() + " not defined for " + toName()); } | throw new RubyNameException( getRuby(), "class variable " + id.toName() + " not defined for " + toName()); } | public RubyObject removeCvar(RubyObject name) { // Wrong Parameter ? RubyId id = getRuby().toId(name); if (!id.isClassId()) { throw new RubyNameException(getRuby(), "wrong class variable name " + name); } if (!isTaint() && getRuby().getSecurityLevel() >= 4) { throw new RubySecurityException( getRuby(), "... | 49476 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49476/0a7181933af700ea8025a4197f3a5ebcc08333c3/RubyModule.java/buggy/org/jruby/RubyModule.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
19817,
921,
1206,
39,
1401,
12,
54,
10340,
921,
508,
13,
288,
368,
24668,
5498,
692,
202,
202,
54,
10340,
548,
612,
273,
4170,
10340,
7675,
869,
548,
12,
529,
1769,
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,
482,
19817,
921,
1206,
39,
1401,
12,
54,
10340,
921,
508,
13,
288,
368,
24668,
5498,
692,
202,
202,
54,
10340,
548,
612,
273,
4170,
10340,
7675,
869,
548,
12,
529,
1769,
202,
202,
... |
NativeRegExp.isHex(c = s[index++])) | NativeRegExp.isHex((char)(c = s[index++]))) | void buildBitmap(MatchState state, char[] s, boolean fold) { int index = ((Integer) kid).intValue(); int end = kid2; byte fill = 0; int i,n,ocp; boolean not = false; kid2 = 0; if (s[index] == '^') { not = true; kid2 = -1; inde... | 13991 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13991/b16d847568c4b6033672534e58b050c4923f9c31/NativeRegExp.java/clean/js/rhino/src/org/mozilla/javascript/regexp/NativeRegExp.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
918,
1361,
12224,
12,
2060,
1119,
919,
16,
1149,
8526,
272,
16,
1250,
11590,
13,
288,
3639,
509,
770,
273,
14015,
4522,
13,
17395,
2934,
474,
620,
5621,
3639,
509,
679,
273,
17395,
22,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
918,
1361,
12224,
12,
2060,
1119,
919,
16,
1149,
8526,
272,
16,
1250,
11590,
13,
288,
3639,
509,
770,
273,
14015,
4522,
13,
17395,
2934,
474,
620,
5621,
3639,
509,
679,
273,
17395,
22,
... |
null, "setAltKey"); | null, "setAltKeyExpr"); | public PropertyDescriptor[] getPropertyDescriptors() { PropertyDescriptor[] result = new PropertyDescriptor[27]; try { result[0] = new PropertyDescriptor("accesskey", ELCheckboxTag.class, null, "setAccesskey"); result[1] = new ... | 2722 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2722/db064e19656421b94aaf753550935d95f44bd5f9/ELCheckboxTagBeanInfo.java/buggy/contrib/struts-el/src/share/org/apache/strutsel/taglib/html/ELCheckboxTagBeanInfo.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
225,
26761,
8526,
3911,
12705,
1435,
565,
288,
3639,
26761,
8526,
225,
563,
282,
273,
394,
26761,
63,
5324,
15533,
3639,
775,
288,
5411,
563,
63,
20,
65,
273,
394,
26761,
2932,
3860... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
225,
26761,
8526,
3911,
12705,
1435,
565,
288,
3639,
26761,
8526,
225,
563,
282,
273,
394,
26761,
63,
5324,
15533,
3639,
775,
288,
5411,
563,
63,
20,
65,
273,
394,
26761,
2932,
3860... |
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; } | 5926 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5926/fecc27f98261270772ff182a1d4dfd94b5daa73d/SecurityList.java/buggy/src/java/src/quickfix/fix44/SecurityList.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,
... |
testSession.save(); | testSession.save(); | public void testSaveInvalidStateException() throws RepositoryException { // get default workspace test root node using superuser session Node defaultRootNode = (Node) superuser.getItem(testRootNode.getPath()); // create a node Node nodeSession1 = defaultRootNode.addNode(nodeName1, testNo... | 48761 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48761/a70220ce21821950174edcf6b4370f7215d33b9f/SessionTest.java/clean/src/test/org/apache/jackrabbit/test/api/SessionTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
4755,
1941,
5060,
1435,
1216,
13367,
288,
3639,
368,
336,
805,
6003,
1842,
1365,
756,
1450,
2240,
1355,
1339,
3639,
2029,
805,
29658,
273,
261,
907,
13,
2240,
1355,
18,
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,
4755,
1941,
5060,
1435,
1216,
13367,
288,
3639,
368,
336,
805,
6003,
1842,
1365,
756,
1450,
2240,
1355,
1339,
3639,
2029,
805,
29658,
273,
261,
907,
13,
2240,
1355,
18,
5... |
protected SimpleSymbol( char token, String name, Annotation annotation ) { | protected SimpleSymbol(char token, Annotation annotation) { | protected SimpleSymbol( char token, String name, Annotation annotation ) { this.token = token; this.name = name; this.annotation = new SimpleAnnotation(annotation); } | 50397 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50397/50df2bb038e847e65fa3345d040faec4b21c5bc8/SimpleSymbol.java/clean/src/org/biojava/bio/symbol/SimpleSymbol.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
4477,
5335,
12,
565,
1149,
1147,
16,
514,
508,
16,
6090,
3204,
225,
262,
288,
565,
333,
18,
2316,
273,
1147,
31,
565,
333,
18,
529,
273,
508,
31,
565,
333,
18,
11495,
273,
394,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
4477,
5335,
12,
565,
1149,
1147,
16,
514,
508,
16,
6090,
3204,
225,
262,
288,
565,
333,
18,
2316,
273,
1147,
31,
565,
333,
18,
529,
273,
508,
31,
565,
333,
18,
11495,
273,
394,
... |
return formatPeriod(startMillis, endMillis, ISO_EXTENDED_FORMAT_PATTERN, false, TimeZone.getDefault() ); | return formatPeriod(startMillis, endMillis, ISO_EXTENDED_FORMAT_PATTERN, false, TimeZone.getDefault()); | public static String formatPeriodISO(long startMillis, long endMillis) { return formatPeriod(startMillis, endMillis, ISO_EXTENDED_FORMAT_PATTERN, false, TimeZone.getDefault() ); } | 4554 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4554/bc218db61cce03a5facfc1e7130af8579367bba7/DurationFormatUtils.java/buggy/src/java/org/apache/commons/lang/time/DurationFormatUtils.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
514,
740,
5027,
12609,
12,
5748,
787,
4814,
16,
1525,
679,
4814,
13,
288,
3639,
327,
740,
5027,
12,
1937,
4814,
16,
679,
4814,
16,
9351,
67,
4142,
22088,
67,
7254,
67,
10831,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
514,
740,
5027,
12609,
12,
5748,
787,
4814,
16,
1525,
679,
4814,
13,
288,
3639,
327,
740,
5027,
12,
1937,
4814,
16,
679,
4814,
16,
9351,
67,
4142,
22088,
67,
7254,
67,
10831,... |
final List expectedAlerts = Arrays.asList(new String[] { "TBODY", "TABLE" }); | final String[] expectedAlerts = { "TBODY", "TABLE" }; | public void testInsertRowInEmtpyTable() throws Exception { final String content = "<html><head>" + "<script>" + "function test()" + "{" + " var oTable = document.getElementById('mytable');" + " var tableRow = oTable.insertRow(0);" ... | 3508 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3508/89261f9bae92ed7e774145b8d142f593385ad5a1/TableTest.java/buggy/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/TableTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
4600,
1999,
382,
41,
1010,
2074,
1388,
1435,
1216,
1185,
288,
3639,
727,
514,
913,
273,
5411,
3532,
2620,
4438,
1978,
2984,
5411,
397,
3532,
4263,
2984,
5411,
397,
315,
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,
377,
1071,
918,
1842,
4600,
1999,
382,
41,
1010,
2074,
1388,
1435,
1216,
1185,
288,
3639,
727,
514,
913,
273,
5411,
3532,
2620,
4438,
1978,
2984,
5411,
397,
3532,
4263,
2984,
5411,
397,
315,
9... |
if ( ejbName == null ) { | if (ejbName == null) { | protected void processElement() { if (inEJBRef || (parseState != STATE_IN_ENTITY && parseState != STATE_IN_SESSION && parseState != STATE_IN_MESSAGE)) { return; } if (currentElement.equals(HOME_INTERFACE) || currentElement.equals(REMOTE_INTERFACE) || ... | 17033 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/17033/c7b5b643b25b20f5c96097b2c54e2e26a054f212/DescriptorHandler.java/buggy/src/main/org/apache/tools/ant/taskdefs/optional/ejb/DescriptorHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
1207,
1046,
1435,
288,
3639,
309,
261,
267,
22719,
1957,
747,
2398,
261,
2670,
1119,
480,
7442,
67,
706,
67,
11101,
597,
1109,
1119,
480,
7442,
67,
706,
67,
7042,
597,
1109,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1207,
1046,
1435,
288,
3639,
309,
261,
267,
22719,
1957,
747,
2398,
261,
2670,
1119,
480,
7442,
67,
706,
67,
11101,
597,
1109,
1119,
480,
7442,
67,
706,
67,
7042,
597,
1109,
... |
("Depth of cflow should have been recorded by now"); | ("Depth of cflow should have been recorded by now. This= " + this + " at " + position()); | public abc.weaving.aspectinfo.Pointcut makeAIPointcut() { if(depth==-1) throw new InternalCompilerError ("Depth of cflow should have been recorded by now"); return new abc.weaving.aspectinfo.Cflow (pc.makeAIPointcut(),position(),depth); } | 236 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/236/7982195af028aee79831da4c29f936955ba628c3/PCCflow_c.java/buggy/aop/abc/src/abc/aspectj/ast/PCCflow_c.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
20011,
18,
1814,
5339,
18,
23579,
1376,
18,
2148,
5150,
1221,
18194,
2148,
5150,
1435,
288,
202,
430,
12,
5979,
631,
17,
21,
13,
604,
394,
3186,
9213,
668,
9506,
225,
7566,
6148,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
20011,
18,
1814,
5339,
18,
23579,
1376,
18,
2148,
5150,
1221,
18194,
2148,
5150,
1435,
288,
202,
430,
12,
5979,
631,
17,
21,
13,
604,
394,
3186,
9213,
668,
9506,
225,
7566,
6148,
... |
if ((table.getSelectedRowCount() <= 1 && table.getSelectedColumnCount() <= 1) || (table.getRowSelectionAllowed() == false && table.getColumnSelectionAllowed() == false)) { rowModel.setSelectionInterval((rowLead + 1)%(rowMax + 1), (rowLead + 1)%(rowMax + 1)); | if ((table.getSelectedRowCount() <= 1 && table.getSelectedColumnCount() <= 1) || (table.getRowSelectionAllowed() == false && table.getColumnSelectionAllowed() == false)) { rowModel.setSelectionInterval((rowLead + 1)%(rowMax + 1), (rowLead + 1)%(rowMax + 1)); | public void keyPressed(KeyEvent evt) { ListSelectionModel rowModel = table.getSelectionModel(); ListSelectionModel colModel = table.getColumnModel().getSelectionModel(); int rowLead = rowModel.getLeadSelectionIndex(); int rowMax = table.getModel().getRowCount() - 1; int colLead = colMod... | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/9cc7b60db57475e9252947e71598fd6bdc44e23e/BasicTableUI.java/buggy/core/src/classpath/javax/javax/swing/plaf/basic/BasicTableUI.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
498,
24624,
12,
653,
1133,
6324,
13,
377,
288,
1377,
987,
6233,
1488,
1027,
1488,
273,
1014,
18,
588,
6233,
1488,
5621,
1377,
987,
6233,
1488,
645,
1488,
273,
1014,
18,
588,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
498,
24624,
12,
653,
1133,
6324,
13,
377,
288,
1377,
987,
6233,
1488,
1027,
1488,
273,
1014,
18,
588,
6233,
1488,
5621,
1377,
987,
6233,
1488,
645,
1488,
273,
1014,
18,
588,
... |
protected int[] parse(String str) throws SchemaDateTimeException{ | protected DateTimeData parse(String str) throws SchemaDateTimeException{ DateTimeData date = new DateTimeData(this); | protected int[] parse(String str) throws SchemaDateTimeException{ int len = str.length(); int[] date = new int[TOTAL_SIZE]; int[] timeZone = new int[2]; int end = getDate(str, 0, len, date); parseTimeZone (str, end, len, date, timeZone); //validate and normalize //RE... | 4434 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4434/7569f1e56b929395f70c2717a33b9ea5e6583d7a/DateDV.java/clean/src/org/apache/xerces/impl/dv/xs/DateDV.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
3716,
751,
1109,
12,
780,
609,
13,
1216,
4611,
5096,
503,
95,
3716,
751,
1509,
273,
394,
3716,
751,
12,
2211,
1769,
3639,
509,
562,
273,
609,
18,
2469,
5621,
3639,
509,
8526,
1509... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3716,
751,
1109,
12,
780,
609,
13,
1216,
4611,
5096,
503,
95,
3716,
751,
1509,
273,
394,
3716,
751,
12,
2211,
1769,
3639,
509,
562,
273,
609,
18,
2469,
5621,
3639,
509,
8526,
1509... |
insideVersions = false; | public void endElement( String uri, String localName, String rawName ) throws SAXException { if ( insideVersioning ) { if ( "versioning".equals( rawName ) ) { insideVersioning = false; } else i... | 47050 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47050/db945f1dd05cfea1ead452eccde7f9cb65e6fce5/RepositoryMetadata.java/clean/maven-mboot2/src/main/java/download/RepositoryMetadata.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
14840,
12,
514,
2003,
16,
514,
11927,
16,
514,
1831,
461,
262,
5411,
1216,
14366,
3639,
288,
5411,
309,
261,
4832,
1444,
310,
262,
5411,
288,
7734,
309,
261,
315,
1589,
310,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
14840,
12,
514,
2003,
16,
514,
11927,
16,
514,
1831,
461,
262,
5411,
1216,
14366,
3639,
288,
5411,
309,
261,
4832,
1444,
310,
262,
5411,
288,
7734,
309,
261,
315,
1589,
310,
... | |
IPluginModelBase bootModel = ( IPluginModelBase ) pluginMap .get( "org.eclipse.core.boot" ); | IPluginModelBase bootModel = (IPluginModelBase) pluginMap.get( "org.eclipse.core.boot" ); | private String[] getProgramArguments( ILaunchConfiguration configuration ) throws CoreException { ArrayList programArgs = new ArrayList( ); // If a product is specified, then add it to the program args if ( configuration.getAttribute( USE_PRODUCT, false ) ) { programArgs.add( "-product" ); //$NON-NLS-1$ prog... | 5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/93f83d28c012c9318e61bf947b01279cec0512a3/ReportLaunchConfigurationDelegate.java/buggy/UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/ui/launcher/ReportLaunchConfigurationDelegate.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
514,
8526,
3570,
3295,
4628,
12,
467,
9569,
1750,
1664,
262,
1082,
202,
15069,
30015,
202,
95,
202,
202,
19558,
5402,
2615,
273,
394,
2407,
12,
11272,
202,
202,
759,
971,
279,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
8526,
3570,
3295,
4628,
12,
467,
9569,
1750,
1664,
262,
1082,
202,
15069,
30015,
202,
95,
202,
202,
19558,
5402,
2615,
273,
394,
2407,
12,
11272,
202,
202,
759,
971,
279,
... |
data.add(new Fixture("thinkParity - Local Model", "1.0.0-RC5")); | data.add(new Fixture("thinkParity - Local Model", "1.0.0-RC6")); | protected void setUp() throws Exception { super.setUp(); data = new LinkedList<Fixture>(); data.add(new Fixture("thinkParity - Local Model", "1.0.0-RC5")); } | 53635 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/53635/f83da50d78da8dd72194ff92a71ae02a09967482/VersionTest.java/clean/local/model/src/test/java/com/thinkparity/model/VersionTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
24292,
1435,
1216,
1185,
288,
202,
202,
9565,
18,
542,
1211,
5621,
202,
202,
892,
273,
394,
10688,
32,
26392,
34,
5621,
202,
202,
892,
18,
1289,
12,
2704,
12139,
10970,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
918,
24292,
1435,
1216,
1185,
288,
202,
202,
9565,
18,
542,
1211,
5621,
202,
202,
892,
273,
394,
10688,
32,
26392,
34,
5621,
202,
202,
892,
18,
1289,
12,
2704,
12139,
10970,
... |
QueryPart parent = (QueryPart) walker.getParent(); int iOrdinal = walker.getOrdinal(); parent.replaceChild(iOrdinal, funToggle); } | QueryPart parent = (QueryPart) walker.getParent(); int iOrdinal = walker.getOrdinal(); parent.replaceChild(iOrdinal, funToggle); } | public void toggleDrillState(Member member) { Walker walker = findHierarchy(member.getHierarchy()); if (walker == null) throw Util.getRes().newInternal( "member's dimension is not used: " + member.toString()); // If 'e' is our expression, then // f(..., e, ...) // becomes // f(..., ToggleDrillState(e, {... | 51263 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51263/b5b5168edc3af09cb74945a80b0c36e6630ed502/Query.java/buggy/src/main/mondrian/olap/Query.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
10486,
8956,
737,
1119,
12,
4419,
3140,
13,
202,
95,
202,
202,
16246,
14810,
273,
1104,
12074,
12,
5990,
18,
588,
12074,
10663,
202,
202,
430,
261,
11348,
264,
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,
482,
918,
10486,
8956,
737,
1119,
12,
4419,
3140,
13,
202,
95,
202,
202,
16246,
14810,
273,
1104,
12074,
12,
5990,
18,
588,
12074,
10663,
202,
202,
430,
261,
11348,
264,
422,
446,
... |
if ( sd!= null && sd.getGrouping( ).isEnabled( ) | if ( sd != null && sd.getGrouping( ).isEnabled( ) | private void checkDataType( Query query, Series series ) { String expression = query.getDefinition( ); Axis axis = null; for ( EObject o = query; o != null; ) { o = o.eContainer( ); if ( o instanceof Axis ) { axis = (Axis) o; break; } } Collection cRegisteredEntries = ChartUIExtensionsImpl.instance... | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/e9dc6b992e105c203abf58a5973567f6a2585487/TaskSelectData.java/clean/chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectData.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
866,
6273,
12,
2770,
843,
16,
9225,
4166,
262,
202,
95,
202,
202,
780,
2652,
273,
843,
18,
588,
1852,
12,
11272,
202,
202,
6558,
2654,
273,
446,
31,
202,
202,
1884,
26... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
866,
6273,
12,
2770,
843,
16,
9225,
4166,
262,
202,
95,
202,
202,
780,
2652,
273,
843,
18,
588,
1852,
12,
11272,
202,
202,
6558,
2654,
273,
446,
31,
202,
202,
1884,
26... |
StringBuffer sb = new StringBuffer( "0x" ); sb.append( ( isUnsigned() ) ? bigValue.toString( 16 ) : Long.toHexString( longValue ) ); | StringBuffer sb = new StringBuffer( "0x" ); if ( isUnsigned() ) { BigInteger bigValue = new BigInteger( value.getValueString() ); sb.append( bigValue.toString( 16 ) ); } else sb.append( Long.toHexString( value.longValue() ) ); | private String getLongLongValueString( ICDILongLongValue value ) throws CDIException { BigInteger bigValue = new BigInteger( value.getValueString() ); long longValue = value.longValue(); switch( getParentVariable().getFormat() ) { case ICDIFormat.NATURAL: case ICDIFormat.DECIMAL: return ( isUnsigned() ) ? b... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/0375bb50a144391b0fc6eb9c6290d1db5b3109be/CValue.java/buggy/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/model/CValue.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
514,
11105,
3708,
620,
780,
12,
26899,
2565,
3708,
3708,
620,
460,
262,
1216,
385,
2565,
503,
202,
95,
202,
202,
24198,
5446,
620,
273,
394,
10246,
12,
460,
18,
24805,
780,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
11105,
3708,
620,
780,
12,
26899,
2565,
3708,
3708,
620,
460,
262,
1216,
385,
2565,
503,
202,
95,
202,
202,
24198,
5446,
620,
273,
394,
10246,
12,
460,
18,
24805,
780,
1... |
catch (ReflectException r) { } | catch (ReflectException e) { } | public void initMetadata(String id) throws FormatException, IOException { String directory = (String) pixels.get(new Integer(0)); String name = (String) names.get(new Integer(0)); try { r.setVar("dirName", directory); r.exec("root = fs.getRoot()"); if (!directory.equals("Root Entry")) { ... | 46826 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46826/eeb7d180f005e6ae2fd86935cddb27bf8758f621/IPWReader.java/clean/loci/formats/in/IPWReader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1208,
2277,
12,
780,
612,
13,
565,
1216,
4077,
503,
16,
1860,
225,
288,
565,
514,
1867,
273,
261,
780,
13,
8948,
18,
588,
12,
2704,
2144,
12,
20,
10019,
565,
514,
508,
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,
282,
1071,
918,
1208,
2277,
12,
780,
612,
13,
565,
1216,
4077,
503,
16,
1860,
225,
288,
565,
514,
1867,
273,
261,
780,
13,
8948,
18,
588,
12,
2704,
2144,
12,
20,
10019,
565,
514,
508,
273,... |
if (name!=null && name.equals("DO_NOT_DELETE_THIS_SHEET")){ schemaUrl = (String)attr_map.get(OdsReader.SCHEMA_ATTR_NAME); } else{ | if (!Utils.isNullStr(schema_url) && !Utils.isNullStr(name)){ | private void convertMetaFile() throws Exception{ String schemaUrl = null; FileOutputStream os = null; FileInputStream in = null; StringBuffer tableSchemaUrls = new StringBuffer(); try{ IXmlCtx ctx=new XmlContext(); ctx.checkFromFile(strContentFile); IXQuery xQuery=ctx.getQueryManager(); List elements = xQ... | 6392 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6392/81370233d607b0fa9a0a3899c518cf664dccd34e/OpenDocument.java/clean/src/eionet/gdem/conversion/odf/OpenDocument.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1765,
2781,
812,
1435,
1216,
1185,
95,
202,
202,
780,
1963,
1489,
273,
446,
31,
202,
202,
812,
4632,
1140,
273,
446,
31,
202,
202,
812,
4348,
316,
273,
446,
31,
202,
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,
1152,
918,
1765,
2781,
812,
1435,
1216,
1185,
95,
202,
202,
780,
1963,
1489,
273,
446,
31,
202,
202,
812,
4632,
1140,
273,
446,
31,
202,
202,
812,
4348,
316,
273,
446,
31,
202,
2... |
int functionSourceOffset = decompiler.startFunction(name, functionIndex); | int functionSourceOffset = decompiler.startFunction(functionIndex); | private Object function(TokenStream ts, int functionType) throws IOException, ParserException { int baseLineno = ts.getLineno(); // line number where source starts String name; Object memberExprNode = null; if (ts.matchToken(Token.NAME)) { name = ts.getString(); ... | 47609 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47609/666483b96d42790e5a2f946a7e7ced4a018638b3/Parser.java/clean/js/rhino/src/org/mozilla/javascript/Parser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1033,
445,
12,
1345,
1228,
3742,
16,
509,
445,
559,
13,
3639,
1216,
1860,
16,
27990,
565,
288,
3639,
509,
1026,
48,
267,
5764,
273,
3742,
18,
588,
48,
267,
5764,
5621,
225,
368,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1033,
445,
12,
1345,
1228,
3742,
16,
509,
445,
559,
13,
3639,
1216,
1860,
16,
27990,
565,
288,
3639,
509,
1026,
48,
267,
5764,
273,
3742,
18,
588,
48,
267,
5764,
5621,
225,
368,
... |
while (node != null && !(node instanceof IPluginExtension)) | while (node != null && !(node instanceof IPluginExtension) && !(node instanceof IPluginExtensionPoint)) | public IHyperlink[] detectHyperlinks(ITextViewer textViewer, IRegion region, boolean canShowMultipleHyperlinks) { if (region == null || canShowMultipleHyperlinks) return null; IDocumentRange element = fSourcePage.getRangeElement(region.getOffset()); if (element == null) return null; if (!(element instanceof ... | 14404 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/14404/aa447f24f01069089c4fa162806e6911726b73da/ManifestHyperlinkDetector.java/clean/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestHyperlinkDetector.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
467,
15996,
1232,
8526,
5966,
15996,
7135,
12,
1285,
408,
18415,
977,
18415,
16,
467,
5165,
3020,
16,
1250,
848,
5706,
8438,
15996,
7135,
13,
288,
202,
202,
430,
261,
6858,
422,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
467,
15996,
1232,
8526,
5966,
15996,
7135,
12,
1285,
408,
18415,
977,
18415,
16,
467,
5165,
3020,
16,
1250,
848,
5706,
8438,
15996,
7135,
13,
288,
202,
202,
430,
261,
6858,
422,... |
int rc = stmt.executeUpdate(); | int rc; try { rc = stmt.executeUpdate(); } catch (SQLException e) { log.warn("ifServices DB insert got exception; will retry after " + "deletion of any existing records for this ifService " + "that are marked for deletion. " + "Exception: " + e.getMessage(), e); /* * Maybe there's already an entry for this (service, ... | private void insert(Connection c) throws SQLException { if (m_fromDb) throw new IllegalStateException("The record already exists in the database"); Category log = ThreadCategory.getInstance(getClass()); // first extract the next node identifier // StringBuffer names = n... | 48885 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48885/3e0b6a20d1b2919e6647b3434be5e25c77cbadda/DbIfServiceEntry.java/buggy/opennms-services/src/main/java/org/opennms/netmgt/capsd/DbIfServiceEntry.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
2243,
12,
1952,
276,
13,
1216,
6483,
288,
3639,
309,
261,
81,
67,
2080,
4331,
13,
5411,
604,
394,
5477,
2932,
1986,
1409,
1818,
1704,
316,
326,
2063,
8863,
3639,
9856,
613,
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,
2243,
12,
1952,
276,
13,
1216,
6483,
288,
3639,
309,
261,
81,
67,
2080,
4331,
13,
5411,
604,
394,
5477,
2932,
1986,
1409,
1818,
1704,
316,
326,
2063,
8863,
3639,
9856,
613,
2... |
if (ChainBuilderAgent.DEBUG) { | if (ChainBuilderAgent.DEBUG_TIMING) { | public void contentComplete() { if (dataManager.getChains() != null || dataManager.getModules() != null) { long guiStart =System.currentTimeMillis(); buildGUI((ModulesData) modLoader.getContents()); if (ChainBuilderAgent.DEBUG) { long guiTime =System.currentTimeMillis()-guiStart; System.err.println("time ... | 54698 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54698/630a53d68f5d29c53d2485557b18599785befb83/ModulePaletteWindow.java/buggy/SRC/org/openmicroscopy/shoola/agents/chainbuilder/ui/ModulePaletteWindow.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
913,
6322,
1435,
288,
202,
202,
430,
261,
892,
1318,
18,
588,
15945,
1435,
480,
446,
747,
501,
1318,
18,
588,
7782,
1435,
480,
446,
13,
288,
1082,
202,
5748,
13238,
1685,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
913,
6322,
1435,
288,
202,
202,
430,
261,
892,
1318,
18,
588,
15945,
1435,
480,
446,
747,
501,
1318,
18,
588,
7782,
1435,
480,
446,
13,
288,
1082,
202,
5748,
13238,
1685,... |
for (int i = 0; i < methods.length; i++) { final PsiMethod testMethod = methods[i]; | for(final PsiMethod testMethod : methods){ | public void visitMethod(PsiMethod method) { final PsiClass aClass = method.getContainingClass(); if (aClass == null) { return; } final String methName = method.getName(); final PsiParameterList parameterList = method.getParameterList(); ... | 56598 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56598/2d46d291193579a7564649b4881c7ea8e02eda5b/MethodOverridesStaticMethodInspection.java/clean/plugins/InspectionGadgets/src/com/siyeh/ig/visibility/MethodOverridesStaticMethodInspection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
25138,
12,
52,
7722,
1305,
707,
13,
288,
5411,
727,
453,
7722,
797,
20148,
273,
707,
18,
588,
24344,
797,
5621,
5411,
309,
261,
69,
797,
422,
446,
13,
288,
7734,
327,
31,
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,
540,
1071,
918,
25138,
12,
52,
7722,
1305,
707,
13,
288,
5411,
727,
453,
7722,
797,
20148,
273,
707,
18,
588,
24344,
797,
5621,
5411,
309,
261,
69,
797,
422,
446,
13,
288,
7734,
327,
31,
5... |
public void testCreateSucessWithNoRoles() throws Exception { addActionAndMethod(Methods.create.toString()); addRequestParameter("firstName", "Jim"); addRequestParameter("lastName", "khan"); addRequestParameter("gender", "1"); addRequestParameter("level", "1"); addRequestParameter("title", "1"); addRequestParame... | 45468 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45468/df38cb7b51629663f6dacb5391ab44de8ff5ac1d/TestPersonAction.java/buggy/mifos/test/org/mifos/application/personnel/struts/action/TestPersonAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
1684,
17072,
614,
1190,
2279,
6898,
1435,
1216,
1185,
288,
202,
202,
1289,
1803,
1876,
1305,
12,
4712,
18,
2640,
18,
10492,
10663,
202,
202,
1289,
691,
1662,
2932,
36... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1684,
17072,
614,
1190,
2279,
6898,
1435,
1216,
1185,
288,
202,
202,
1289,
1803,
1876,
1305,
12,
4712,
18,
2640,
18,
10492,
10663,
202,
202,
1289,
691,
1662,
2932,
36... | ||
return attackSource; | try { return attackSource.get(pos); } catch(IndexOutOfBoundsException e) { return null; } | public RPEntity getAttackSource() { return attackSource; } | 4438 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4438/32352214a251e730149977a3f9c81970c3a35b93/RPEntity.java/clean/src/games/stendhal/server/entity/RPEntity.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
534,
1423,
1628,
336,
3075,
484,
1830,
1435,
565,
288,
565,
775,
288,
327,
13843,
1830,
18,
588,
12,
917,
1769,
289,
1044,
12,
30548,
425,
13,
288,
327,
446,
31,
289,
565,
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,
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,
282,
1071,
534,
1423,
1628,
336,
3075,
484,
1830,
1435,
565,
288,
565,
775,
288,
327,
13843,
1830,
18,
588,
12,
917,
1769,
289,
1044,
12,
30548,
425,
13,
288,
327,
446,
31,
289,
565,
289,
... |
result.put("releaseResult", new Boolean(true)); | result.put("releaseResult", Boolean.TRUE); | public static Map giftCertificateRelease(DispatchContext dctx, Map context) { LocalDispatcher dispatcher = dctx.getDispatcher(); GenericValue userLogin = (GenericValue) context.get("userLogin"); GenericValue paymentPref = (GenericValue) context.get("orderPaymentPreference"); String err =... | 55411 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55411/4adaa061c0ea82fe49397c1a7bdbe032dcf80d90/GiftCertificateServices.java/clean/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1635,
314,
2136,
4719,
7391,
12,
5325,
1042,
302,
5900,
16,
1635,
819,
13,
288,
3639,
3566,
6681,
7393,
273,
302,
5900,
18,
588,
6681,
5621,
3639,
7928,
620,
729,
5358,
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,
377,
1071,
760,
1635,
314,
2136,
4719,
7391,
12,
5325,
1042,
302,
5900,
16,
1635,
819,
13,
288,
3639,
3566,
6681,
7393,
273,
302,
5900,
18,
588,
6681,
5621,
3639,
7928,
620,
729,
5358,
273,
... |
decompileResult = AsmUtils.getFullBytecode(stream, true, isASMifierMode()); } catch (IOException e1) { e1.printStackTrace(); throw new CoreException(new Status(IStatus.ERROR, "de.loskutov.bco", -1, "cannot get bytecode dump", null) ); | decompiledClass = DecompilerClassVisitor.getDecompiledClass( stream, null, null, true, isASMifierMode(), false, null); } catch (IOException e) { throw new CoreException(new Status( IStatus.ERROR, "de.loskutov.bco", -1, "cannot get bytecode dump", null)); | protected InputStream createStream() throws CoreException { InputStream stream = JdtUtils.createInputStream(element); if(stream == null){ throw new CoreException(new Status(IStatus.ERROR, "de.loskutov.bco", //$NON-NLS-1$ -1, "cannot get bytecode from class file", null) ); ... | 2697 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2697/fd19bc74dba4e4810f9cc170df9e970cc2d06b7b/TypedElement.java/clean/eclipse/plugin/src/de/loskutov/bco/compare/TypedElement.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
5037,
752,
1228,
1435,
1216,
30015,
288,
3639,
5037,
1407,
273,
804,
7510,
1989,
18,
2640,
4348,
12,
2956,
1769,
540,
309,
12,
3256,
422,
446,
15329,
5411,
604,
394,
30015,
12,
2704... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5037,
752,
1228,
1435,
1216,
30015,
288,
3639,
5037,
1407,
273,
804,
7510,
1989,
18,
2640,
4348,
12,
2956,
1769,
540,
309,
12,
3256,
422,
446,
15329,
5411,
604,
394,
30015,
12,
2704... |
case Event.TMP_VIEW: | case Event.TMP_VIEW: | public void up(Event evt) { Message msg; //System.out.println("UP: " + evt); Object temp_obj; // used for type checking before performing casts switch( evt.getType() ) { case Event.SET_LOCAL_ADDRESS: temp_obj = evt.getArg(); if ( temp_obj instanceof Address ) { local_addr = (Address) ... | 51463 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51463/5ad015d9a78e1da3350d9b398b46b2f5d4508564/TOTAL_OLD.java/clean/src/org/jgroups/protocols/TOTAL_OLD.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
731,
12,
1133,
6324,
13,
288,
3639,
2350,
1234,
31,
3639,
368,
3163,
18,
659,
18,
8222,
2932,
3079,
30,
315,
397,
6324,
1769,
202,
921,
1906,
67,
2603,
31,
225,
368,
1399,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
731,
12,
1133,
6324,
13,
288,
3639,
2350,
1234,
31,
3639,
368,
3163,
18,
659,
18,
8222,
2932,
3079,
30,
315,
397,
6324,
1769,
202,
921,
1906,
67,
2603,
31,
225,
368,
1399,
... |
iaXY[2 * i] = xpoints[i]; iaXY[2 * i + 1] = ypoints[i]; | Location lo = (Location) getPoints( ).get( i ); iaXY[2 * i] = (int) lo.getX( ); iaXY[2 * i + 1] = (int) lo.getY( ); | public final int[] getSwtPoints( ) { int[] iaXY = new int[8]; for ( int i = 0; i < 4; i++ ) { iaXY[2 * i] = xpoints[i]; iaXY[2 * i + 1] = ypoints[i]; } return iaXY; } | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/6618c22738cb830a4ebf9a96efc9f66a82fd43a3/RotatedRectangle.java/clean/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/RotatedRectangle.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
509,
8526,
1322,
6046,
5636,
12,
262,
202,
95,
202,
202,
474,
8526,
20389,
8546,
273,
394,
509,
63,
28,
15533,
202,
202,
1884,
261,
509,
277,
273,
374,
31,
277,
411,
10... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
509,
8526,
1322,
6046,
5636,
12,
262,
202,
95,
202,
202,
474,
8526,
20389,
8546,
273,
394,
509,
63,
28,
15533,
202,
202,
1884,
261,
509,
277,
273,
374,
31,
277,
411,
10... |
GeneralPath path = new GeneralPath(clipNode.getOutline()); | GeneralPath path = new GeneralPath(clipNode.getTransformedOutline()); | public ClipRable createClip(BridgeContext ctx, Element clipElement, Element clipedElement, GraphicsNode clipedNode) { String s; // 'transform' attribute AffineTransform Tx; s = clipElement.getAtt... | 45946 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45946/8db9db84e0c39085c71d70cf44f5535767bd7730/SVGClipPathElementBridge.java/clean/sources/org/apache/batik/bridge/SVGClipPathElementBridge.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
385,
3169,
54,
429,
752,
15339,
12,
13691,
1042,
1103,
16,
27573,
3010,
6807,
1046,
16,
27573,
3010,
4942,
1845,
1046,
16,
27573,
16830,
907,
4942,
1845,
907,
13,
288,
3639,
514,
27... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
385,
3169,
54,
429,
752,
15339,
12,
13691,
1042,
1103,
16,
27573,
3010,
6807,
1046,
16,
27573,
3010,
4942,
1845,
1046,
16,
27573,
16830,
907,
4942,
1845,
907,
13,
288,
3639,
514,
27... |
} else if(argv_[i].equals("-info")) { | } else if (argv_[i].equals("-info")) { | void parseArgv() { if(argv_.length==0) { exitUsage(false); } int i=0; while(i < argv_.length) { String s; if(argv_[i].equals("-verbose")) { verbose_ = true; } else if(argv_[i].equals("-info")) { detailedUsage_ = true; } else if(argv_[i].equals("-debug")) { de... | 49935 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49935/e10b40e8014547113799b2653164e8c990d41209/StreamJob.java/clean/src/contrib/streaming/src/java/org/apache/hadoop/streaming/StreamJob.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
918,
1109,
4117,
90,
1435,
225,
288,
565,
309,
12,
19485,
27799,
2469,
631,
20,
13,
288,
1377,
2427,
5357,
12,
5743,
1769,
565,
289,
565,
509,
277,
33,
20,
31,
565,
1323,
12,
77,
411,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1109,
4117,
90,
1435,
225,
288,
565,
309,
12,
19485,
27799,
2469,
631,
20,
13,
288,
1377,
2427,
5357,
12,
5743,
1769,
565,
289,
565,
509,
277,
33,
20,
31,
565,
1323,
12,
77,
411,... |
final Display display = new Display (); Shell shell = new Shell (display); shell.setLayout(new FillLayout()); TableViewer v = new TableViewer(shell,SWT.FULL_SELECTION); v.getTable().setLinesVisible(true); v.getTable().setHeaderVisible(true); v.activateCustomTooltips(); v.setContentProvider(new MyContentProvider()); C... | final Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); | public static void main(String[] args) { final Display display = new Display (); Shell shell = new Shell (display); shell.setLayout(new FillLayout()); TableViewer v = new TableViewer(shell,SWT.FULL_SELECTION); v.getTable().setLinesVisible(true); v.getTable().setHeaderVisible(true); v.activat... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/e8377b71f3cf1bbeaf66b1b6a87a864e93333fda/Snippet011CustomTooltips.java/clean/examples/org.eclipse.jface.snippets/Eclipse JFace Snippets/org/eclipse/jface/snippets/viewers/Snippet011CustomTooltips.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
918,
2774,
12,
780,
8526,
833,
13,
288,
202,
202,
6385,
9311,
2562,
273,
394,
9311,
261,
1769,
202,
202,
13220,
5972,
273,
394,
19433,
261,
5417,
1769,
202,
565,
5972,
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,
225,
202,
482,
760,
918,
2774,
12,
780,
8526,
833,
13,
288,
202,
202,
6385,
9311,
2562,
273,
394,
9311,
261,
1769,
202,
202,
13220,
5972,
273,
394,
19433,
261,
5417,
1769,
202,
565,
5972,
18... |
throws java.rmi.RemoteException; | throws java.rmi.RemoteException; | public void setProActiveSecurityManager(ProActiveSecurityManager ps) throws java.rmi.RemoteException; | 58694 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58694/1279458d52679339839158611daec34b4baf800a/RemoteProActiveRuntime.java/buggy/src/org/objectweb/proactive/core/runtime/rmi/RemoteProActiveRuntime.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
444,
626,
3896,
4368,
1318,
12,
626,
3896,
4368,
1318,
4250,
13,
202,
202,
15069,
2252,
18,
8864,
77,
18,
5169,
503,
31,
2,
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,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
444,
626,
3896,
4368,
1318,
12,
626,
3896,
4368,
1318,
4250,
13,
202,
202,
15069,
2252,
18,
8864,
77,
18,
5169,
503,
31,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
if (adding.indexOf(reference, 0) != -1) /* if this service is already | if (adding.contains(reference)) /* if this service is already | protected void track(ServiceReference reference) { Object object = get(reference); if (object != null) /* we are already tracking the service */ { if (DEBUG) { System.out.println("ServiceTracker.Tracked.track[modified]:... | 2516 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2516/a8d46c5aef9dd49c493caa7204388c720bcc00cd/ServiceTracker.java/buggy/bundles/org.eclipse.osgi/osgi/src/org/osgi/util/tracker/ServiceTracker.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
4750,
918,
3298,
12,
1179,
2404,
2114,
13,
3639,
288,
5411,
1033,
733,
273,
336,
12,
6180,
1769,
5411,
309,
261,
1612,
480,
446,
13,
377,
1748,
732,
854,
1818,
11093,
326,
1156,
1195,
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,
540,
4750,
918,
3298,
12,
1179,
2404,
2114,
13,
3639,
288,
5411,
1033,
733,
273,
336,
12,
6180,
1769,
5411,
309,
261,
1612,
480,
446,
13,
377,
1748,
732,
854,
1818,
11093,
326,
1156,
1195,
5... |
rb_undef_method(rb_cClass, "module_function"); | public static void initModuleClass(RubyClass moduleClass) { moduleClass.defineMethod("===", getMethod("op_eqq", RubyObject.class, false)); moduleClass.defineMethod("<=>", getMethod("op_cmp", RubyObject.class, false)); moduleClass.defineMethod("<", getMethod("op_lt", RubyObject.class, false)); ... | 46770 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46770/60d09f0d06e157ff7d9bb828d89273706e4e2798/RbModule.java/buggy/org/jruby/core/RbModule.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
1208,
3120,
797,
12,
54,
10340,
797,
1605,
797,
13,
288,
3639,
1605,
797,
18,
11255,
1305,
2932,
631,
1546,
16,
6272,
2932,
556,
67,
11253,
85,
3113,
19817,
921,
18,
110... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1208,
3120,
797,
12,
54,
10340,
797,
1605,
797,
13,
288,
3639,
1605,
797,
18,
11255,
1305,
2932,
631,
1546,
16,
6272,
2932,
556,
67,
11253,
85,
3113,
19817,
921,
18,
110... | |
int lastChildNumExecPerPhase; { if (getHierarchicalChild(getNumChildren() - 1).getSteadyPush() != 0) { lastChildNumExecPerPhase = numChildPhases[getNumChildren() - 1]; } else { int numDataConsumed = getChildNumExecs(getNumChildren() - 1) * getHierarchicalChild(getNumChildren() - 1) .getSteadyPop(); double numPipe... | public void computeSchedule() { int steadyChildPhases[] = new int[getNumChildren()]; // first compute schedules for all my children { int nChild; for (nChild = 0; nChild < getNumChildren(); nChild++) { StreamInterface child = getHierarchicalChi... | 47772 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47772/eda689ff11ed909ea4517d27002f59961452773f/Pipeline.java/clean/streams/src/streamit/scheduler2/minlatency/Pipeline.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
3671,
6061,
1435,
565,
288,
509,
30006,
2578,
1905,
2173,
11406,
31,
288,
309,
261,
588,
44,
14529,
1763,
12,
588,
2578,
4212,
1435,
300,
404,
2934,
588,
510,
684,
93,
7621,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3671,
6061,
1435,
565,
288,
509,
30006,
2578,
1905,
2173,
11406,
31,
288,
309,
261,
588,
44,
14529,
1763,
12,
588,
2578,
4212,
1435,
300,
404,
2934,
588,
510,
684,
93,
7621,
... | |
match(LITERAL_eq); if ( inputState.guessing==0 ) { name="eq"; } reservedKeywords_AST = (org.exist.xquery.parser.XQueryAST)currentAST.root; break; } case LITERAL_ne: | match(LITERAL_into); if ( inputState.guessing==0 ) { name = "into"; } reservedKeywords_AST = (org.exist.xquery.parser.XQueryAST)currentAST.root; break; } case LITERAL_rename: | public final String reservedKeywords() throws RecognitionException, TokenStreamException { String name; returnAST = null; ASTPair currentAST = new ASTPair(); org.exist.xquery.parser.XQueryAST reservedKeywords_AST = null; name= null; switch ( LA(1)) { case LITERAL_element: { org.exist.xquery.parser.XQuer... | 2909 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2909/68bb69fc2bc91cbece43dcdf563e1be3ba003e1b/XQueryParser.java/buggy/src/org/exist/xquery/parser/XQueryParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
514,
225,
8735,
14149,
1435,
1216,
9539,
16,
3155,
1228,
503,
288,
202,
202,
780,
508,
31,
9506,
202,
2463,
9053,
273,
446,
31,
202,
202,
9053,
4154,
783,
9053,
273,
394,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
514,
225,
8735,
14149,
1435,
1216,
9539,
16,
3155,
1228,
503,
288,
202,
202,
780,
508,
31,
9506,
202,
2463,
9053,
273,
446,
31,
202,
202,
9053,
4154,
783,
9053,
273,
394,... |
featureFile.append(line+"\n"); break; | featureFile.append(line+"\n"); if (labelUnit == null){ break; } else { if (returnString == null){ returnString = "Label file is longer than feature file: " +" unit "+unitIndex +" and greater do not exist in feature file"; } } | protected String firstVerifyAlignment(String basename) throws IOException { BufferedReader labels = new BufferedReader(new InputStreamReader(new FileInputStream(new File( db.unitLabDirName() + basename + db.unitLabExt() )), "UTF-8")); BufferedReader features = new BufferedReader(new InputStreamRead... | 49846 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49846/e25f4a6660ca4b4b45fe9bbc1083a695f9e4e4e7/LabelFeatureAligner.java/buggy/java/de/dfki/lt/mary/unitselection/voiceimport/LabelFeatureAligner.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
514,
1122,
8097,
11535,
12,
780,
4882,
13,
1216,
1860,
565,
288,
3639,
10633,
3249,
273,
394,
10633,
12,
2704,
15322,
12,
2704,
11907,
12,
2704,
1387,
12,
1319,
18,
4873,
14506,
287... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
514,
1122,
8097,
11535,
12,
780,
4882,
13,
1216,
1860,
565,
288,
3639,
10633,
3249,
273,
394,
10633,
12,
2704,
15322,
12,
2704,
11907,
12,
2704,
1387,
12,
1319,
18,
4873,
14506,
287... |
replace( '/', File.separatorChar ). replace( '\\', File.separatorChar ); | replace('/', File.separatorChar). replace('\\', File.separatorChar); | public void addDefaultExcludes() { int excludesLength = excludes == null ? 0 : excludes.length; String[] newExcludes; newExcludes = new String[excludesLength + DEFAULTEXCLUDES.length]; if (excludesLength > 0) { System.arraycopy(excludes, 0, newExcludes, 0, excludesLength); ... | 17033 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/17033/c7b5b643b25b20f5c96097b2c54e2e26a054f212/VAJWorkspaceScanner.java/buggy/src/main/org/apache/tools/ant/taskdefs/optional/ide/VAJWorkspaceScanner.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
28297,
30866,
1435,
288,
3639,
509,
13644,
1782,
273,
13644,
422,
446,
692,
374,
294,
13644,
18,
2469,
31,
3639,
514,
8526,
394,
30866,
31,
3639,
394,
30866,
273,
394,
514,
63,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
28297,
30866,
1435,
288,
3639,
509,
13644,
1782,
273,
13644,
422,
446,
692,
374,
294,
13644,
18,
2469,
31,
3639,
514,
8526,
394,
30866,
31,
3639,
394,
30866,
273,
394,
514,
63,... |
ERXArrayUtilities.sortedArraySortedWithKey(eos, key, EOSortOrdering.CompareCaseInsensitiveAscending); | ERXArrayUtilities.sortArrayWithKey(eos, key, EOSortOrdering.CompareCaseInsensitiveAscending); | public static void sortEOsUsingSingleKey(NSMutableArray eos, String key) { ERXArrayUtilities.sortedArraySortedWithKey(eos, key, EOSortOrdering.CompareCaseInsensitiveAscending); } | 50512 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50512/6c1817f4bb03a3ecd72ebdf90f67d70ac055afdc/ERXUtilities.java/clean/Common/Frameworks/ERExtensions/Sources/er/extensions/ERXUtilities.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
1524,
41,
15112,
7736,
5281,
653,
12,
3156,
19536,
1076,
425,
538,
16,
514,
498,
13,
288,
3639,
4232,
60,
1076,
11864,
18,
3804,
1076,
1190,
653,
12,
73,
538,
16,
498,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
760,
918,
1524,
41,
15112,
7736,
5281,
653,
12,
3156,
19536,
1076,
425,
538,
16,
514,
498,
13,
288,
3639,
4232,
60,
1076,
11864,
18,
3804,
1076,
1190,
653,
12,
73,
538,
16,
498,
... |
Class clazz = null; | public void callInit( String className ) { Class clazz = null; Method op = null; Thread.currentThread().setContextClassLoader( appLoader ); try { clazz = appLoader.loadClass( className ); } catch ( ClassNotFoundException e ) { ... | 10677 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10677/4350c947119a3f2bb5047cf41c1cca097a80b46b/Bootstrapper.java/clean/standalone/daemon/src/main/java/org/apache/directory/server/standalone/daemon/Bootstrapper.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
745,
2570,
12,
514,
2658,
262,
565,
288,
9079,
2985,
1061,
273,
446,
31,
7734,
4884,
18,
2972,
3830,
7675,
542,
1042,
7805,
12,
595,
2886,
11272,
3639,
775,
3639,
288,
5411,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
745,
2570,
12,
514,
2658,
262,
565,
288,
9079,
2985,
1061,
273,
446,
31,
7734,
4884,
18,
2972,
3830,
7675,
542,
1042,
7805,
12,
595,
2886,
11272,
3639,
775,
3639,
288,
5411,
... | |
if (isPrimitive() || isNullType() || this.isTypeVariable()) { return new String(this.binding.sourceName()); | if (isPrimitive() || isNullType()) { BaseTypeBinding baseTypeBinding = (BaseTypeBinding) this.binding; return new String(baseTypeBinding.simpleName); | public String getQualifiedName() { if (isAnonymous() || isLocal()) { return NO_NAME; } if (isPrimitive() || isNullType() || this.isTypeVariable()) { return new String(this.binding.sourceName()); } if (isArray()) { ITypeBinding elementType = getElementType(); String elementTypeQualifiedName = elementTy... | 10698 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10698/996ea5997dae4e7ec05722a233804ef32ae29f15/TypeBinding.java/clean/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeBinding.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
514,
26661,
1435,
288,
202,
202,
430,
261,
291,
18792,
1435,
747,
22873,
10756,
288,
1082,
202,
2463,
3741,
67,
1985,
31,
202,
202,
97,
9506,
202,
430,
261,
291,
9840,
1435,
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,
225,
202,
482,
514,
26661,
1435,
288,
202,
202,
430,
261,
291,
18792,
1435,
747,
22873,
10756,
288,
1082,
202,
2463,
3741,
67,
1985,
31,
202,
202,
97,
9506,
202,
430,
261,
291,
9840,
1435,
7... |
myXcodeProjProject.addSourceReference(_resource.getLocation().toOSString()); | myXcodeProjProject.addSourceReference(resource.getLocation().toOSString()); | public void handleSource(IResource _resource, IProgressMonitor _progressMonitor, Map _buildCache) { if (myXcodeProject != null) { myXcodeProject.addSourceReference(_resource.getLocation().toOSString()); } if (myXcodeProjProject != null) { myXcodeProjProject.addSourceReference(_resource.getLocation().toOSString(... | 47899 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47899/5644f6506a8f17f2b8311774090206457f13a78d/DotXcodeBuilder.java/buggy/wolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/DotXcodeBuilder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1640,
1830,
12,
45,
1420,
389,
3146,
16,
467,
5491,
7187,
389,
8298,
7187,
16,
1635,
389,
3510,
1649,
13,
288,
202,
202,
430,
261,
4811,
60,
710,
4109,
480,
446,
13,
28... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1640,
1830,
12,
45,
1420,
389,
3146,
16,
467,
5491,
7187,
389,
8298,
7187,
16,
1635,
389,
3510,
1649,
13,
288,
202,
202,
430,
261,
4811,
60,
710,
4109,
480,
446,
13,
28... |
try { new Attribute("xml:base", "http: | try { new Attribute("xml:base", "http: | public void testXmlPrefix() { try { new Attribute("xml:base", "http://www.w3.org/TR"); fail("Created attribute with name xml:base"); } catch (NamespaceException ex) { // success assertNotNull(ex.getMessage()); } try { ... | 626 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/626/a86cda2999f0a7146f0d1ac7a397a0a472054a55/AttributeTest.java/clean/src/nu/xom/tests/AttributeTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
4432,
2244,
1435,
288,
7734,
775,
288,
5411,
394,
3601,
2932,
2902,
30,
1969,
3113,
315,
2505,
2207,
5591,
18,
91,
23,
18,
3341,
19,
4349,
8863,
5411,
2321,
2932,
6119,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4432,
2244,
1435,
288,
7734,
775,
288,
5411,
394,
3601,
2932,
2902,
30,
1969,
3113,
315,
2505,
2207,
5591,
18,
91,
23,
18,
3341,
19,
4349,
8863,
5411,
2321,
2932,
6119,
... |
SelectionListener listener = new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { listViewer.setAllChecked(true); } }; selectButton.addSelectionListener(listener); | SelectionListener listener = new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { listViewer.setAllChecked(true); } }; selectButton.addSelectionListener(listener); | private void addSelectionButtons(Composite composite) { Composite buttonComposite = new Composite(composite, SWT.RIGHT); buttonComposite.setFont(composite.getFont()); GridLayout layout = new GridLayout(); layout.numColumns = 2; buttonComposite.setLayout(layout); GridData data = new GridData(GridData.HORIZONTAL_ALIGN_... | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/ae5fb304a3c625bec2a4a9b282bc061b8111fa1c/ListSelectionDialog.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/ListSelectionDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3238,
918,
527,
6233,
14388,
12,
9400,
9635,
13,
288,
202,
9400,
3568,
9400,
273,
394,
14728,
12,
27676,
16,
348,
8588,
18,
11847,
1769,
202,
5391,
9400,
18,
542,
5711,
12,
27676,
18,
588,
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,
3238,
918,
527,
6233,
14388,
12,
9400,
9635,
13,
288,
202,
9400,
3568,
9400,
273,
394,
14728,
12,
27676,
16,
348,
8588,
18,
11847,
1769,
202,
5391,
9400,
18,
542,
5711,
12,
27676,
18,
588,
5... |
content.append("<br>"); content.append("<span class=\"link\">"); | content.append(System.getProperties("line.separator")); | public void targetStarted(BuildEvent event) { super.targetStarted(event); init(event); if (out != null) { String name = event.getTarget().getName(); StringBuffer content = new StringBuffer(); content.append("<br>"); content.append("<span class=\"link\... | 55334 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55334/bfaec9482bdb2752d2b555d83a3b37a628d1b7ac/XmlLoggerWithStatus.java/buggy/contrib/XmlLoggerWithStatus/XmlLoggerWithStatus.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1018,
9217,
12,
3116,
1133,
871,
13,
288,
3639,
2240,
18,
3299,
9217,
12,
2575,
1769,
3639,
1208,
12,
2575,
1769,
3639,
309,
261,
659,
480,
446,
13,
288,
5411,
514,
508,
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,
377,
1071,
918,
1018,
9217,
12,
3116,
1133,
871,
13,
288,
3639,
2240,
18,
3299,
9217,
12,
2575,
1769,
3639,
1208,
12,
2575,
1769,
3639,
309,
261,
659,
480,
446,
13,
288,
5411,
514,
508,
273,... |
location = locationOfKaBoom; if (location == null) throw new NullPointerException("location of KaBoom is null"); | if (locationOfKaBoom == null) throw new NullPointerException("location of KaBoom is null"); | public void foundRedundantNullCheck(Location location, RedundantBranch redundantBranch) { String sourceFile = classContext.getJavaClass().getSourceFileName(); MethodGen methodGen = classContext.getMethodGen(method); boolean isChecked = redundantBranch.firstValue.isChecked(); boolean wouldHaveBeenAKaboom = redund... | 10715 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10715/fbc2b8881b3f255814b4efcee6f8eec7419d4d36/FindNullDeref.java/clean/findbugs/src/java/edu/umd/cs/findbugs/detect/FindNullDeref.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1392,
3715,
15362,
2041,
1564,
12,
2735,
2117,
16,
4621,
15362,
7108,
19530,
7108,
13,
288,
202,
202,
780,
16338,
273,
667,
1042,
18,
588,
5852,
797,
7675,
588,
1830,
4771,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1392,
3715,
15362,
2041,
1564,
12,
2735,
2117,
16,
4621,
15362,
7108,
19530,
7108,
13,
288,
202,
202,
780,
16338,
273,
667,
1042,
18,
588,
5852,
797,
7675,
588,
1830,
4771,... |
if (root == null) return null; Object group = null; try { R.setVar("ome", root); R.setVar("name", name); R.setVar("leader", leader); R.setVar("contact", contact); Object ca = getChild(root, "CustomAttributes"); R.setVar("ca", ca); R.exec("import org.openmicroscopy.xml.st.GroupNode"); group = getChild(ca, "Group"); R.... | return setGroup(root, name, leader, contact, 0); | public static Object setGroup(Object root, String name, Object leader, Object contact) { if (root == null) return null; Object group = null; try { R.setVar("ome", root); R.setVar("name", name); R.setVar("leader", leader); R.setVar("contact", contact); Object ca = getChild(root, "... | 49800 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49800/91859a26506b8a1d312b398da2c3ecd94e02fa60/OMETools.java/clean/loci/formats/OMETools.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
1033,
444,
1114,
12,
921,
1365,
16,
514,
508,
16,
565,
1033,
10302,
16,
1033,
5388,
13,
225,
288,
565,
309,
261,
3085,
422,
446,
13,
327,
446,
31,
565,
1033,
1041,
273,
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,
282,
1071,
760,
1033,
444,
1114,
12,
921,
1365,
16,
514,
508,
16,
565,
1033,
10302,
16,
1033,
5388,
13,
225,
288,
565,
309,
261,
3085,
422,
446,
13,
327,
446,
31,
565,
1033,
1041,
273,
446... |
n.putIntProp(Node.ISNUMBER_PROP, Node.RIGHT); markDCPNumberContext(arrayIndex); | if (!convertParameter(arrayIndex)) { n.putIntProp(Node.ISNUMBER_PROP, Node.RIGHT); } | int rewriteForNumberVariables(Node n) { switch (n.getType()) { case TokenStream.POP : { Node child = n.getFirstChild(); int type = rewriteForNumberVariables(child); if (type == TypeEvent.NumberType) n.putIntProp(Nod... | 51996 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51996/2660547deef560c4299f34446f254d473df361bd/Optimizer.java/buggy/js/rhino/src/org/mozilla/javascript/optimizer/Optimizer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
509,
10738,
1290,
1854,
6158,
12,
907,
290,
13,
565,
288,
3639,
1620,
261,
82,
18,
588,
559,
10756,
288,
5411,
648,
3155,
1228,
18,
30374,
294,
288,
10792,
2029,
1151,
273,
290,
18,
588... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
509,
10738,
1290,
1854,
6158,
12,
907,
290,
13,
565,
288,
3639,
1620,
261,
82,
18,
588,
559,
10756,
288,
5411,
648,
3155,
1228,
18,
30374,
294,
288,
10792,
2029,
1151,
273,
290,
18,
588... |
public org.quickfix.field.UnderlyingStateOrProvinceOfIssue getUnderlyingStateOrProvinceOfIssue() throws FieldNotFound { org.quickfix.field.UnderlyingStateOrProvinceOfIssue value = new org.quickfix.field.UnderlyingStateOrProvinceOfIssue(); | public quickfix.field.UnderlyingStateOrProvinceOfIssue getUnderlyingStateOrProvinceOfIssue() throws FieldNotFound { quickfix.field.UnderlyingStateOrProvinceOfIssue value = new quickfix.field.UnderlyingStateOrProvinceOfIssue(); | public org.quickfix.field.UnderlyingStateOrProvinceOfIssue getUnderlyingStateOrProvinceOfIssue() throws FieldNotFound { org.quickfix.field.UnderlyingStateOrProvinceOfIssue value = new org.quickfix.field.UnderlyingStateOrProvinceOfIssue(); getField(value); return value; } | 8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/OrderMassCancelRequest.java/buggy/src/java/src/quickfix/fix43/OrderMassCancelRequest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
14655,
6291,
1119,
1162,
626,
90,
2410,
951,
12956,
10833,
765,
6291,
1119,
1162,
626,
90,
2410,
951,
12956,
1435,
1216,
2286,
2768,
225,
288,
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,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
14655,
6291,
1119,
1162,
626,
90,
2410,
951,
12956,
10833,
765,
6291,
1119,
1162,
626,
90,
2410,
951,
12956,
1435,
1216,
2286,
2768,
225,
288,
23... |
Logger.minor(this, "Started counting items in database"); count = ((BtreeStats)chkDB.getStats(null)).getLeafNodeCount(); Logger.minor(this, "Counted "+count+" items in database"); }catch(DatabaseException ex){ Logger.minor(this, "Exception while counting items in database",ex); | Cursor c = chkDB_blockNum.openCursor(null,null); DatabaseEntry keyDBE = new DatabaseEntry(); DatabaseEntry dataDBE = new DatabaseEntry(); if(c.getLast(keyDBE,dataDBE,null)==OperationStatus.SUCCESS) { StoreBlock storeBlock = (StoreBlock) storeBlockTupleBinding.entryToObject(dataDBE); count = storeBlock.offset; } c.close... | private long countCHKBlocks() { long count =0; try{ Logger.minor(this, "Started counting items in database"); count = ((BtreeStats)chkDB.getStats(null)).getLeafNodeCount(); Logger.minor(this, "Counted "+count+" items in database"); }catch(DatabaseException ex){ Logger.min... | 52909 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52909/fc1107153611521b8802dc2e6ed37430b0f7d687/BerkeleyDBFreenetStore.java/clean/src/freenet/store/BerkeleyDBFreenetStore.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1525,
1056,
1792,
47,
6450,
1435,
288,
377,
202,
5748,
1056,
273,
20,
31,
377,
202,
698,
95,
377,
202,
202,
3328,
18,
17364,
12,
2211,
16,
315,
9217,
22075,
1516,
316,
2063,
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,
377,
3238,
1525,
1056,
1792,
47,
6450,
1435,
288,
377,
202,
5748,
1056,
273,
20,
31,
377,
202,
698,
95,
377,
202,
202,
3328,
18,
17364,
12,
2211,
16,
315,
9217,
22075,
1516,
316,
2063,
8863,... |
} catch (BDDException x) { | } catch (ReorderException x) { | int bdd_ite(int f, int g, int h) { int res; int numReorder = 1; CHECKa(f, bddfalse); CHECKa(g, bddfalse); CHECKa(h, bddfalse); if (itecache == null) itecache = new OpCache3(cachesize); // ite_rec() if (singlecache == null) singlecache = new OpCache1(cachesize); // no... | 5661 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5661/89cb49994eb868d156357d12efa8aa38e96ac325/MicroFactory.java/buggy/JavaBDD/net/sf/javabdd/MicroFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
509,
324,
449,
67,
1137,
12,
474,
284,
16,
509,
314,
16,
509,
366,
13,
288,
3639,
509,
400,
31,
3639,
509,
818,
426,
1019,
273,
404,
31,
3639,
14565,
69,
12,
74,
16,
324,
449,
5743,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
509,
324,
449,
67,
1137,
12,
474,
284,
16,
509,
314,
16,
509,
366,
13,
288,
3639,
509,
400,
31,
3639,
509,
818,
426,
1019,
273,
404,
31,
3639,
14565,
69,
12,
74,
16,
324,
449,
5743,... |
ConcreteMarker marker = getMarker(next); if (marker != null) { result.add(marker); } } | ConcreteMarker marker = getMarker(next); if (marker != null) { result.add(marker); } } | public MarkerList findMarkers(Collection ofIMarker) { List result = new ArrayList(ofIMarker.size()); Iterator iter = ofIMarker.iterator(); while (iter.hasNext()) { IMarker next = (IMarker) iter.next(); ConcreteMarker marker = getMarker(next); if (marker != null)... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/2bc2f7e05493c8f842d6d73cc7cb85357120cefd/MarkerList.java/clean/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerList.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
14742,
682,
1104,
21644,
12,
2532,
434,
3445,
1313,
264,
13,
288,
3639,
987,
563,
273,
394,
2407,
12,
792,
3445,
1313,
264,
18,
1467,
10663,
3639,
4498,
1400,
273,
434,
3445,
1313,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
14742,
682,
1104,
21644,
12,
2532,
434,
3445,
1313,
264,
13,
288,
3639,
987,
563,
273,
394,
2407,
12,
792,
3445,
1313,
264,
18,
1467,
10663,
3639,
4498,
1400,
273,
434,
3445,
1313,
... |
public org.quickfix.field.SecurityDesc getSecurityDesc() throws FieldNotFound { org.quickfix.field.SecurityDesc value = new org.quickfix.field.SecurityDesc(); | public quickfix.field.SecurityDesc getSecurityDesc() throws FieldNotFound { quickfix.field.SecurityDesc value = new quickfix.field.SecurityDesc(); | public org.quickfix.field.SecurityDesc getSecurityDesc() throws FieldNotFound { org.quickfix.field.SecurityDesc value = new org.quickfix.field.SecurityDesc(); getField(value); return value; } | 5926 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5926/fecc27f98261270772ff182a1d4dfd94b5daa73d/NewOrderMultileg.java/buggy/src/java/src/quickfix/fix44/NewOrderMultileg.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
4368,
4217,
19288,
4217,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
4368,
4217,
460,
273,
394,
2358,
18,
19525,
904,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
4368,
4217,
19288,
4217,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
4368,
4217,
460,
273,
394,
2358,
18,
19525,
904,
... |
error = true; | if (! catchErrors(parent)) { this.error = true; } | public NodeVisitor enter(Node parent, Node n) { if (Report.should_report(Report.visit, 5)) Report.report(5, "enter(" + n + ")"); try { return (ErrorHandlingVisitor) enterCall(parent, n); } catch (SemanticException e) { if (e.getMessage() != null) { Posit... | 11982 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11982/3783ad675c798ccef5413f0f2898d800f00e3d96/ErrorHandlingVisitor.java/buggy/src/polyglot/visit/ErrorHandlingVisitor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2029,
7413,
6103,
12,
907,
982,
16,
2029,
290,
13,
288,
3639,
309,
261,
4820,
18,
13139,
67,
6006,
12,
4820,
18,
11658,
16,
1381,
3719,
202,
565,
8706,
18,
6006,
12,
25,
16,
315... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2029,
7413,
6103,
12,
907,
982,
16,
2029,
290,
13,
288,
3639,
309,
261,
4820,
18,
13139,
67,
6006,
12,
4820,
18,
11658,
16,
1381,
3719,
202,
565,
8706,
18,
6006,
12,
25,
16,
315... |
"Id Engine", "Global Time", | "Id Engine", "Global Time(ms)", | private void initGUI() { try { { chooserSave = new JFileChooser(); chooserSave.setDialogTitle("Save Scilab Result"); } { splitMain1 = new JSplitPane(); getContentPane().add(splitMain1, BorderLayout.CENTER); splitMain1.setOrientation(JSplitPane.VERTICAL_SPLIT); splitMain1.setOneTouchExpandable(... | 14315 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/14315/21261276b03c1a4e5e11ffe02bf227ac59b3e3d1/SciFrame.java/buggy/src/org/objectweb/proactive/ext/scilab/gui/SciFrame.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1208,
43,
5370,
1435,
288,
202,
202,
698,
288,
1082,
202,
95,
9506,
202,
2599,
13164,
4755,
273,
394,
804,
812,
17324,
5621,
9506,
202,
2599,
13164,
4755,
18,
542,
6353,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1208,
43,
5370,
1435,
288,
202,
202,
698,
288,
1082,
202,
95,
9506,
202,
2599,
13164,
4755,
273,
394,
804,
812,
17324,
5621,
9506,
202,
2599,
13164,
4755,
18,
542,
6353,
... |
} | } | public int doStartTag() throws JspException { StringBuffer results = new StringBuffer(); HttpServletRequest request = (HttpServletRequest)pageContext.getRequest(); ServletContext servletContext = pageContext.getServletContext(); ModuleConfig config = ModuleUtils.getInstance().getModuleCo... | 48068 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48068/38f2e40392f85661d745d657cc7df428c2fc6653/JavascriptValidatorTag.java/buggy/faces/src/main/java/org/apache/struts/faces/taglib/JavascriptValidatorTag.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
741,
30512,
1435,
1216,
27485,
288,
3639,
6674,
1686,
273,
394,
6674,
5621,
3639,
9984,
590,
273,
261,
2940,
18572,
13,
2433,
1042,
18,
588,
691,
5621,
3639,
22717,
20474,
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,
377,
1071,
509,
741,
30512,
1435,
1216,
27485,
288,
3639,
6674,
1686,
273,
394,
6674,
5621,
3639,
9984,
590,
273,
261,
2940,
18572,
13,
2433,
1042,
18,
588,
691,
5621,
3639,
22717,
20474,
273,
... |
schemas= new Vector(); i++; while (i < argv.length && !(arg = argv[i]).startsWith("-")) { schemas.addElement(arg); i++; } if (schemas.size() == 0) { printUsage(); System.exit(1); } | public static void main(String argv[]) { // too few parameters if (argv.length < 2) { printUsage(); System.exit(1); } XMLParserConfiguration parserConfiguration = null; String arg = null; int i = 0; arg = argv[i]; if (arg.equals("-p")) { ... | 6373 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6373/b49592a2d36e6c9101794589cf77fa813b379f74/XMLGrammarBuilder.java/buggy/samples/xni/XMLGrammarBuilder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
2774,
12,
780,
5261,
63,
5717,
288,
3639,
368,
4885,
11315,
1472,
3639,
309,
261,
19485,
18,
2469,
411,
576,
13,
288,
5411,
1172,
5357,
5621,
5411,
2332,
18,
8593,
12,
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,
1071,
760,
918,
2774,
12,
780,
5261,
63,
5717,
288,
3639,
368,
4885,
11315,
1472,
3639,
309,
261,
19485,
18,
2469,
411,
576,
13,
288,
5411,
1172,
5357,
5621,
5411,
2332,
18,
8593,
12,
2... | |
public org.quickfix.field.UnsolicitedIndicator getUnsolicitedIndicator() throws FieldNotFound { org.quickfix.field.UnsolicitedIndicator value = new org.quickfix.field.UnsolicitedIndicator(); | public quickfix.field.UnsolicitedIndicator getUnsolicitedIndicator() throws FieldNotFound { quickfix.field.UnsolicitedIndicator value = new quickfix.field.UnsolicitedIndicator(); | public org.quickfix.field.UnsolicitedIndicator getUnsolicitedIndicator() throws FieldNotFound { org.quickfix.field.UnsolicitedIndicator value = new org.quickfix.field.UnsolicitedIndicator(); getField(value); return value; } | 5926 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5926/fecc27f98261270772ff182a1d4dfd94b5daa73d/SecurityStatus.java/buggy/src/java/src/quickfix/fix44/SecurityStatus.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
984,
87,
1415,
16261,
13140,
10833,
87,
1415,
16261,
13140,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
984,
87,
1415,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
984,
87,
1415,
16261,
13140,
10833,
87,
1415,
16261,
13140,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
984,
87,
1415,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.