Clean Code for team/bundles/org.eclipse.core.net#2032
Clean Code for team/bundles/org.eclipse.core.net#2032eclipse-platform-bot wants to merge 0 commit intomasterfrom
Conversation
|
@jjohnstn in this case private unused fields are removed but they are actually required because we use them to call an external native API. This is indicated by the |
464f791 to
a2ce880
Compare
I think a reasonable solution would be to recognize the use of the native Structure class and ignore any checks for classes extending it. What do you think? |
a2ce880 to
b9c4543
Compare
|
PR eclipse-jdt/eclipse.jdt.ui#2344 has been merged. This will ignore fields in any class that sub-classes com.sun.jna.Structure |
b9c4543 to
aecc67f
Compare
aecc67f to
8bedfd8
Compare
The following cleanups were applied: