matthiasblaesing commented on code in PR #9285:
URL: https://github.com/apache/netbeans/pull/9285#discussion_r3336298506


##########
java/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/LineBreakpoint.java:
##########
@@ -67,6 +68,8 @@ public class LineBreakpoint extends JPDABreakpoint {
     /** Property name constant */
     public static final String          PROP_LINE_NUMBER = "lineNumber"; // 
NOI18N
     /** Property name constant */
+    public static final String          PROP_LAMBDA_INDEX = "lambdaIndex"; // 
NOI18N

Review Comment:
   I think property name/constant should match getter/setter:
   ```suggestion
       public static final String          PROP_LAMBDA_INDEXES = 
"lambdaIndexes"; // NOI18N
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to