History log of /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sourcelookup/AdtSourceLookupDirector.java
Revision Date Author Comments
82087aa19796b0a0353e5480450d4a9fc5d935b5 08-Aug-2012 Raphael Moll <ralf@android.com> Cleanup dos2unix in plugins *.java (ADT, GLd, NDK)

Change-Id: Ic54d7e5b77bf6912b54855c5b30d8fcf790ff311
6b85dfa59b3937b5a20e0f5d50ed05e2b3c5d0a4 23-Jan-2011 snpe <snpe@snpe.rs> Fixing Android Source attachements

Steps to reproduce:

- add Android Source code to android.jar (you can install Android
Sources plugin from http://code.google.com/p/adt-addons/)
- ensure that android.app.ActivityThread exists in the source
attachement (if you use Sources plugin, it exists)
- create an Android application and add the next code to
onCreate method:
super.onCreate(savedInstanceState);
Object obj = null;
System.out.println(obj.toString());
setContentView(R.layout.main);
- set breakpoint at line
System.out.println(obj.toString()); (NPE)
- debug the application
- wait that apps stop on breakpoint
- click Step Over

The procces will proceed in ActivityThread, but source is not shown.

The problem happens because the Android source locator introduced in
https://review.source.android.com/#change,16569 isn't correct.
ActivityThread.java isn't included to android.jar, but can be
included in the source attachement. This change adds source to Android
launch configuration too.

Change-Id: Id13ef9acac9a901a704ae79d3e3db3be5e09d929
74cadd7ccc3b617d9520e56af7f2a121293bd1fe 20-Aug-2010 snpe <snpe@snpe.rs> Enhance Android Classpath Container

Change-Id: Iaa4f1ea8766dbeb9054ca3dc1445f5154f841c44