5887f2199a6285e3af36aaa5e446bcdf2d54f408 |
|
04-Aug-2009 |
Android (Google) Code Review <android-gerrit@google.com> |
am 747cb3b5: Merge change 9670 into donut Merge commit '747cb3b515e1b01f6b61ec911b693d88d480eaaf' * commit '747cb3b515e1b01f6b61ec911b693d88d480eaaf': Make aidl annotate onTransact with @Override
|
7ea9d79e302b1d71c62802aa514566c9b7f39f67 |
|
04-Aug-2009 |
Xavier Ducrohet <xav@android.com> |
Make aidl annotate onTransact with @Override BUG: 1902262
/frameworks/base/tools/aidl/AST.cpp
|
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 |
|
04-Mar-2009 |
The Android Open Source Project <initial-contribution@android.com> |
auto import from //depot/cupcake/@135843
/frameworks/base/tools/aidl/AST.cpp
|
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 |
|
04-Mar-2009 |
The Android Open Source Project <initial-contribution@android.com> |
auto import from //depot/cupcake/@135843
/frameworks/base/tools/aidl/AST.cpp
|
754270601a268cfe0ab679768aa33423feb1f974 |
|
13-Feb-2009 |
Adrian Taylor <adrian@macrobug.com> |
Removing "import" statements from AIDL-generated .java files. AIDL generates unnecessary "import" statements. These cause warnings within Eclipse when the default Eclipse warnings settings are used. This is inconvenient since the generated .java files are not editable. Some pesky organisations have a zero-warnings policy too, so there's no option but to fiddle with the Eclipse settings. This patch ensures that all usages of class names within the generated code are fully-qualified. In practice, they were nearly all fully-qualified already. And this patch also removes the generation of the import statements, since they are redundant if we're using fully-qualified names everywhere. This should fix issue 43 in the Google Code Android issues tracker. http://code.google.com/p/android/issues/detail?id=43 I would appreciate if somebody who knows exactly how 'aidl' works could confirm that there's no reason 'import' statements would have been necessary except for the bits I've fixed. (I think unqualified names were used much more frequently in early versions of aidl, which might explain why import statements are generated so eagerly).
/frameworks/base/tools/aidl/AST.cpp
|
54b6cfa9a9e5b861a9930af873580d6dc20f773c |
|
21-Oct-2008 |
The Android Open Source Project <initial-contribution@android.com> |
Initial Contribution
/frameworks/base/tools/aidl/AST.cpp
|