Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warnings #170

Open
khatchad opened this issue Apr 1, 2019 · 2 comments
Open

Fix warnings #170

khatchad opened this issue Apr 1, 2019 · 2 comments
Assignees
Labels

Comments

@khatchad
Copy link
Member

khatchad commented Apr 1, 2019

Looks like there's 22 warnings. Can we fix these?

Description Resource Path Location Type
The compiler compliance specified is 1.4 but a JRE 1.8 is used edu.cuny.citytech.refactoring.common.ui   Compiler Compliance JRE Compiler Compliance Problem
An entry for OSGI-INF/ is required in bin.includes build.properties /edu.cuny.citytech.refactoring.common.eval line 3 Plug-in Problem
'Automatic-Module-Name' header is required to be discoverable as a Java module in a Java modular setup (Java 9 and later) MANIFEST.MF /edu.cuny.citytech.refactoring.common.tests/META-INF line 1 Plug-in Problem
'Automatic-Module-Name' header is required to be discoverable as a Java module in a Java modular setup (Java 9 and later) MANIFEST.MF /edu.cuny.citytech.refactoring.common.ui/META-INF line 1 Plug-in Problem
A plug-in manifest must contain at least one extension or extension point plugin.xml /edu.cuny.hunter.log.core line 1 Plug-in Problem
This plug-in does not export all of its packages MANIFEST.MF /edu.cuny.hunter.log.core/META-INF line 32 Plug-in Problem
Type safety: The expression of type List needs unchecked conversion to conform to List Util.java /edu.cuny.hunter.log.core/src/edu/cuny/hunter/log/core/utils line 131 Java Problem
This plug-in does not export all of its packages MANIFEST.MF /edu.cuny.hunter.log.evalution/META-INF line 1 Plug-in Problem
This plug-in does not export all of its packages MANIFEST.MF /edu.cuny.hunter.log.tests/META-INF line 1 Plug-in Problem
The field AST.JLS8 is deprecated LogEvolutionRejuvenatingTest.java /edu.cuny.hunter.log.tests/test cases/edu/cuny/hunter/log/ui/tests line 81 Java Problem
This plug-in does not export all of its packages MANIFEST.MF /edu.cuny.hunter.log.ui/META-INF line 18 Plug-in Problem
The field AST.JLS8 is deprecated GitHistoryAnalyzer.java /edu.cuny.hunter.mylyngit.core/src/edu/cuny/hunter/mylyngit/core/analysis line 991 Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to List GitHistoryAnalyzer.java /edu.cuny.hunter.mylyngit.core/src/edu/cuny/hunter/mylyngit/core/analysis line 889 Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to List GitHistoryAnalyzer.java /edu.cuny.hunter.mylyngit.core/src/edu/cuny/hunter/mylyngit/core/analysis line 890 Java Problem
The field AST.JLS8 is deprecated Util.java /edu.cuny.hunter.mylyngit.core/src/edu/cuny/hunter/mylyngit/core/utils line 149 Java Problem
The method getHeadVertices() from the type Graph is never used locally Graph.java /edu.cuny.hunter.mylyngit.core/src/edu/cuny/hunter/mylyngit/core/utils line 92 Java Problem
The value of the field Vertex.commit is not used Vertex.java /edu.cuny.hunter.mylyngit.core/src/edu/cuny/hunter/mylyngit/core/utils line 8 Java Problem
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator Util.java /edu.cuny.hunter.mylyngit.core/src/edu/cuny/hunter/mylyngit/core/utils line 47 Java Problem
This plug-in does not export all of its packages MANIFEST.MF /edu.cuny.hunter.mylyngit.evaluation/META-INF line 1 Plug-in Problem
The value of the local variable monitor is not used EvaluationHandler.java /edu.cuny.hunter.mylyngit.evaluation/src/edu/cuny/hunter/mylynit/evaluation/handlers line 50 Java Problem
A plug-in manifest must contain at least one extension or extension point plugin.xml /edu.cuny.hunter.mylyngit.tests line 1 Plug-in Problem
This plug-in does not export all of its packages MANIFEST.MF /edu.cuny.hunter.mylyngit.tests/META-INF line 1 Plug-in Problem
@yiming-tang-cs
Copy link
Contributor

I will look at it.

@khatchad
Copy link
Member Author

I still see warnings in the common plugins.

@khatchad khatchad reopened this Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants