Skip to content

Comments

3 mutators#101

Closed
Kim-ZJU wants to merge 7 commits intoapache:masterfrom
KyraZQL:kim
Closed

3 mutators#101
Kim-ZJU wants to merge 7 commits intoapache:masterfrom
KyraZQL:kim

Conversation

@Kim-ZJU
Copy link

@Kim-ZJU Kim-ZJU commented Oct 6, 2022

No description provided.

@garydgregory
Copy link
Member

This PR needs a description. See comments.

* @throws Exception the test failed
*/
@Test
//@Test
Copy link
Member

Choose a reason for hiding this comment

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

Why are you disabling this test?

final String cid = stripContentId(part.getContentID());
final DataSource ds = createDataSource(parent, part);
if (cid != null)
if (true)
Copy link
Member

Choose a reason for hiding this comment

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

Uh?

{
final javax.mail.Address[] addresses = this.mimeMessage.getFrom();
if (addresses == null || addresses.length == 0)
if (addresses == null)
Copy link
Member

Choose a reason for hiding this comment

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

Why?

@Claudenw
Copy link

Claudenw commented Oct 9, 2022

Kyra, why are you doing this? What is the purpose of the changes? I have to agree with Gary that these don't make sense.

@KyraZQL KyraZQL closed this by deleting the head repository Oct 9, 2022
@KyraZQL
Copy link

KyraZQL commented Oct 9, 2022

Sorry, this PR was meant to merge to the forked repo master branch, instead of this repo. Closed it and sorry again.

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.

6 participants