You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/06/04 05:07:04 UTC

[jira] Created: (MAVEN-1305) dependency id is never set. Clean up getId() method

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1305

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1305
    Summary: dependency id is never set. Clean up getId() method
       Type: Improvement

     Status: Unassigned
   Priority: Trivial

 Original Estimate: 5 minutes
 Time Spent: Unknown
  Remaining: 5 minutes

    Project: maven
 Components: 
             core
   Versions:
             1.0-rc3

   Assignee: 
   Reporter: Jerome Lacoste

    Created: Thu, 3 Jun 2004 11:06 PM
    Updated: Thu, 3 Jun 2004 11:06 PM

Description:
setId() in the BaseObject class is overriden by setId() in the Dependency class.

So I don't see how id can be set to a non null value.

Clean up o.a.m.project.Dependency#getId() can be made.




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MAVEN-1305) dependency id is never set. Clean up getId() method

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Jerome Lacoste (mailto:jerome@coffeebreaks.org)
       Date: Fri, 4 Jun 2004 10:10 AM
    Comment:
This new version of patch also improves the documentation It removes the setId() code documentation and puts it in the setId javadoc.
It also adds 2 notes:
- the base class id is never set
- it is possible that getId method won't return the value passed as argument to the setter method.

    Changes:
             Attachment changed to maven.1.0.final.dependency.cleanup_v2.txt
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1305?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1305

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1305
    Summary: dependency id is never set. Clean up getId() method
       Type: Improvement

     Status: Unassigned
   Priority: Trivial

 Original Estimate: 5 minutes
 Time Spent: Unknown
  Remaining: 5 minutes

    Project: maven
 Components: 
             core
   Versions:
             1.0-rc3

   Assignee: 
   Reporter: Jerome Lacoste

    Created: Thu, 3 Jun 2004 11:06 PM
    Updated: Fri, 4 Jun 2004 10:10 AM

Description:
setId() in the BaseObject class is overriden by setId() in the Dependency class.

So I don't see how id can be set to a non null value.

Clean up o.a.m.project.Dependency#getId() can be made.




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MAVEN-1305) dependency id is never set. Clean up getId() method

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Jerome Lacoste (mailto:jerome@coffeebreaks.org)
       Date: Thu, 3 Jun 2004 11:07 PM
    Comment:
patch for the 1.0 branch
    Changes:
             Attachment changed to maven.1.0.final.dependency.cleanup.txt
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1305?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1305

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1305
    Summary: dependency id is never set. Clean up getId() method
       Type: Improvement

     Status: Unassigned
   Priority: Trivial

 Original Estimate: 5 minutes
 Time Spent: Unknown
  Remaining: 5 minutes

    Project: maven
 Components: 
             core
   Versions:
             1.0-rc3

   Assignee: 
   Reporter: Jerome Lacoste

    Created: Thu, 3 Jun 2004 11:06 PM
    Updated: Thu, 3 Jun 2004 11:07 PM

Description:
setId() in the BaseObject class is overriden by setId() in the Dependency class.

So I don't see how id can be set to a non null value.

Clean up o.a.m.project.Dependency#getId() can be made.




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MAVEN-1305) dependency id is never set. Clean up getId() method

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Tue, 21 Sep 2004 7:47 AM

no longer relevant with model replacement
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1305

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1305
    Summary: dependency id is never set. Clean up getId() method
       Type: Improvement

     Status: Closed
   Priority: Trivial
 Resolution: WON'T FIX

 Original Estimate: 5 minutes
 Time Spent: Unknown
  Remaining: 5 minutes

    Project: maven
 Components: 
             core
   Versions:
             1.0-rc3

   Assignee: 
   Reporter: Jerome Lacoste

    Created: Thu, 3 Jun 2004 11:06 PM
    Updated: Tue, 21 Sep 2004 7:47 AM

Description:
setId() in the BaseObject class is overriden by setId() in the Dependency class.

So I don't see how id can be set to a non null value.

Clean up o.a.m.project.Dependency#getId() can be made.




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org