[
https://issues.jenkins-ci.org/browse/JENKINS-13969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ulli Hafner updated JENKINS-13969:
----------------------------------
Summary: Warnings Plugin does not recognize Eclipse 3.8 Java warnings
(was: Warnings Plugin does not recognize Eclipse Java warnings)
Issue Type: Improvement (was: Bug)
Description:
In Eclipse 3.8 the format of the warning messages has been changed slightly:
{noformat}
[INFO] Compiling 5 source files to
/media/ssd/multi-x-processor/workspace/msgPM_Access/com.faktorzehn.pa2msgpm.core/target/classes
[WARNING]
/media/ssd/multi-x-processor/workspace/msgPM_Access/com.faktorzehn.pa2msgpm.core/src/com/faktorzehn/pa2msgpm/core/loader/PmModelImporter.java:[369,0]
private boolean compare(List<String> rowTableValues, List<String>
allowedValues) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method compare(List<String>, List<String>) from the type PmModelImporter is
never used locally
[WARNING]
/media/ssd/multi-x-processor/workspace/msgPM_Access/com.faktorzehn.pa2msgpm.core/src/com/faktorzehn/pa2msgpm/core/loader/PmModelImporter.java:[391,0]
private List<String> getTableValues(PropertyRestrictionType
restrictionType) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTableValues(PropertyRestrictionType) from the type
PmModelImporter is never used locally
2 problems (2 warnings)
{noformat}
was:
The following warnings are not detected by Jenkins, even tough they are written
to console:
{noformat}
[INFO] Compiling 5 source files to
/media/ssd/multi-x-processor/workspace/msgPM_Access/com.faktorzehn.pa2msgpm.core/target/classes
[WARNING]
/media/ssd/multi-x-processor/workspace/msgPM_Access/com.faktorzehn.pa2msgpm.core/src/com/faktorzehn/pa2msgpm/core/loader/PmModelImporter.java:[369,0]
private boolean compare(List<String> rowTableValues, List<String>
allowedValues) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method compare(List<String>, List<String>) from the type PmModelImporter is
never used locally
[WARNING]
/media/ssd/multi-x-processor/workspace/msgPM_Access/com.faktorzehn.pa2msgpm.core/src/com/faktorzehn/pa2msgpm/core/loader/PmModelImporter.java:[391,0]
private List<String> getTableValues(PropertyRestrictionType
restrictionType) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTableValues(PropertyRestrictionType) from the type
PmModelImporter is never used locally
2 problems (2 warnings)
{noformat}
> Warnings Plugin does not recognize Eclipse 3.8 Java warnings
> ------------------------------------------------------------
>
> Key: JENKINS-13969
> URL: https://issues.jenkins-ci.org/browse/JENKINS-13969
> Project: Jenkins
> Issue Type: Improvement
> Components: warnings
> Reporter: Alexander Weickmann
> Assignee: Ulli Hafner
>
> In Eclipse 3.8 the format of the warning messages has been changed slightly:
> {noformat}
> [INFO] Compiling 5 source files to
> /media/ssd/multi-x-processor/workspace/msgPM_Access/com.faktorzehn.pa2msgpm.core/target/classes
> [WARNING]
> /media/ssd/multi-x-processor/workspace/msgPM_Access/com.faktorzehn.pa2msgpm.core/src/com/faktorzehn/pa2msgpm/core/loader/PmModelImporter.java:[369,0]
>
> private boolean compare(List<String> rowTableValues, List<String>
> allowedValues) {
>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> The method compare(List<String>, List<String>) from the type PmModelImporter
> is never used locally
> [WARNING]
> /media/ssd/multi-x-processor/workspace/msgPM_Access/com.faktorzehn.pa2msgpm.core/src/com/faktorzehn/pa2msgpm/core/loader/PmModelImporter.java:[391,0]
>
> private List<String> getTableValues(PropertyRestrictionType
> restrictionType) {
>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> The method getTableValues(PropertyRestrictionType) from the type
> PmModelImporter is never used locally
> 2 problems (2 warnings)
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira