dtrebbien opened a new pull request #292: Two fixes for the "Create Subclass" suggestion URL: https://github.com/apache/incubator-netbeans/pull/292 - "Create Subclass" would think that the caret was out of range in cases like: ```java public/*{*/ class Te^st { } ``` (where ^ represents the caret position) - Don't offer to create a subclass if there is a compile-time error on the class. Fixes part of https://netbeans.org/bugzilla/show_bug.cgi?id=222487
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
