eclipse-platform / eclipse.platform.ui

Eclipse Platform
https://projects.eclipse.org/projects/eclipse.platform
Eclipse Public License 2.0
79 stars 168 forks source link

Tasks view can no longer be sorted by priority #2041

Closed lukeu closed 2 months ago

lukeu commented 3 months ago

Steps to reproduce

From a clean workspace:

  1. Create a Java Project and class Test with the following content:

    /**
     * TODO: Test
     * FIXME: Really
     */
    public class Test {
           // TODO: Here too
        public static void main(String[] args) {
        }
    }
  2. Open the Tasks view
  3. (If necessary) compile the code to populate the view

Observations:

Comments: This issue was also present in Eclipse 4.32, but I suspect it must have regressed relatively recently. I haven't used this view for some months, so I can't give a solid timeframe. Just that when do, the priority-sort is something I would always use (due to years of TODO tags from a whole team).

There is nothing relevant-looking in the log.

Tested under this environment:

Eclipse SDK Version: 2024-09 (4.33) Build id: I20240704-1800 Windows 11

Community

lukeu commented 3 months ago

Observed as working in Eclipse SDK 2023-12 (4.30) (separate computer, but with a similar configuration)

iloveeclipse commented 2 months ago

Could be regression from f13fb4997f5e7849da26285938a3a0aea1769747 / https://github.com/eclipse-platform/eclipse.platform.ui/pull/1733 (if I see it right, done in 4.32). @jukzi : could you please check?

iloveeclipse commented 2 months ago

Fixed via https://github.com/eclipse-platform/eclipse.platform.ui/pull/2065