[jira] [Updated] (CASSANDRA-18865) Enable unnecessary import from the same package check in IDEs

2023-09-25 Thread Stefan Miklosovic (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-18865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Miklosovic updated CASSANDRA-18865:
--
Source Control Link: 
https://github.com/apache/cassandra/commit/e1ee0acc024a8df02122a67297b25b6713289164
 Resolution: Fixed
 Status: Resolved  (was: Ready to Commit)

> Enable unnecessary import from the same package check in IDEs
> -
>
> Key: CASSANDRA-18865
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18865
> Project: Cassandra
>  Issue Type: Task
>  Components: Build
>Reporter: Maxim Muzafarov
>Assignee: Maxim Muzafarov
>Priority: Normal
> Fix For: 5.0-alpha2, 5.1
>
> Attachments: Screenshot 2023-09-22 at 13.13.23.png, Screenshot from 
> 2023-09-22 14-29-58.png, Screenshot from 2023-09-22 14-31-46.png, 
> image-2023-09-18-10-19-15-531.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, the unnecessary imports are disabled by the code style and are not 
> displayed by the IDE with the configuration stored in the project root. See 
> the screenshot below. 
> It seems the following needs to be done:
> - enable this check in the IDE configuration for all supported IDEs;
> - update the documentation;



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18865) Enable unnecessary import from the same package check in IDEs

2023-09-25 Thread Stefan Miklosovic (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-18865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Miklosovic updated CASSANDRA-18865:
--
Fix Version/s: 5.0-alpha2
   5.1
   (was: 5.x)

> Enable unnecessary import from the same package check in IDEs
> -
>
> Key: CASSANDRA-18865
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18865
> Project: Cassandra
>  Issue Type: Task
>  Components: Build
>Reporter: Maxim Muzafarov
>Assignee: Maxim Muzafarov
>Priority: Normal
> Fix For: 5.0-alpha2, 5.1
>
> Attachments: Screenshot 2023-09-22 at 13.13.23.png, Screenshot from 
> 2023-09-22 14-29-58.png, Screenshot from 2023-09-22 14-31-46.png, 
> image-2023-09-18-10-19-15-531.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, the unnecessary imports are disabled by the code style and are not 
> displayed by the IDE with the configuration stored in the project root. See 
> the screenshot below. 
> It seems the following needs to be done:
> - enable this check in the IDE configuration for all supported IDEs;
> - update the documentation;



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18865) Enable unnecessary import from the same package check in IDEs

2023-09-25 Thread Stefan Miklosovic (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-18865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Miklosovic updated CASSANDRA-18865:
--
Reviewers: Berenguer Blasi, Stefan Miklosovic  (was: Stefan Miklosovic)
   Status: Review In Progress  (was: Needs Committer)

> Enable unnecessary import from the same package check in IDEs
> -
>
> Key: CASSANDRA-18865
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18865
> Project: Cassandra
>  Issue Type: Task
>  Components: Build
>Reporter: Maxim Muzafarov
>Assignee: Maxim Muzafarov
>Priority: Normal
> Fix For: 5.x
>
> Attachments: Screenshot 2023-09-22 at 13.13.23.png, Screenshot from 
> 2023-09-22 14-29-58.png, Screenshot from 2023-09-22 14-31-46.png, 
> image-2023-09-18-10-19-15-531.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, the unnecessary imports are disabled by the code style and are not 
> displayed by the IDE with the configuration stored in the project root. See 
> the screenshot below. 
> It seems the following needs to be done:
> - enable this check in the IDE configuration for all supported IDEs;
> - update the documentation;



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18865) Enable unnecessary import from the same package check in IDEs

2023-09-25 Thread Stefan Miklosovic (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-18865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Miklosovic updated CASSANDRA-18865:
--
Status: Ready to Commit  (was: Review In Progress)

> Enable unnecessary import from the same package check in IDEs
> -
>
> Key: CASSANDRA-18865
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18865
> Project: Cassandra
>  Issue Type: Task
>  Components: Build
>Reporter: Maxim Muzafarov
>Assignee: Maxim Muzafarov
>Priority: Normal
> Fix For: 5.x
>
> Attachments: Screenshot 2023-09-22 at 13.13.23.png, Screenshot from 
> 2023-09-22 14-29-58.png, Screenshot from 2023-09-22 14-31-46.png, 
> image-2023-09-18-10-19-15-531.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, the unnecessary imports are disabled by the code style and are not 
> displayed by the IDE with the configuration stored in the project root. See 
> the screenshot below. 
> It seems the following needs to be done:
> - enable this check in the IDE configuration for all supported IDEs;
> - update the documentation;



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18865) Enable unnecessary import from the same package check in IDEs

2023-09-22 Thread Stefan Miklosovic (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-18865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Miklosovic updated CASSANDRA-18865:
--
Status: Needs Committer  (was: Review In Progress)

> Enable unnecessary import from the same package check in IDEs
> -
>
> Key: CASSANDRA-18865
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18865
> Project: Cassandra
>  Issue Type: Task
>  Components: Build
>Reporter: Maxim Muzafarov
>Assignee: Maxim Muzafarov
>Priority: Normal
> Fix For: 5.x
>
> Attachments: Screenshot 2023-09-22 at 13.13.23.png, Screenshot from 
> 2023-09-22 14-29-58.png, Screenshot from 2023-09-22 14-31-46.png, 
> image-2023-09-18-10-19-15-531.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, the unnecessary imports are disabled by the code style and are not 
> displayed by the IDE with the configuration stored in the project root. See 
> the screenshot below. 
> It seems the following needs to be done:
> - enable this check in the IDE configuration for all supported IDEs;
> - update the documentation;



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18865) Enable unnecessary import from the same package check in IDEs

2023-09-22 Thread Stefan Miklosovic (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-18865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Miklosovic updated CASSANDRA-18865:
--
Attachment: Screenshot from 2023-09-22 14-31-46.png

> Enable unnecessary import from the same package check in IDEs
> -
>
> Key: CASSANDRA-18865
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18865
> Project: Cassandra
>  Issue Type: Task
>  Components: Build
>Reporter: Maxim Muzafarov
>Assignee: Maxim Muzafarov
>Priority: Normal
> Fix For: 5.x
>
> Attachments: Screenshot 2023-09-22 at 13.13.23.png, Screenshot from 
> 2023-09-22 14-29-58.png, Screenshot from 2023-09-22 14-31-46.png, 
> image-2023-09-18-10-19-15-531.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, the unnecessary imports are disabled by the code style and are not 
> displayed by the IDE with the configuration stored in the project root. See 
> the screenshot below. 
> It seems the following needs to be done:
> - enable this check in the IDE configuration for all supported IDEs;
> - update the documentation;



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18865) Enable unnecessary import from the same package check in IDEs

2023-09-22 Thread Stefan Miklosovic (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-18865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Miklosovic updated CASSANDRA-18865:
--
Attachment: Screenshot from 2023-09-22 14-29-58.png

> Enable unnecessary import from the same package check in IDEs
> -
>
> Key: CASSANDRA-18865
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18865
> Project: Cassandra
>  Issue Type: Task
>  Components: Build
>Reporter: Maxim Muzafarov
>Assignee: Maxim Muzafarov
>Priority: Normal
> Fix For: 5.x
>
> Attachments: Screenshot 2023-09-22 at 13.13.23.png, Screenshot from 
> 2023-09-22 14-29-58.png, Screenshot from 2023-09-22 14-31-46.png, 
> image-2023-09-18-10-19-15-531.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, the unnecessary imports are disabled by the code style and are not 
> displayed by the IDE with the configuration stored in the project root. See 
> the screenshot below. 
> It seems the following needs to be done:
> - enable this check in the IDE configuration for all supported IDEs;
> - update the documentation;



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18865) Enable unnecessary import from the same package check in IDEs

2023-09-22 Thread Stefan Miklosovic (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-18865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Miklosovic updated CASSANDRA-18865:
--
Status: Review In Progress  (was: Patch Available)

> Enable unnecessary import from the same package check in IDEs
> -
>
> Key: CASSANDRA-18865
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18865
> Project: Cassandra
>  Issue Type: Task
>  Components: Build
>Reporter: Maxim Muzafarov
>Assignee: Maxim Muzafarov
>Priority: Normal
> Fix For: 5.x
>
> Attachments: Screenshot 2023-09-22 at 13.13.23.png, 
> image-2023-09-18-10-19-15-531.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, the unnecessary imports are disabled by the code style and are not 
> displayed by the IDE with the configuration stored in the project root. See 
> the screenshot below. 
> It seems the following needs to be done:
> - enable this check in the IDE configuration for all supported IDEs;
> - update the documentation;



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18865) Enable unnecessary import from the same package check in IDEs

2023-09-22 Thread Maxim Muzafarov (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-18865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Muzafarov updated CASSANDRA-18865:

Test and Documentation Plan: Test manually by running ant 
generate-ide-files from scratch
 Status: Patch Available  (was: Open)

> Enable unnecessary import from the same package check in IDEs
> -
>
> Key: CASSANDRA-18865
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18865
> Project: Cassandra
>  Issue Type: Task
>  Components: Build
>Reporter: Maxim Muzafarov
>Assignee: Maxim Muzafarov
>Priority: Normal
> Fix For: 5.x
>
> Attachments: Screenshot 2023-09-22 at 13.13.23.png, 
> image-2023-09-18-10-19-15-531.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, the unnecessary imports are disabled by the code style and are not 
> displayed by the IDE with the configuration stored in the project root. See 
> the screenshot below. 
> It seems the following needs to be done:
> - enable this check in the IDE configuration for all supported IDEs;
> - update the documentation;



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18865) Enable unnecessary import from the same package check in IDEs

2023-09-22 Thread Maxim Muzafarov (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-18865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Muzafarov updated CASSANDRA-18865:

Attachment: Screenshot 2023-09-22 at 13.13.23.png

> Enable unnecessary import from the same package check in IDEs
> -
>
> Key: CASSANDRA-18865
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18865
> Project: Cassandra
>  Issue Type: Task
>  Components: Build
>Reporter: Maxim Muzafarov
>Assignee: Maxim Muzafarov
>Priority: Normal
> Fix For: 5.x
>
> Attachments: Screenshot 2023-09-22 at 13.13.23.png, 
> image-2023-09-18-10-19-15-531.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, the unnecessary imports are disabled by the code style and are not 
> displayed by the IDE with the configuration stored in the project root. See 
> the screenshot below. 
> It seems the following needs to be done:
> - enable this check in the IDE configuration for all supported IDEs;
> - update the documentation;



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18865) Enable unnecessary import from the same package check in IDEs

2023-09-19 Thread Maxim Muzafarov (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-18865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Muzafarov updated CASSANDRA-18865:

Epic Link: CASSANDRA-18090

> Enable unnecessary import from the same package check in IDEs
> -
>
> Key: CASSANDRA-18865
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18865
> Project: Cassandra
>  Issue Type: Task
>  Components: Build
>Reporter: Maxim Muzafarov
>Assignee: Maxim Muzafarov
>Priority: Normal
> Fix For: 5.x
>
> Attachments: image-2023-09-18-10-19-15-531.png
>
>
> Currently, the unnecessary imports are disabled by the code style and are not 
> displayed by the IDE with the configuration stored in the project root. See 
> the screenshot below. 
> It seems the following needs to be done:
> - enable this check in the IDE configuration for all supported IDEs;
> - update the documentation;



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18865) Enable unnecessary import from the same package check in IDEs

2023-09-19 Thread Stefan Miklosovic (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-18865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Miklosovic updated CASSANDRA-18865:
--
Summary: Enable unnecessary import from the same package check in IDEs  
(was: Enable unnecessary import from the same package check 
(RedundantImportCheck))

> Enable unnecessary import from the same package check in IDEs
> -
>
> Key: CASSANDRA-18865
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18865
> Project: Cassandra
>  Issue Type: Task
>  Components: Build
>Reporter: Maxim Muzafarov
>Assignee: Maxim Muzafarov
>Priority: Normal
> Fix For: 5.x
>
> Attachments: image-2023-09-18-10-19-15-531.png
>
>
> Currently, the unnecessary imports are disabled by the code style and are not 
> displayed by the IDE with the configuration stored in the project root. See 
> the screenshot below. 
> It seems the following needs to be done:
> - enable this check in the IDE configuration for all supported IDEs;
> - update the documentation;



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org