| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some compiler warnings•••This CL fixes the following compiler warnings.
- Indirect access to static member
- Access to a non-accessible member of an enclosing type
- Parameter assignment
- Method can be static
- Local variable declaration hides another field or variable
- Value of local variable is not used
- Unused import
- Unused private member
- Unnecessary 'else' statement
- Unnecessary declaration of throw exception
- Redundant type arguments
- Missing '@Override' annotation
- Unused '@SuppressWarning' annotations
Bug: 18003991
Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
|  Tadashi G. Takaoka | 2014-10-21 | 1 | -7/+3 |
* | Fix unit tests by adding @UsedForTesting.•••Change-Id: I8497d6cf446297bc8c15e9d9818078b1026a8c51
|  Keisuke Kuroyanagi | 2014-03-28 | 1 | -0/+2 |
* | Make PtNode have ProbabilityInfo instead of raw value.•••Bug: 11281877
Bug: 12810574
Change-Id: Id1cda0afc74c4e30633c735729143491b2274a7b
|  Keisuke Kuroyanagi | 2014-02-10 | 1 | -0/+15 |
* | Use CombinedFormatUtils to convert dict elements to strings.•••Bug: 11281877
Bug: 12810574
Change-Id: Ib631f75eab73abc9877a7698171c45e8f2fc7600
|  Keisuke Kuroyanagi | 2014-02-06 | 1 | -3/+2 |
* | Consolidate WordProperty and Word.•••Bug: 11281877
Bug: 12810574
Change-Id: I9dc99188f80f25a8780c1860dab46e4aa80a23e5
|  Keisuke Kuroyanagi | 2014-02-06 | 1 | -10/+22 |
* | Make WeightedString have ProbabilityInfo.•••Bug: 11281877
Bug: 12810574
Change-Id: I265e3d8654c75766cd0e0d09d67ef62b4566298a
|  Keisuke Kuroyanagi | 2014-02-05 | 1 | -0/+17 |
* | Separate ProbabilityInfo form WordProperty.•••Bug: 11281877
Bug: 12810574
Change-Id: I0c77d976c915bdf2a2cddabd0cbedc2fb6691c7b
|  Keisuke Kuroyanagi | 2014-02-05 | 1 | -0/+46 |