Skip to content

Conversation

AnasBenjelloun
Copy link
Contributor

No description provided.

if ( daoUtil.next( ) )
{
task = _taskFactory.newTask( daoUtil.getString( ++nPos ), locale );
task.setId( daoUtil.getInt( ++nPos ) );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be more prudent to handle the null return of this method upstream, rather than changing this behavior

@AnasBenjelloun AnasBenjelloun force-pushed the LUT-30713_fix_task_error branch from 3bf5356 to 1145c8b Compare September 23, 2025 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants