Skip to content

Comments

Import cleanup#26

Open
dgruntz wants to merge 7 commits intoeppleton:masterfrom
dgruntz:import-cleanup
Open

Import cleanup#26
dgruntz wants to merge 7 commits intoeppleton:masterfrom
dgruntz:import-cleanup

Conversation

@dgruntz
Copy link
Contributor

@dgruntz dgruntz commented Aug 15, 2018

This PR removes unused import declarations, i.e. import of classes which are neither used in the active code nor in code which is commented out.

Moreover, headers as the following one which were generated by Eclipse have been removed:

/*
 * To change this license header, choose License Headers in Project
 * Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

dgruntz added 7 commits July 27, 2018 13:50
Removes imports which are not used,  neither in the corrent code nor in
code which is commented out.
Removes import declarations of classes which is not used in this class
(also not in code which is commented out).
Removes import of classes which are neither used in the code nor in code
which is commented out.
Removes the comment added by Eclipse:
/*
 * To change this license header, choose License Headers in Project
 * Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
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.

1 participant