-
-
Notifications
You must be signed in to change notification settings - Fork 111
Items must be non-overlapping and in order when reading MPP timephased #896
Copy link
Copy link
Open
Description
I am evaluating the Version 16 of MPXJ and got one of our MPP test files throwing Items must be non-overlapping and in order when reading MPP when reading the Timephased Work.
And when checking the RawTimephased* field I can confirm the data is not sorted and it's also overlapping.
My assumption is that Project does not always store the data sequentially and the library must do this step.
There could also be a different issue, because looking at the number they don't match Project. Expectation
| Day | MPXJ | Project |
|---|---|---|
| 14/2 | 120m | 120m |
| 15/2 | 52.5m | 60m |
| 16/2 | 67.5m | 60m |
Maybe the two 7.5 values should be merged?
Also during Troubleshooting I noticed the class src/main/java/org/mpxj/TimephasedUtility.java is no longer public therefore it is internal and cannot be easily used.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels