SemmleCode Introductory Tutorial |
|
Page 1 of 6 Duration: 30 minutes approx.
This tutorial will demonstrate how to:
Throughout the tutorial, we'll be querying an open-source program
called JHotDraw. To follow along, please download a ready-made Eclipse project of
JHotDraw. Once downloaded it can be imported into Eclipse:
- Unzip the downloaded file. It will unpack to a new
folder called JHotDraw.
- Start Eclipse.
- Select File->New->Project.
- Select Java Project and click Next.
- Give the project a name, select Create project from
existing source, click the Browse button,
browse to where you unpacked the zip file, select the JHotDraw directory and click OK.
- Click Finish.
You can also run through this tutorial using one of your own
projects. Some of the later queries may require tweaking
so that they are applicable to your project.
|