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

WIP vanilla identity conversion on Switch #2867

Draft
wants to merge 4 commits into
base: BETA_JAVA23
Choose a base branch
from

Commits on Aug 27, 2024

  1. [23] Formatter support for markdown doc comments

    Preparation: + expose isMarkdown in DOM Javadoc
    
    related to eclipse-jdt#2851
    stephan-herrmann committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c336f18 View commit details
    Browse the repository at this point in the history
  2. [23] Formatter support for markdown doc comments

    Restore ability to format Java in file with markdown comments:
    + avoid AssertionError in TokenManager.firstIndexIn
      visit(Javadoc) need to look for TokenNameCOMMENT_MARKDOWN specifically
    + fix infinite loop in tokenizeMultilineComment()
      - detect markdown comment
      - search for '/' not '*'
      - token should not include the final '\n'
    
    Leave markdown comments unchanged by formatting for now
    
    related to eclipse-jdt#2851
    stephan-herrmann committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    cbce8dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    498ccb4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    a09a690 View commit details
    Browse the repository at this point in the history