-
Notifications
You must be signed in to change notification settings - Fork 159
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
when there is only one project matching the mainclass, projectName is not required for evaluation. #156
Conversation
@@ -14,4 +14,5 @@ | |||
public final class Constants { | |||
public static final String PROJECTNAME = "projectName"; | |||
public static final String DEBUGGEE_ENCODING = "debuggeeEncoding"; | |||
public static final String MAINCLASS = "mainClass"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MAIN_CLASS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done with the same issue fixed for project name
* | ||
* @param mainclass the main class specified by launch.json for finding possible projects | ||
*/ | ||
private void initializePossibleProjects(String mainclass) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
initializeProjectCandidates
// ignore | ||
} | ||
|
||
logger.severe("Cannot evaluate when project is not specified."); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Cannot evaluate when the
project is not specified
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor issues
No description provided.