Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: fix bug 190157(partly): A few potential possibilities of NullPointerException have been found in BIRT CORE projects[HEAD&2.1.3].

Title: [birt-dev]CheckIn: fix bug 190157(partly): A few potential possibilities of NullPointerException have been found in BIRT CORE projects[HEAD&2.1.3].

- Summary:
fix bug 190157(partly): A few potential possibilities of NullPointerException have been found in BIRT CORE projects.

- Bugzilla Bug (s) Resolved:
None

- Description:
fix bug 190157(partly): A few potential possibilities of NullPointerException have been found in BIRT CORE projects.

engine should checkin these modification in head and v2.1.3

for NP1:
the potential possibilities of NPE doesnot exist because the code in Screenshot NP1 has been modified in the newest code in head and v2.1.3 by someone else.

for NP2:
engine accepts both two relationships between startDate and endDate:
a. startDate <= endDate
b. startDate > endDate
remove the assert processes in methods jsStaticFunction_years(), jsStaticFunction_months(), jsStaticFunction_days(), jsStaticFunction_hours(), jsStaticFunction_minutes(), jsStaticFunction_seconds().

and merge DateTimeSpan.java between head and v2.1.3

for NP3:
Chart Team has fixed it.


- Tests Description  :
Manual Test


- Notes to Build Team:
None


- Notes to Developers:
None


- Notes to QA:  
None

- Notes to Documentation:  
None


- Files Edited:
[2.1.3]
"/org.eclipse.birt.core/src/org/eclipse/birt/core/script/NativeDateTimeSpan.java"
"/org.eclipse.birt.core/src/org/eclipse/birt/core/script/DateTimeSpan.java"

[HEAD]
"/org.eclipse.birt.core/src/org/eclipse/birt/core/script/NativeDateTimeSpan.java"

- Files Added:
None

- Files Deleted
None

- Wei Wang
Actuate Software(Shanghai) Co.,Ltd
 


Back to the top