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

Issue #614: Resolve Deprecated API IDEA violations #642

Merged
merged 1 commit into from
Aug 29, 2022

Conversation

Vyom-Yadav
Copy link
Member

#614
From org.eclipse.jgit.lib.Repository.peel(..) javadoc:

/**                                                                          
 * Peel a possibly unpeeled reference to an annotated tag.                   
 * <p>                                                                       
 * If the ref cannot be peeled (as it does not refer to an annotated tag)    
 * the peeled id stays null, but {@link org.eclipse.jgit.lib.Ref#isPeeled()} 
 * will be true.                                                             
 *                                                                           
 * @param ref                                                                
 *            The ref to peel                                                
 * @return <code>ref</code> if <code>ref.isPeeled()</code> is true; else a   
 *         new Ref object representing the same data as Ref, but isPeeled()  
 *         will be true and getPeeledObjectId will contain the peeled object 
 *         (or null).                                                        
 * @deprecated use {@code getRefDatabase().peel(ref)} instead.               
 */                                                                          

@nrmancuso nrmancuso self-assigned this Aug 28, 2022
@nrmancuso nrmancuso requested review from nrmancuso and romani August 28, 2022 15:17
Copy link
Member

@romani romani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please rerun drone.io master build after update, to recheck release notes

@nrmancuso nrmancuso merged commit 99add3c into checkstyle:master Aug 29, 2022
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.

3 participants