Appendix A. Pop Quiz Answers

Chapter 1, Creating Your First Plug-in

Pop quiz – Eclipse workspaces and plug-ins

Q1

An Eclipse workspace is the location where all the projects are stored.

Q2

The naming convention for Eclipse plug-in projects is to use a reverse domain name prefix, such as com.packtpub. Additionally, UI projects typically have a UI in their name.

Q3

The three key files in an Eclipse plug-in are META-INF/MANIFEST.MF, plugin.xml, and build.properties.

Pop quiz – launching Eclipse

Q1

1. Quit the application by navigating to File | Exit.

2. Use the Stop button from the Debug or Console views.

Q2

Launch configurations are similar to precanned scripts, which can start up an application, set its working directory and environment, and run a class.

Q3

Launch configurations are modified by navigating to the Run | Run Configurations... or Debug | Debug Configurations... menus.

Pop quiz – debugging

Q1

Navigate to the Debug | Debug configurations or Debug | Debug As... menus.

Q2

Set step filters via the preferences menu to avoid certain package names.

Q3

Breakpoints can be conditional, method entry/exit, enabled/disabled, or number of iterations.

Q4

Set a breakpoint and set it after a hit count of 256.

Q5

Use a conditional breakpoint and set argument==null as the condition.

Q6

Inspecting an object means opening it up in the viewer so that the values of the object can be interrogated and expanded.

Q7

The expression watches the window that allows arbitrary expressions to be set.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset