exemplar executable examples archive
play

Exemplar: EXEcutable exaMPLes ARchive Mark Grechanik, Chen Fu, Qing - PowerPoint PPT Presentation

Exemplar: EXEcutable exaMPLes ARchive Mark Grechanik, Chen Fu, Qing Xie Accenture Technology Labs Collin McMillan , Denys Poshyvanyk College of William & Mary Chad Cumby Accenture Technology Labs 1 A Search Engine for Finding Highly-


  1. Exemplar: EXEcutable exaMPLes ARchive Mark Grechanik, Chen Fu, Qing Xie Accenture Technology Labs Collin McMillan , Denys Poshyvanyk College of William & Mary Chad Cumby Accenture Technology Labs 1

  2. A Search Engine for Finding Highly- Relevant Applications • Online repositories contain many millions of lines of code, but reusing them is a very difficult problem. • The high-level descriptions of applications do not usually match its low-level implementation details. public static long mystery( long a, long b) { if (b==0) Compute the Greatest return a; Common Denominator else return mystery(b, a % b); } • We present Exemplar, a source code search engine to bridge this mismatch by integrating API help documentation into the search process. 2

  3. Example Programming Task Write an application to record musical instrument data to a file in the MIDI file format. 3

  4. What programmers do The programmer may check other applications for API calls from third- party packages used to read data from a MIDI device and then print to a file. List allInfos = new ArrayList(); List providers = getMidiDeviceProviders(); ... MidiDevice.Info[] infosArray = (MidiDevice.Info[]) allInfos.toArray(new MidiDevice.Info[0]); for(int i = 0; i < infosArray.size(); i++) { fileOutput.print(infosArray[i]); ... 8,000 Java projects that we extracted from SourceForge make over 11,000,000 calls to the official Java API. 4

  5. Many search engines rely on words from applications. SourceForge Application 1 … descriptions keyword of apps Application n “edit the events MidiQuickFix “midi” in a Midi file ” Google Code Search Application 1 … words from keyword source code Application n /* allows 16 MidiQuickFix “midi” bytes of MIDI */ 5

  6. Our idea is to augment standard code search to include API documentation. Exemplar Application 1 API call 1 … … descriptions keyword of API calls Application n API call n MidiDevice.getReciever() MidiQuickFix “Obtains a MIDI “midi” IN receiver” 6

  7. “record midi file” 3 API call Search API calls Projects lookup Engine Archive 4 API calls Relevant Candidate 2 Dictionary Analyzer Projects Projects 1 Help Page Projects Help Ranking Processor Metadata Pages Engine 5 javax.sound.midi.MidiDevice.getReceiver() … Obtains a MIDI IN receiver through which the MIDI device may receive MIDI data … AffineTransform.getScaleY() Jazilla AffineTransform.createInverse() javax.imageio.ImageWriter.write() … Appends a complete image stream containing a single image … ShortMessage.ShortMessage() MidiDevice.getReceiver() Tritonus java.awt.geom.AffineTransform.getScaleY() MidiEvent.MidiEvent() … scaling element (m11) of the 3x3 affine transformation matrix … 7

  8. There are three components to compute scores in Exemplar’s ranking system. Word Occurrences (WOS) Relevant API Calls (RAS) Dataflow Connections (DCS) “record midi file” String dev = getDevice(); “midi” String buf[] = A.readMidi (msg); B.write (buf); Exemplar ranks applications An application’s RAS score is If two relevant API calls higher when their raised if it makes more calls share data in an application, descriptions contain to relevant methods in the Exemplar ranks that keywords from the query. API. application higher. 8

  9. Exemplar Demonstration http://www.xemplar.org/ 9

  10. The user enters a high-level query. http://www.xemplar.org/ 10

  11. The search returns a list of projects, their descriptions, and their scores. 11

  12. The programmer can view a list of API calls and their locations within projects. 12

  13. Exemplar: EXEcutable exaMPLes ARchive For more details, please visit our technical paper presentation on Friday, May 7 th at 2:00pm in room 1.4 (1/2): M. Grechanik, C. Fu, Q. Xie, C. McMillan, D. Poshyvanyk, and C. Cumby, "A Search Engine For Finding Highly Relevant Applications," Proc. of 32nd ACM/IEEE International Conference on Software Engineering, p. 10, May 2-8 2010. http://www.xemplar.org/ 13

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend